Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/crev-dev/pip-crev

Signed code reviews for Python packages.
https://github.com/crev-dev/pip-crev

code-review crev cryptography distributed

Last synced: 3 months ago
JSON representation

Signed code reviews for Python packages.

Awesome Lists containing this project

README

        

# pip-crev

**WARNING: This code is in development, is being provided without support, and is subject to change at any time without notification**

## Setup
```sh
# Install dependencies
pipenv install --dev

# Setup pre-commit and pre-push hooks
pipenv run pre-commit install -t pre-commit
pipenv run pre-commit install -t pre-push
```

## Credits
This package was created with Cookiecutter and the [sourcery-ai/python-best-practices-cookiecutter](https://github.com/sourcery-ai/python-best-practices-cookiecutter) project template.