Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikejgray/projen-python-base
An opinionated Python Poetry Project for projen
https://github.com/mikejgray/projen-python-base
Last synced: about 11 hours ago
JSON representation
An opinionated Python Poetry Project for projen
- Host: GitHub
- URL: https://github.com/mikejgray/projen-python-base
- Owner: mikejgray
- License: apache-2.0
- Created: 2023-01-07T04:11:23.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-29T00:19:43.000Z (3 months ago)
- Last Synced: 2024-08-29T02:35:03.801Z (3 months ago)
- Language: TypeScript
- Size: 168 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PoetryPythonProject
A highly opinionated Python Poetry project, for projen.
h o P P P f P
## What you get
- pylint, flake8, pycodestyle, pydocstyle, black, mypy, and bandit installed as dev dependencies
- Poetry management
- .pre-commit-config.yaml file with sane GitHub Actions CI checks
- .gitignore that excludes `.DS_Store` (you're welcome, Mac users)## How to install
```sh
projen new poetry_python --from https://github.com/mikejgray/projen-python-base
```