Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kyleniemeyer/rescale-test2
https://github.com/kyleniemeyer/rescale-test2
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/kyleniemeyer/rescale-test2
- Owner: kyleniemeyer
- License: bsd-3-clause
- Created: 2024-08-02T13:16:49.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-02T16:36:47.000Z (5 months ago)
- Last Synced: 2024-08-03T15:23:10.798Z (5 months ago)
- Language: Python
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.13173290.svg)](https://doi.org/10.5281/zenodo.13173290)
## 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`