howler-client 1.6.0.dev15918__py2.py3-none-any.whl → 1.6.0.dev16137__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- howler_client/connection.py +0 -1
- {howler_client-1.6.0.dev15918.dist-info → howler_client-1.6.0.dev16137.dist-info}/METADATA +28 -2
- {howler_client-1.6.0.dev15918.dist-info → howler_client-1.6.0.dev16137.dist-info}/RECORD +5 -5
- {howler_client-1.6.0.dev15918.dist-info → howler_client-1.6.0.dev16137.dist-info}/WHEEL +0 -0
- {howler_client-1.6.0.dev15918.dist-info → howler_client-1.6.0.dev16137.dist-info}/top_level.txt +0 -0
howler_client/connection.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: howler-client
|
|
3
|
-
Version: 1.6.0.
|
|
3
|
+
Version: 1.6.0.dev16137
|
|
4
4
|
Summary: Howler Client Python Library
|
|
5
5
|
Home-page: https://github.com/CybercentreCanada/howler-client
|
|
6
6
|
Author: Analysis Support
|
|
@@ -25,6 +25,8 @@ Requires-Dist: pytest-cov ; extra == 'test'
|
|
|
25
25
|
Requires-Dist: cart ; extra == 'test'
|
|
26
26
|
Requires-Dist: passlib ; extra == 'test'
|
|
27
27
|
|
|
28
|
+
**Le version français suit**
|
|
29
|
+
|
|
28
30
|
# Howler Client Library
|
|
29
31
|
|
|
30
32
|
The Howler client library facilitates issuing requests to Howler.
|
|
@@ -35,7 +37,6 @@ The Howler client library facilitates issuing requests to Howler.
|
|
|
35
37
|
1. Start dependencies
|
|
36
38
|
1. `howler-api > python howler/app.py`
|
|
37
39
|
1. `howler-api > python howler/odm/random_data.py`
|
|
38
|
-
1. `howler-api > python howler/odm/random_hits.py`
|
|
39
40
|
2. Run Java integration tests:
|
|
40
41
|
1. `howler-client > mvn verify`
|
|
41
42
|
3. Run python integration tests:
|
|
@@ -45,3 +46,28 @@ The Howler client library facilitates issuing requests to Howler.
|
|
|
45
46
|
1. `howler-client/python > pip install -r test/requirements.txt`
|
|
46
47
|
1. `howler-client/python > pip install -e .`
|
|
47
48
|
1. `howler-client/python > pytest -s -v test`
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
======
|
|
52
|
+
|
|
53
|
+
# Français
|
|
54
|
+
|
|
55
|
+
# Bibliothèque client de Howler
|
|
56
|
+
|
|
57
|
+
La bibliothèque client Howler facilite l'émission de requêtes à Howler.
|
|
58
|
+
|
|
59
|
+
## Exécution des tests
|
|
60
|
+
|
|
61
|
+
1. Préparez l'interface howler-api :
|
|
62
|
+
1. Démarrer les dépendances
|
|
63
|
+
1. `howler-api > python howler/app.py`
|
|
64
|
+
1. `howler-api > python howler/odm/random_data.py`
|
|
65
|
+
2. Exécutez les tests d'intégration Java :
|
|
66
|
+
1. `howler-client > mvn verify`
|
|
67
|
+
3. Exécuter les tests d'intégration python :
|
|
68
|
+
1. `howler-client/python > python -m venv env`
|
|
69
|
+
1. `howler-client/python > . env/bin/activate`
|
|
70
|
+
1. `howler-client/python > pip install -r requirements.txt`
|
|
71
|
+
1. `howler-client/python > pip install -r test/requirements.txt`
|
|
72
|
+
1. `howler-client/python > pip install -e .`
|
|
73
|
+
1. `howler-client/python > pytest -s -v test`
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
howler_client/__init__.py,sha256=o37G3fbdiMcuAJRmMGZgaipkE4BTlgBv-lucMUuJj9U,893
|
|
2
2
|
howler_client/client.py,sha256=jX8uInnbXexTUPEoLA5_ZnE8s6UT3mwkx4Vpwsd_17U,879
|
|
3
|
-
howler_client/connection.py,sha256=
|
|
3
|
+
howler_client/connection.py,sha256=DrQSBhqM3thuqvVa1VJcruQuvZ5uE6TFt-J59OYb39w,6701
|
|
4
4
|
howler_client/logger.py,sha256=MUI9j5vW6CAKeAw5BjmVAEwPxqABGUnEBmwsCpcpW50,390
|
|
5
5
|
howler_client/common/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
6
6
|
howler_client/common/dict_utils.py,sha256=x4DF05azwa2V-U611fx9lm6K7W8pihd1qVkkLwk2frg,2816
|
|
@@ -18,7 +18,7 @@ howler_client/module/search/grouped.py,sha256=2su-A-WsATUpPf3jOLXDfz-6MVe5skuYFH
|
|
|
18
18
|
howler_client/module/search/histogram.py,sha256=Uo3QsihMYcvs42U-K0XniqqFEjPxu7uRGx2FdX1Rkek,2012
|
|
19
19
|
howler_client/module/search/stats.py,sha256=F6QnQ9kp-Q3vf3WV41CFw4ru1ydoTaSAm34MaMhZjSU,1376
|
|
20
20
|
howler_client/module/search/stream.py,sha256=lWmN_n8MTjANdykMJRVvkstYSOEkhB6gptGCkDIkLYg,2555
|
|
21
|
-
howler_client-1.6.0.
|
|
22
|
-
howler_client-1.6.0.
|
|
23
|
-
howler_client-1.6.0.
|
|
24
|
-
howler_client-1.6.0.
|
|
21
|
+
howler_client-1.6.0.dev16137.dist-info/METADATA,sha256=haXAtJRy-NEuy2aCtiWcyKBZY7EdqXPeowQqSi6NXNo,2512
|
|
22
|
+
howler_client-1.6.0.dev16137.dist-info/WHEEL,sha256=P2T-6epvtXQ2cBOE_U1K4_noqlJFN3tj15djMgEu4NM,110
|
|
23
|
+
howler_client-1.6.0.dev16137.dist-info/top_level.txt,sha256=2tldmzB8HiYl69n70wY6MXNuEKwRztoVauoZlprlxE0,14
|
|
24
|
+
howler_client-1.6.0.dev16137.dist-info/RECORD,,
|
|
File without changes
|
{howler_client-1.6.0.dev15918.dist-info → howler_client-1.6.0.dev16137.dist-info}/top_level.txt
RENAMED
|
File without changes
|