Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```