Metadata-Version: 2.1
Name: ff-hidden-species2pg
Version: 0.1.0
Summary: 
Author: Fred C
Author-email: fcloitre@dbwildlife.info
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: beautifulsoup4 (>=4.12.3,<5.0.0)
Requires-Dist: click (>=8.1.7,<9.0.0)
Requires-Dist: psycopg2-binary (>=2.9.9,<3.0.0)
Requires-Dist: requests (>=2.31.0,<3.0.0)
Requires-Dist: types-beautifulsoup4 (>=4.12.0.20240229,<5.0.0.0)
Description-Content-Type: text/markdown

# Faune-france hidden species rules parser

Very simple cli app to get and load into database faune-france global rules used to hide sensitive species.

## Project Setup

CLI app can be installed by running `pip`.

```bash
pip install ff-hidden-species2pg
```

## Issues

Please report any bugs or requests that you have using the [GitHub issue tracker](https://github.com/lpoaura/faune-france-global-sensitivity-rules-parser/issues)!

## Help

Run command `python -m ff_hidden_species_rules --help` to get help.

## Contributing

All devs must be done in forks (see [GitHub doc](https://docs.github.com/en/get-started/quickstart/fork-a-repo)).

Pull requests must be pulled to `dev` branch.

Install project and development requirements (require [poetry](https://python-poetry.org/)):

```bash
poetry install
poetry run pre-commit install
```

Make your devs and pull requests.

## Licence

[GNU AGPLv3](https://www.gnu.org/licenses/gpl.html)

## Team

- [@lpofredc](https://github.com/lpofredc/) ([LPO Auvergne-Rhône-Alpes](https://github.com/lpoaura/)), core developer


![Logo LPOAuRA](https://raw.githubusercontent.com/lpoaura/biodivsport-widget/master/images/LPO_AuRA_l250px.png)

