howler-client 2.4.0.dev37__py3-none-any.whl → 2.4.0.dev38__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-2.4.0.dev37.dist-info → howler_client-2.4.0.dev38.dist-info}/METADATA +33 -22
- {howler_client-2.4.0.dev37.dist-info → howler_client-2.4.0.dev38.dist-info}/RECORD +5 -5
- {howler_client-2.4.0.dev37.dist-info → howler_client-2.4.0.dev38.dist-info}/LICENSE +0 -0
- {howler_client-2.4.0.dev37.dist-info → howler_client-2.4.0.dev38.dist-info}/WHEEL +0 -0
- {howler_client-2.4.0.dev37.dist-info → howler_client-2.4.0.dev38.dist-info}/entry_points.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: howler-client
|
|
3
|
-
Version: 2.4.0.
|
|
3
|
+
Version: 2.4.0.dev38
|
|
4
4
|
Summary: The Howler client library facilitates issuing requests to Howler
|
|
5
5
|
License: MIT
|
|
6
6
|
Keywords: howler,alerting,gc,canada,cse-cst,cse,cst,cyber,cccs
|
|
@@ -37,25 +37,36 @@ The Howler client library facilitates issuing requests to Howler.
|
|
|
37
37
|
|
|
38
38
|
## Running the Tests
|
|
39
39
|
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
40
|
+
### Prepare the API
|
|
41
|
+
|
|
42
|
+
```bash
|
|
43
|
+
sudo mkdir -p /etc/howler/conf
|
|
44
|
+
sudo mkdir -p /var/cache/howler
|
|
45
|
+
sudo mkdir -p /var/lib/howler
|
|
46
|
+
sudo mkdir -p /var/log/howler
|
|
47
|
+
|
|
48
|
+
sudo chown -R $USER /etc/howler
|
|
49
|
+
sudo chown $USER /var/cache/howler
|
|
50
|
+
sudo chown $USER /var/lib/howler
|
|
51
|
+
sudo chown $USER /var/log/howler
|
|
52
|
+
|
|
53
|
+
cd api/dev
|
|
54
|
+
docker compose up -d --build
|
|
55
|
+
|
|
56
|
+
cd ..
|
|
57
|
+
poetry install --with dev,test,types
|
|
58
|
+
cp test/unit/config.yml /etc/howler/conf/config.yml
|
|
59
|
+
cp build_scripts/classification.yml /etc/howler/conf/classification.yml
|
|
60
|
+
poetry run server
|
|
61
|
+
|
|
62
|
+
poetry run python howler/odm/random_data.py
|
|
63
|
+
```
|
|
64
|
+
|
|
65
|
+
### Run the Tests
|
|
66
|
+
|
|
67
|
+
```bash
|
|
68
|
+
cd client
|
|
69
|
+
|
|
70
|
+
poetry run test
|
|
71
|
+
```
|
|
61
72
|
|
|
@@ -21,8 +21,8 @@ howler_client/module/search/stream.py,sha256=Tgr_tfsrsHUPo2uibiADL-IKupVw7WE5s3x
|
|
|
21
21
|
howler_client/module/user.py,sha256=Dcosi_zrZzI0edOpH1ZzKoTa_Q4S0NZM2aWmMHmbDMc,3125
|
|
22
22
|
howler_client/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
23
23
|
howler_client/utils/json_encoders.py,sha256=wMbNZx4X-K0pKKusrSCem0bpe37e7J7JvTaAQfA5avI,1066
|
|
24
|
-
howler_client-2.4.0.
|
|
25
|
-
howler_client-2.4.0.
|
|
26
|
-
howler_client-2.4.0.
|
|
27
|
-
howler_client-2.4.0.
|
|
28
|
-
howler_client-2.4.0.
|
|
24
|
+
howler_client-2.4.0.dev38.dist-info/LICENSE,sha256=1Sbl0uFuetnPtKrTbzHYw9cu2_83HlqVM3mpC_5SdT4,1384
|
|
25
|
+
howler_client-2.4.0.dev38.dist-info/METADATA,sha256=4Dj7ll-04n89o_oLxUK5Gac3UF6S8brxqtJfQvqA-94,2120
|
|
26
|
+
howler_client-2.4.0.dev38.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
|
27
|
+
howler_client-2.4.0.dev38.dist-info/entry_points.txt,sha256=O-HDLAR3572yUDhj7s33f5DgGLedxfaGiUEi0BWaKXs,146
|
|
28
|
+
howler_client-2.4.0.dev38.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
{howler_client-2.4.0.dev37.dist-info → howler_client-2.4.0.dev38.dist-info}/entry_points.txt
RENAMED
|
File without changes
|