Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/whitead/sanclone


https://github.com/whitead/sanclone

Last synced: about 1 month ago
JSON representation

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