pure python example project struct
file struct tree:
. ├── LICENSE ├── README.rst ├── docs │ ├── conf.py │ ├── index.rst │ └── quickstart.py ├── foobar │ ├── __init__.py │ ├── cli.py │ ├── storate.py │ └── test │ ├── __init__.py │ ├── test_cli.py │ └── test_storage.py ├── requirements.txt ├── setup.py └── test-requirements.txt