Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kyleniemeyer/rescale-test


https://github.com/kyleniemeyer/rescale-test

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

## Development

install stuff with:

`pip install -e '.[lint,test,dev]`

run tests with:

`pytest tests/`

run linting + formatting + etc with:

`pre-commit run --all-files`