Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cdubos-fr/pet-protect-frontend
Frontend for the Pet Protect project
https://github.com/cdubos-fr/pet-protect-frontend
github probot
Last synced: 2 months ago
JSON representation
Frontend for the Pet Protect project
- Host: GitHub
- URL: https://github.com/cdubos-fr/pet-protect-frontend
- Owner: cdubos-fr
- Created: 2024-09-07T14:20:49.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-24T19:56:06.000Z (4 months ago)
- Last Synced: 2024-10-17T00:41:31.687Z (3 months ago)
- Topics: github, probot
- Language: Nix
- Homepage: https://github.com/cdubos-fr/pet-protect-frontend
- 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
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://github.com/pre-commit/pre-commit)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
[![security: bandit](https://img.shields.io/badge/security-bandit-yellow.svg)](https://github.com/PyCQA/bandit)
[![Checked with mypy](https://www.mypy-lang.org/static/mypy_badge.svg)](https://mypy-lang.org/)Frontend 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`