https://github.com/cdubos-fr/pet-protect-cli
CLI for the Pet Protect project
https://github.com/cdubos-fr/pet-protect-cli
github probot
Last synced: about 1 month ago
JSON representation
CLI for the Pet Protect project
- Host: GitHub
- URL: https://github.com/cdubos-fr/pet-protect-cli
- Owner: cdubos-fr
- Created: 2024-09-07T14:23:24.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-09-24T19:55:11.000Z (8 months ago)
- Last Synced: 2025-03-11T16:44:35.467Z (2 months ago)
- Topics: github, probot
- Language: Nix
- Homepage: https://github.com/cdubos-fr/pet-protect-cli
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[](https://github.com/pre-commit/pre-commit)
[](https://github.com/astral-sh/ruff)
[](https://github.com/PyCQA/bandit)
[](https://mypy-lang.org/)CLI for the Pet Protect project
# Installation
```bash
pip install
```
or
```bash
pip install git+
```to install it in editable mode:
```bash
pip install -e .
```to add developpement dependencies:
```bash
pip install -e ".[dev]"
```# Setup dev' environment
Use [Nix](https://zero-to-nix.com/) with [direnv](https://github.com/nix-community/nix-direnv) to automatically build your development environment,
or simply run `nix develop`.# Use CI environment
To use `CI` environment instead of development, you can execute `nix develop .#ci`
# Build
Use [Nix](https://zero-to-nix.com/) command: `nix build`