https://github.com/bakdata/template-python-poetry
Template for open source Python Poetry projects
https://github.com/bakdata/template-python-poetry
Last synced: 12 months ago
JSON representation
Template for open source Python Poetry projects
- Host: GitHub
- URL: https://github.com/bakdata/template-python-poetry
- Owner: bakdata
- License: mit
- Created: 2024-04-03T11:40:50.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-07T11:20:47.000Z (12 months ago)
- Last Synced: 2025-04-10T23:48:09.868Z (12 months ago)
- Language: Python
- Homepage:
- Size: 151 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# project-name
Short description about the project.
## Usage
```sh
pip install
```
```python
# instructions how to use the package
import package
...
```
## Development
See our [contribution guide](CONTRIBUTING.md)