Python packaging
satya - 3/19/2024, 2:27:30 PM
A suggested example structure
my_project/
src/
my_package/
__init__.py
module1.py
module2.py
tests/
test_module1.py
test_module2.py
docs/
...
setup.py
pyproject.toml
README.md