Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/crev-dev/pip-crev
- Owner: crev-dev
- Created: 2020-05-04T17:32:39.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T10:02:38.000Z (about 2 years ago)
- Last Synced: 2024-07-30T17:46:59.604Z (6 months ago)
- Topics: code-review, crev, cryptography, distributed
- Language: Python
- Homepage:
- Size: 248 KB
- Stars: 23
- Watchers: 5
- Forks: 3
- 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.