safentic 1.0.1__tar.gz → 1.0.2__tar.gz

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.
Files changed (27) hide show
  1. {safentic-1.0.1/safentic.egg-info → safentic-1.0.2}/PKG-INFO +7 -1
  2. {safentic-1.0.1 → safentic-1.0.2}/safentic/__init__.py +1 -1
  3. {safentic-1.0.1 → safentic-1.0.2/safentic.egg-info}/PKG-INFO +7 -1
  4. {safentic-1.0.1 → safentic-1.0.2}/safentic.egg-info/SOURCES.txt +1 -0
  5. safentic-1.0.2/safentic.egg-info/requires.txt +5 -0
  6. {safentic-1.0.1 → safentic-1.0.2}/setup.py +8 -2
  7. {safentic-1.0.1 → safentic-1.0.2}/MANIFEST.in +0 -0
  8. {safentic-1.0.1 → safentic-1.0.2}/README.md +0 -0
  9. {safentic-1.0.1 → safentic-1.0.2}/requirements.txt +0 -0
  10. {safentic-1.0.1 → safentic-1.0.2}/safentic/LICENSE.txt +0 -0
  11. {safentic-1.0.1 → safentic-1.0.2}/safentic/config.py +0 -0
  12. {safentic-1.0.1 → safentic-1.0.2}/safentic/engine.py +0 -0
  13. {safentic-1.0.1 → safentic-1.0.2}/safentic/helper/__init__.py +0 -0
  14. {safentic-1.0.1 → safentic-1.0.2}/safentic/helper/auth.py +0 -0
  15. {safentic-1.0.1 → safentic-1.0.2}/safentic/layer.py +0 -0
  16. {safentic-1.0.1 → safentic-1.0.2}/safentic/logger/__init__.py +0 -0
  17. {safentic-1.0.1 → safentic-1.0.2}/safentic/logger/audit.py +0 -0
  18. {safentic-1.0.1 → safentic-1.0.2}/safentic/policies/.gitkeep +0 -0
  19. {safentic-1.0.1 → safentic-1.0.2}/safentic/policies/__init__.py +0 -0
  20. {safentic-1.0.1 → safentic-1.0.2}/safentic/policies/example_policy.txt +0 -0
  21. {safentic-1.0.1 → safentic-1.0.2}/safentic/policies/policy.yaml +0 -0
  22. {safentic-1.0.1 → safentic-1.0.2}/safentic/policy.py +0 -0
  23. {safentic-1.0.1 → safentic-1.0.2}/safentic/verifiers/__init__.py +0 -0
  24. {safentic-1.0.1 → safentic-1.0.2}/safentic/verifiers/sentence_verifier.py +0 -0
  25. {safentic-1.0.1 → safentic-1.0.2}/safentic.egg-info/dependency_links.txt +0 -0
  26. {safentic-1.0.1 → safentic-1.0.2}/safentic.egg-info/top_level.txt +0 -0
  27. {safentic-1.0.1 → safentic-1.0.2}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: safentic
3
- Version: 1.0.1
3
+ Version: 1.0.2
4
4
  Summary: Safentic SDK for behavior analysis
5
5
  Home-page: https://safentic.com
6
6
  Author: Safentic
@@ -10,6 +10,11 @@ Classifier: Programming Language :: Python :: 3
10
10
  Classifier: License :: Other/Proprietary License
11
11
  Classifier: Operating System :: OS Independent
12
12
  Description-Content-Type: text/markdown
13
+ Requires-Dist: requests
14
+ Requires-Dist: PyYAML==6.0
15
+ Requires-Dist: sentence-transformers==3.2.1
16
+ Requires-Dist: sqlalchemy
17
+ Requires-Dist: python-dotenv
13
18
  Dynamic: author
14
19
  Dynamic: author-email
15
20
  Dynamic: classifier
@@ -17,6 +22,7 @@ Dynamic: description
17
22
  Dynamic: description-content-type
18
23
  Dynamic: home-page
19
24
  Dynamic: license
25
+ Dynamic: requires-dist
20
26
  Dynamic: summary
21
27
 
22
28
  # Safentic SDK
@@ -5,4 +5,4 @@ __all__ = [
5
5
  "SafenticError",
6
6
  ]
7
7
 
8
- __version__ = "1.0.1"
8
+ __version__ = "1.0.2"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: safentic
3
- Version: 1.0.1
3
+ Version: 1.0.2
4
4
  Summary: Safentic SDK for behavior analysis
5
5
  Home-page: https://safentic.com
6
6
  Author: Safentic
@@ -10,6 +10,11 @@ Classifier: Programming Language :: Python :: 3
10
10
  Classifier: License :: Other/Proprietary License
11
11
  Classifier: Operating System :: OS Independent
12
12
  Description-Content-Type: text/markdown
13
+ Requires-Dist: requests
14
+ Requires-Dist: PyYAML==6.0
15
+ Requires-Dist: sentence-transformers==3.2.1
16
+ Requires-Dist: sqlalchemy
17
+ Requires-Dist: python-dotenv
13
18
  Dynamic: author
14
19
  Dynamic: author-email
15
20
  Dynamic: classifier
@@ -17,6 +22,7 @@ Dynamic: description
17
22
  Dynamic: description-content-type
18
23
  Dynamic: home-page
19
24
  Dynamic: license
25
+ Dynamic: requires-dist
20
26
  Dynamic: summary
21
27
 
22
28
  # Safentic SDK
@@ -11,6 +11,7 @@ safentic/policy.py
11
11
  safentic.egg-info/PKG-INFO
12
12
  safentic.egg-info/SOURCES.txt
13
13
  safentic.egg-info/dependency_links.txt
14
+ safentic.egg-info/requires.txt
14
15
  safentic.egg-info/top_level.txt
15
16
  safentic/helper/__init__.py
16
17
  safentic/helper/auth.py
@@ -0,0 +1,5 @@
1
+ requests
2
+ PyYAML==6.0
3
+ sentence-transformers==3.2.1
4
+ sqlalchemy
5
+ python-dotenv
@@ -2,9 +2,15 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name="safentic",
5
- version="1.0.1",
5
+ version="1.0.2",
6
6
  packages=find_packages(),
7
- install_requires=[],
7
+ install_requires=[
8
+ "requests",
9
+ "PyYAML==6.0",
10
+ "sentence-transformers==3.2.1",
11
+ "sqlalchemy",
12
+ "python-dotenv"
13
+ ],
8
14
  include_package_data=True,
9
15
  license="Proprietary :: Safentic Commercial License", # Custom classifier
10
16
  classifiers=[
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes