A clean and modern Python project template — ready for production, scalable, and developer-friendly.
Click the "Use this template" button on the top right of the repository page to create a new repository based on this template.
If you prefer to manually clone and configure the template, follow these steps:
- Clone the template repository
git clone https://github.com/laviprog/python-best-template.git
- Navigate into the project directory'
cd python-best-template - Remove the existing git history
rm -rf .git
You’re now ready to start building your own project using this template!
python-best-template/
├── src/ # main application code
│ ├── __init__.py
│ ├── config.py
│ └── main.py
├── tests/
├── .env.example
├── Dockerfile
├── docker-compose.yml
├── pytest.ini
├── pyproject.toml
├── requirements.txt
└── README.md
Contributions are welcome! Feel free to open an issue or submit a pull request.
This project is licensed under the MIT License.