Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kyleniemeyer/rescale-test
https://github.com/kyleniemeyer/rescale-test
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/kyleniemeyer/rescale-test
- Owner: kyleniemeyer
- Created: 2024-06-26T13:11:13.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-26T19:13:37.000Z (6 months ago)
- Last Synced: 2024-06-26T23:25:35.256Z (6 months ago)
- Language: Python
- Homepage: https://kyleniemeyer.github.io/rescale-test/
- Size: 502 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`