Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/whitead/sanclone
https://github.com/whitead/sanclone
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/whitead/sanclone
- Owner: whitead
- Created: 2023-10-06T21:26:37.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-06T23:59:03.000Z (about 1 year ago)
- Last Synced: 2024-10-16T02:59:08.128Z (3 months ago)
- Language: Python
- Size: 18.6 KB
- Stars: 2
- Watchers: 2
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SanClone
## Installation
```sh
pip install -e .
```## Testing
```sh
pip install -r dev-requirements.txt
pytest
```## Developing
To contribute, make sure to run the pre-commit hooks before committing.
### First time setup
```sh
# install pre-commit
pip install -r dev-requirements.txt
pre-commit install
pre-commit run --all-files
```After that, it will run automatically