volidator-python 0.1.0__tar.gz → 0.1.1__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 (18) hide show
  1. {volidator_python-0.1.0 → volidator_python-0.1.1}/PKG-INFO +5 -2
  2. {volidator_python-0.1.0 → volidator_python-0.1.1}/pyproject.toml +8 -2
  3. {volidator_python-0.1.0 → volidator_python-0.1.1}/volidator_python.egg-info/PKG-INFO +5 -2
  4. {volidator_python-0.1.0 → volidator_python-0.1.1}/README.md +0 -0
  5. {volidator_python-0.1.0 → volidator_python-0.1.1}/setup.cfg +0 -0
  6. {volidator_python-0.1.0 → volidator_python-0.1.1}/tests/test_client.py +0 -0
  7. {volidator_python-0.1.0 → volidator_python-0.1.1}/tests/test_cryptography.py +0 -0
  8. {volidator_python-0.1.0 → volidator_python-0.1.1}/volidator/__init__.py +0 -0
  9. {volidator_python-0.1.0 → volidator_python-0.1.1}/volidator/agent.py +0 -0
  10. {volidator_python-0.1.0 → volidator_python-0.1.1}/volidator/client.py +0 -0
  11. {volidator_python-0.1.0 → volidator_python-0.1.1}/volidator/compliance.py +0 -0
  12. {volidator_python-0.1.0 → volidator_python-0.1.1}/volidator/plugins/__init__.py +0 -0
  13. {volidator_python-0.1.0 → volidator_python-0.1.1}/volidator/plugins/langchain.py +0 -0
  14. {volidator_python-0.1.0 → volidator_python-0.1.1}/volidator/plugins/llamaindex.py +0 -0
  15. {volidator_python-0.1.0 → volidator_python-0.1.1}/volidator_python.egg-info/SOURCES.txt +0 -0
  16. {volidator_python-0.1.0 → volidator_python-0.1.1}/volidator_python.egg-info/dependency_links.txt +0 -0
  17. {volidator_python-0.1.0 → volidator_python-0.1.1}/volidator_python.egg-info/requires.txt +0 -0
  18. {volidator_python-0.1.0 → volidator_python-0.1.1}/volidator_python.egg-info/top_level.txt +0 -0
@@ -1,8 +1,11 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: volidator-python
3
- Version: 0.1.0
4
- Summary: Zero-knowledge, server-blind audit logging for Python and agentic workflows.
3
+ Version: 0.1.1
4
+ Summary: Zero-knowledge, server-blind audit logging for Python and autonomous AI agentic workflows.
5
5
  License: MIT
6
+ Project-URL: Homepage, https://volidator.com
7
+ Project-URL: Documentation, https://docs.volidator.com
8
+ Project-URL: Repository, https://github.com/ankreations/volidator-sdk
6
9
  Classifier: Programming Language :: Python :: 3
7
10
  Classifier: License :: OSI Approved :: MIT License
8
11
  Classifier: Operating System :: OS Independent
@@ -4,8 +4,8 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "volidator-python"
7
- version = "0.1.0"
8
- description = "Zero-knowledge, server-blind audit logging for Python and agentic workflows."
7
+ version = "0.1.1"
8
+ description = "Zero-knowledge, server-blind audit logging for Python and autonomous AI agentic workflows."
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.9"
11
11
  license = { text = "MIT" }
@@ -14,10 +14,16 @@ classifiers = [
14
14
  "License :: OSI Approved :: MIT License",
15
15
  "Operating System :: OS Independent",
16
16
  ]
17
+
17
18
  dependencies = [
18
19
  "cryptography>=3.4.0",
19
20
  ]
20
21
 
22
+ [project.urls]
23
+ Homepage = "https://volidator.com"
24
+ Documentation = "https://docs.volidator.com"
25
+ Repository = "https://github.com/ankreations/volidator-sdk"
26
+
21
27
  [project.optional-dependencies]
22
28
  test = [
23
29
  "pytest>=7.0.0",
@@ -1,8 +1,11 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: volidator-python
3
- Version: 0.1.0
4
- Summary: Zero-knowledge, server-blind audit logging for Python and agentic workflows.
3
+ Version: 0.1.1
4
+ Summary: Zero-knowledge, server-blind audit logging for Python and autonomous AI agentic workflows.
5
5
  License: MIT
6
+ Project-URL: Homepage, https://volidator.com
7
+ Project-URL: Documentation, https://docs.volidator.com
8
+ Project-URL: Repository, https://github.com/ankreations/volidator-sdk
6
9
  Classifier: Programming Language :: Python :: 3
7
10
  Classifier: License :: OSI Approved :: MIT License
8
11
  Classifier: Operating System :: OS Independent