zsol / py.wtf

Autogenerated reference docs for PyPI packages
https://py.wtf
MIT License
10 stars 3 forks source link

feat: handle names of packages #34

Closed zsol closed 2 years ago

zsol commented 2 years ago

Packages are represented by directories with __init__.py in them. This __init__.py is mapped to a module that's named exactly like the package.

Fixes #9