Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arol-polito/python-project-template
Project template for Python development
https://github.com/arol-polito/python-project-template
development-environment hacktoberfest python template
Last synced: 13 days ago
JSON representation
Project template for Python development
- Host: GitHub
- URL: https://github.com/arol-polito/python-project-template
- Owner: arol-polito
- License: mit
- Created: 2024-11-10T10:28:29.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-12T07:17:48.000Z (3 months ago)
- Last Synced: 2024-11-12T08:21:52.611Z (3 months ago)
- Topics: development-environment, hacktoberfest, python, template
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# python-project-template
Project template suitable for Python development.
This template provides a basic [Development Container](https://containers.dev/) with the following components:
- [Ubuntu 24.04](https://ubuntu.com/)
- [Python 3.12](https://www.python.org/)
- [Poetry](https://python-poetry.org/)
- [Visual Studio Code](https://code.visualstudio.com/) extensions: [Python](https://marketplace.visualstudio.com/items?itemName=ms-python.python), [Git Graph](https://marketplace.visualstudio.com/items?itemName=mhutchie.git-graph)## Copyright and license for "python-project-template"
Copyright (C) 2024, [Gianpaolo Macario](https://github.com/gmacario), all rights reserved.
### Source code license
The source code contained in this repository and the executable distributions are licensed under the terms of the MIT license as detailed in the [LICENSE](LICENSE) file.