https://github.com/cdubos-fr/pet-protect-backend
Backend for the Pet Protect project
https://github.com/cdubos-fr/pet-protect-backend
github probot
Last synced: 5 months ago
JSON representation
Backend for the Pet Protect project
- Host: GitHub
- URL: https://github.com/cdubos-fr/pet-protect-backend
- Owner: cdubos-fr
- Created: 2024-09-07T14:18:34.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-30T17:08:05.000Z (over 1 year ago)
- Last Synced: 2025-04-14T16:48:20.930Z (about 1 year ago)
- Topics: github, probot
- Language: Python
- Homepage: https://github.com/cdubos-fr/pet-protect-backend
- Size: 57.6 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/)
Backend 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`