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

https://github.com/upstreamdata/pyasic-super


https://github.com/upstreamdata/pyasic-super

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# pyasic-super

This is a super module for pyasic and pyasic_api. This is a development only environment for easy development of these projects in conjunction.

## Developer Instructions

This repo uses poetry for dependencies, which can be installed by following the guide on their website [here](https://python-poetry.org/docs/#installation).

After you have poetry installed, run `poetry install`.

Finally, initialize pre-commit hooks with `poetry run pre-commit install`.