Skip to content

Instantly share code, notes, and snippets.

@chachan
Created January 29, 2021 17:51
Show Gist options
  • Save chachan/efc851affde710b387fb11538de16004 to your computer and use it in GitHub Desktop.
Save chachan/efc851affde710b387fb11538de16004 to your computer and use it in GitHub Desktop.
Python project layout
project_name/
README.rst
docs/
src/
package_name/
__init__.py
more_source.py
subpackage1/
__init__.py
tests/
test_code.py
setup.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment