https://github.com/cybercentrecanada/howler-client
The Howler client library facilitates issuing requests to Howler.
https://github.com/cybercentrecanada/howler-client
Last synced: 26 days ago
JSON representation
The Howler client library facilitates issuing requests to Howler.
- Host: GitHub
- URL: https://github.com/cybercentrecanada/howler-client
- Owner: CybercentreCanada
- License: mit
- Created: 2023-11-17T13:59:22.000Z (almost 2 years ago)
- Default Branch: develop
- Last Pushed: 2024-07-30T13:17:59.000Z (over 1 year ago)
- Last Synced: 2025-09-25T08:37:00.133Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 159 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.fr.md
- License: LICENSE
Awesome Lists containing this project
README
# Bibliothèque client de Howler
La bibliothèque client Howler facilite l'émission de requêtes à Howler.
## Exécution des tests
1. Préparez l'interface howler-api :
1. Démarrer les dépendances
1. `howler-api > python howler/app.py`
1. `howler-api > python howler/odm/random_data.py`
2. Exécutez les tests d'intégration Java :
1. `howler-client > mvn verify`
3. Exécuter les tests d'intégration python :
1. `howler-client/python > python -m venv env`
1. `howler-client/python > . env/bin/activate`
1. `howler-client/python > pip install -r requirements.txt`
1. `howler-client/python > pip install -r test/requirements.txt`
1. `howler-client/python > pip install -e .`
1. `howler-client/python > pytest -s -v test`