https://github.com/redhatqe/python-template-repository
Template repository for python
https://github.com/redhatqe/python-template-repository
Last synced: 2 months ago
JSON representation
Template repository for python
- Host: GitHub
- URL: https://github.com/redhatqe/python-template-repository
- Owner: RedHatQE
- License: apache-2.0
- Created: 2023-07-17T08:46:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-10T18:07:57.000Z (11 months ago)
- Last Synced: 2025-02-10T19:24:16.360Z (11 months ago)
- Size: 18.6 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# python-template-repository
Template repository for python
## How to use
- Use the repo as a github template to create a new repository
- Initiate poetry and follow the instructions
```bash
poetry init
```
- Update the `OWNERS` file relevant sections
- If needed, add more checks in `tox.ini`