This repository provides a basic Python project template, ideal for quick setup and efficient development.
- Workflow Configurations: Automated testing and linting workflows in
.github/workflowsfor multiple python versions. - Testing Setup: Ready-to-use test cases in
testsdirectory. - Essential Files: Includes
.flake8,.gitignore,Pipfile,pyproject.toml. - Python Scripts: Sample
main.pyandutils.pyfor a quick start.
Use the template and modify the existing structure to suit your project needs.
python3.11
- Faster CPython
- Enhanced Error Messages
- Type Hints and Annotations, etc