auto-gen-py-project is a lightweight Python CLI tool that quickly generates a clean, modern, and standard Python package layout with a single command. It follows best practices using pyproject.toml, includes basic tests, and is perfect for kickstarting new Python libraries, CLI tools, or ML projects with zero hassle.
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
23
commits
Update generator.py to change main function and entry point in generated project.
4be40caView on GitHubRefactor the code to add python project layout inside a directory.
a109edfView on GitHubRemoved generated project files and updated .gitignore
3548c7fView on GitHubUpdate README.md to reflect src/ directory instead of my_project/
81da979View on GitHubUpdate generator.py and test_generator.py to change package name from project name to "src"
5318131View on GitHubUpdate .gitignore to ignore .pytest_cache and venv directories
4c82f65View on GitHubUpdate .gitignore to ignore additional directories and files
3235c69View on GitHubUpdate README and project files for new installation instructions
b37f183View on GitHubUpdate README.md and pyproject.toml with new features and information
bb5aabeView on GitHubUpdate CLI description and add newline to pyproject.toml
5e16214View on GitHub