Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 567 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 567 Bytes

yeet-api

Welcome to yeet-api! This is where the API used by (the upcoming) yeet-cli resides. This API is written in Python and is aimed to be as friendly as possible towards the community, so you can build your own tools, too.

Note that currently yeet-api is in major development, and is currently unstable to be used.

Contribution

To contribute, please make sure you have black installed, and preferably, use our provided pre-commit hook to run black automatically before commiting.

# To install the pre-commit hook:
poetry run install-hook