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

https://github.com/sloppycoder/py_jira_playground


https://github.com/sloppycoder/py_jira_playground

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# Welcome to your Python project!

This project is set up Python project with dev tooling pre-configured

* black
* flake8
* isort
* mypy
* VS Code support

## Setup
```
# create virtualenv
$ poetry shell

# install dependencies
(.venv)$ poetry install

```

## Develop the code for the stack
```
# run unit tests
pytest

```