aiwaf 0.1.7.2__py3-none-any.whl → 0.1.7.3__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.
Potentially problematic release.
This version of aiwaf might be problematic. Click here for more details.
- {aiwaf-0.1.7.2.dist-info → aiwaf-0.1.7.3.dist-info}/METADATA +5 -1
- {aiwaf-0.1.7.2.dist-info → aiwaf-0.1.7.3.dist-info}/RECORD +7 -7
- {aiwaf-0.1.7.2.dist-info → aiwaf-0.1.7.3.dist-info}/WHEEL +1 -1
- /aiwaf/{template_tags → templatetags}/__init__.py +0 -0
- /aiwaf/{template_tags → templatetags}/aiwaf_tags.py +0 -0
- {aiwaf-0.1.7.2.dist-info → aiwaf-0.1.7.3.dist-info}/licenses/LICENSE +0 -0
- {aiwaf-0.1.7.2.dist-info → aiwaf-0.1.7.3.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: aiwaf
|
|
3
|
-
Version: 0.1.7.
|
|
3
|
+
Version: 0.1.7.3
|
|
4
4
|
Summary: AI-powered Web Application Firewall
|
|
5
5
|
Home-page: https://github.com/aayushgauba/aiwaf
|
|
6
6
|
Author: Aayush Gauba
|
|
@@ -22,6 +22,10 @@ Dynamic: requires-python
|
|
|
22
22
|
|
|
23
23
|
---
|
|
24
24
|
|
|
25
|
+
## System Requirements
|
|
26
|
+
|
|
27
|
+
No GPU needed—AI-WAF runs entirely on CPU with just Python 3.8+, Django 3.2+, a single vCPU and ~512 MB RAM for small sites; for moderate production traffic you can bump to 2–4 vCPUs and 2–4 GB RAM, offload the daily detect-and-train job to a worker, and rotate logs to keep memory use bounded.
|
|
28
|
+
|
|
25
29
|
## 📁 Package Structure
|
|
26
30
|
|
|
27
31
|
```
|
|
@@ -10,10 +10,10 @@ aiwaf/management/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,
|
|
|
10
10
|
aiwaf/management/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
11
|
aiwaf/management/commands/detect_and_train.py,sha256=-o-LZ7QZ5GeJPCekryox1DGXKMmFEkwwrcDsiM166K0,269
|
|
12
12
|
aiwaf/resources/model.pkl,sha256=rCCXH38SJrnaOba2WZrU1LQVzWT34x6bTVkq20XJU-Q,1091129
|
|
13
|
-
aiwaf/
|
|
14
|
-
aiwaf/
|
|
15
|
-
aiwaf-0.1.7.
|
|
16
|
-
aiwaf-0.1.7.
|
|
17
|
-
aiwaf-0.1.7.
|
|
18
|
-
aiwaf-0.1.7.
|
|
19
|
-
aiwaf-0.1.7.
|
|
13
|
+
aiwaf/templatetags/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
14
|
+
aiwaf/templatetags/aiwaf_tags.py,sha256=1KGqeioYmgKACDUiPkykSqI7DLQ6-Ypy1k00weWj9iY,399
|
|
15
|
+
aiwaf-0.1.7.3.dist-info/licenses/LICENSE,sha256=Ir8PX4dxgAcdB0wqNPIkw84fzIIRKE75NoUil9RX0QU,1069
|
|
16
|
+
aiwaf-0.1.7.3.dist-info/METADATA,sha256=k-einbUwi_qqx8Nk_CwSysIZKC-bL9RztcIbsEZQUJs,6116
|
|
17
|
+
aiwaf-0.1.7.3.dist-info/WHEEL,sha256=0CuiUZ_p9E4cD6NyLD6UG80LBXYyiSYZOKDm5lp32xk,91
|
|
18
|
+
aiwaf-0.1.7.3.dist-info/top_level.txt,sha256=kU6EyjobT6UPCxuWpI_BvcHDG0I2tMgKaPlWzVxe2xI,6
|
|
19
|
+
aiwaf-0.1.7.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|