https://github.com/upstreamdata/pyasic-super
https://github.com/upstreamdata/pyasic-super
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/upstreamdata/pyasic-super
- Owner: UpstreamData
- Created: 2022-11-01T19:40:57.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-10T18:48:50.000Z (about 2 years ago)
- Last Synced: 2025-10-07T08:43:55.182Z (9 months ago)
- Size: 596 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.