https://github.com/ferdinandkeller/python-sample-project
Sample but complete project in Python
https://github.com/ferdinandkeller/python-sample-project
Last synced: 2 months ago
JSON representation
Sample but complete project in Python
- Host: GitHub
- URL: https://github.com/ferdinandkeller/python-sample-project
- Owner: ferdinandkeller
- Created: 2025-01-21T19:04:59.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-01-21T20:07:00.000Z (4 months ago)
- Last Synced: 2025-01-21T20:26:25.507Z (4 months ago)
- Language: Shell
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python Sample Project
The goal of this project is to showcase a complete Python project with various features including but not limited to
- a REST server
- linting
- formatting
- static type checking
- a standardized development environment
- ...This project serves as a comprehensive example for setting up and maintaining a robust Python codebase with best practices.