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: about 1 year ago
JSON representation
Signed code reviews for Python packages.
- Host: GitHub
- URL: https://github.com/crev-dev/pip-crev
- Owner: crev-dev
- Created: 2020-05-04T17:32:39.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T10:02:38.000Z (over 3 years ago)
- Last Synced: 2025-03-21T03:51:15.371Z (about 1 year ago)
- Topics: code-review, crev, cryptography, distributed
- Language: Python
- Homepage:
- Size: 248 KB
- Stars: 23
- Watchers: 4
- Forks: 4
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
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.