A modern, opinionated Python project template designed to help you quickly start your next project.
- Configured for Visual Studio Code.
- Consistent development environments with Development Containers.
- Code formatting with Black.
- Unit testing with pytest.
- Clone the repository:
git clone https://github.com/milesbarr/python-project-template.git
- Launch Visual Studio Code and open the project folder.
- When prompted, click "Reopen in Container"
- Start coding!
This project is licensed under the MIT License.