This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
python_file_hierarchy [2020/06/17 14:42] rpjday created |
python_file_hierarchy [2020/06/17 16:36] (current) rpjday [Hierarchy] |
||
---|---|---|---|
Line 7: | Line 7: | ||
* fubar/ | * fubar/ | ||
* fubar/ | * fubar/ | ||
- | * __init__.py | + | * %%__init__%%.py |
* cli.py | * cli.py | ||
* storage.py | * storage.py | ||
* tests/ | * tests/ | ||
- | * __init__.py | + | * %%__init__%%.py |
* test_storage.py | * test_storage.py | ||
* test_cli.py | * test_cli.py | ||
Line 18: | Line 18: | ||
* setup.py | * setup.py | ||
* setup.cfg | * setup.cfg | ||
+ | * pyproject.toml | ||
* README.rst | * README.rst | ||
* docs/ | * docs/ |