https://github.com/marekpikula/python-poetry-vscode-template
Python + Poetry + VS Code (devcontainer) GitHub template
https://github.com/marekpikula/python-poetry-vscode-template
Last synced: 3 months ago
JSON representation
Python + Poetry + VS Code (devcontainer) GitHub template
- Host: GitHub
- URL: https://github.com/marekpikula/python-poetry-vscode-template
- Owner: MarekPikula
- License: mit
- Created: 2023-10-07T20:10:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-04T22:32:47.000Z (7 months ago)
- Last Synced: 2025-01-28T13:52:15.335Z (4 months ago)
- Language: Python
- Size: 79.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/MarekPikula/python-poetry-vscode-template/actions/workflows/python.yaml)
[](https://pypi.org/project/fixme)
[](https://github.com/psf/black)# Python + Poetry + VS Code (devcontainer) template
It's a quick and easy template repository for Python projects. It's heavily
opinionated and represents personal taste of the author.## Checklist
1. Find, check and change the following phrases:
- *FIXME* (also lowercase),
- *python-poetry-vscode-template*1. Adjust the Python version in the following files:
- .devcontainer/Dockerfile
- pyproject.toml
- .github/workflows/build.yaml1. Add `PYPI_PASSWORD` secret if you want to publish to PyPI and enable the
workflow step.1. Set *Workflow permissions* to *Read and write permissions* in
*Actions→General* section in project settings. Needed for devcontainer image
build.