epi-recorder 1.1.0__tar.gz → 1.1.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.
- {epi_recorder-1.1.0/epi_recorder.egg-info → epi_recorder-1.1.2}/PKG-INFO +4 -4
- {epi_recorder-1.1.0 → epi_recorder-1.1.2}/README.md +3 -3
- epi_recorder-1.1.2/epi_cli/__main__.py +7 -0
- {epi_recorder-1.1.0 → epi_recorder-1.1.2}/epi_core/__init__.py +1 -1
- {epi_recorder-1.1.0 → epi_recorder-1.1.2}/epi_recorder/__init__.py +1 -1
- {epi_recorder-1.1.0 → epi_recorder-1.1.2/epi_recorder.egg-info}/PKG-INFO +4 -4
- {epi_recorder-1.1.0 → epi_recorder-1.1.2}/epi_recorder.egg-info/SOURCES.txt +1 -0
- {epi_recorder-1.1.0 → epi_recorder-1.1.2}/pyproject.toml +1 -1
- {epi_recorder-1.1.0 → epi_recorder-1.1.2}/CHANGELOG.md +0 -0
- {epi_recorder-1.1.0 → epi_recorder-1.1.2}/LICENSE +0 -0
- {epi_recorder-1.1.0 → epi_recorder-1.1.2}/MANIFEST.in +0 -0
- {epi_recorder-1.1.0 → epi_recorder-1.1.2}/epi_cli/__init__.py +0 -0
- {epi_recorder-1.1.0 → epi_recorder-1.1.2}/epi_cli/keys.py +0 -0
- {epi_recorder-1.1.0 → epi_recorder-1.1.2}/epi_cli/ls.py +0 -0
- {epi_recorder-1.1.0 → epi_recorder-1.1.2}/epi_cli/main.py +0 -0
- {epi_recorder-1.1.0 → epi_recorder-1.1.2}/epi_cli/record.py +0 -0
- {epi_recorder-1.1.0 → epi_recorder-1.1.2}/epi_cli/run.py +0 -0
- {epi_recorder-1.1.0 → epi_recorder-1.1.2}/epi_cli/verify.py +0 -0
- {epi_recorder-1.1.0 → epi_recorder-1.1.2}/epi_cli/view.py +0 -0
- {epi_recorder-1.1.0 → epi_recorder-1.1.2}/epi_core/container.py +0 -0
- {epi_recorder-1.1.0 → epi_recorder-1.1.2}/epi_core/redactor.py +0 -0
- {epi_recorder-1.1.0 → epi_recorder-1.1.2}/epi_core/schemas.py +0 -0
- {epi_recorder-1.1.0 → epi_recorder-1.1.2}/epi_core/serialize.py +0 -0
- {epi_recorder-1.1.0 → epi_recorder-1.1.2}/epi_core/trust.py +0 -0
- {epi_recorder-1.1.0 → epi_recorder-1.1.2}/epi_recorder/api.py +0 -0
- {epi_recorder-1.1.0 → epi_recorder-1.1.2}/epi_recorder/bootstrap.py +0 -0
- {epi_recorder-1.1.0 → epi_recorder-1.1.2}/epi_recorder/environment.py +0 -0
- {epi_recorder-1.1.0 → epi_recorder-1.1.2}/epi_recorder/patcher.py +0 -0
- {epi_recorder-1.1.0 → epi_recorder-1.1.2}/epi_recorder.egg-info/dependency_links.txt +0 -0
- {epi_recorder-1.1.0 → epi_recorder-1.1.2}/epi_recorder.egg-info/entry_points.txt +0 -0
- {epi_recorder-1.1.0 → epi_recorder-1.1.2}/epi_recorder.egg-info/requires.txt +0 -0
- {epi_recorder-1.1.0 → epi_recorder-1.1.2}/epi_recorder.egg-info/top_level.txt +0 -0
- {epi_recorder-1.1.0 → epi_recorder-1.1.2}/epi_viewer_static/app.js +0 -0
- {epi_recorder-1.1.0 → epi_recorder-1.1.2}/epi_viewer_static/index.html +0 -0
- {epi_recorder-1.1.0 → epi_recorder-1.1.2}/examples/api_example.py +0 -0
- {epi_recorder-1.1.0 → epi_recorder-1.1.2}/examples/decorator_example.py +0 -0
- {epi_recorder-1.1.0 → epi_recorder-1.1.2}/examples/hello_simple.py +0 -0
- {epi_recorder-1.1.0 → epi_recorder-1.1.2}/examples/metadata_example.py +0 -0
- {epi_recorder-1.1.0 → epi_recorder-1.1.2}/examples/zero_config_example.py +0 -0
- {epi_recorder-1.1.0 → epi_recorder-1.1.2}/setup.cfg +0 -0
- {epi_recorder-1.1.0 → epi_recorder-1.1.2}/tests/__init__.py +0 -0
- {epi_recorder-1.1.0 → epi_recorder-1.1.2}/tests/simulate_user.py +0 -0
- {epi_recorder-1.1.0 → epi_recorder-1.1.2}/tests/test_100_percent.py +0 -0
- {epi_recorder-1.1.0 → epi_recorder-1.1.2}/tests/test_absolute_100.py +0 -0
- {epi_recorder-1.1.0 → epi_recorder-1.1.2}/tests/test_api.py +0 -0
- {epi_recorder-1.1.0 → epi_recorder-1.1.2}/tests/test_cli_comprehensive.py +0 -0
- {epi_recorder-1.1.0 → epi_recorder-1.1.2}/tests/test_cli_integration.py +0 -0
- {epi_recorder-1.1.0 → epi_recorder-1.1.2}/tests/test_cli_record.py +0 -0
- {epi_recorder-1.1.0 → epi_recorder-1.1.2}/tests/test_container.py +0 -0
- {epi_recorder-1.1.0 → epi_recorder-1.1.2}/tests/test_coverage_100.py +0 -0
- {epi_recorder-1.1.0 → epi_recorder-1.1.2}/tests/test_final_100.py +0 -0
- {epi_recorder-1.1.0 → epi_recorder-1.1.2}/tests/test_metadata_features.py +0 -0
- {epi_recorder-1.1.0 → epi_recorder-1.1.2}/tests/test_new_ux.py +0 -0
- {epi_recorder-1.1.0 → epi_recorder-1.1.2}/tests/test_patcher.py +0 -0
- {epi_recorder-1.1.0 → epi_recorder-1.1.2}/tests/test_redactor.py +0 -0
- {epi_recorder-1.1.0 → epi_recorder-1.1.2}/tests/test_serialize.py +0 -0
- {epi_recorder-1.1.0 → epi_recorder-1.1.2}/tests/test_trust.py +0 -0
- {epi_recorder-1.1.0 → epi_recorder-1.1.2}/tests/verify_improvements.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: epi-recorder
|
|
3
|
-
Version: 1.1.
|
|
3
|
+
Version: 1.1.2
|
|
4
4
|
Summary: Executable Package for AI workflows - Record, Verify, and Replay AI runs
|
|
5
5
|
Author-email: Mohd Ibrahim Afridi <epitechforworld@outlook.com>
|
|
6
6
|
Maintainer-email: Mohd Ibrahim Afridi <epitechforworld@outlook.com>
|
|
@@ -46,7 +46,7 @@ Self-contained, cryptographically verified evidence packages for AI systems.
|
|
|
46
46
|
[](LICENSE)
|
|
47
47
|
[](https://www.python.org/downloads/)
|
|
48
48
|
[](https://pypi.org/project/epi-recorder/)
|
|
49
|
-
[](https://pypi.org/project/epi-recorder/)
|
|
50
50
|
[](https://github.com/mohdibrahimaiml/EPI-V1.1)
|
|
51
51
|
|
|
52
52
|
---
|
|
@@ -92,7 +92,7 @@ That's it! Your AI workflow is now captured, signed, and viewable.
|
|
|
92
92
|
|
|
93
93
|
---
|
|
94
94
|
|
|
95
|
-
## 🆕 What's New in v1.1.
|
|
95
|
+
## 🆕 What's New in v1.1.2
|
|
96
96
|
|
|
97
97
|
✅ **Windows Compatibility** - Full support for Windows CMD and PowerShell
|
|
98
98
|
✅ **Unicode Fixes** - Clean ASCII output, no encoding errors
|
|
@@ -490,7 +490,7 @@ epi-recorder/
|
|
|
490
490
|
✅ **Phase 3:** Viewer MVP (complete)
|
|
491
491
|
✅ **Phase 4:** Polish & Production (complete)
|
|
492
492
|
|
|
493
|
-
**Current Release:** v1.1.
|
|
493
|
+
**Current Release:** v1.1.2 - Production Ready
|
|
494
494
|
|
|
495
495
|
---
|
|
496
496
|
|
|
@@ -7,7 +7,7 @@ Self-contained, cryptographically verified evidence packages for AI systems.
|
|
|
7
7
|
[](LICENSE)
|
|
8
8
|
[](https://www.python.org/downloads/)
|
|
9
9
|
[](https://pypi.org/project/epi-recorder/)
|
|
10
|
-
[](https://pypi.org/project/epi-recorder/)
|
|
11
11
|
[](https://github.com/mohdibrahimaiml/EPI-V1.1)
|
|
12
12
|
|
|
13
13
|
---
|
|
@@ -53,7 +53,7 @@ That's it! Your AI workflow is now captured, signed, and viewable.
|
|
|
53
53
|
|
|
54
54
|
---
|
|
55
55
|
|
|
56
|
-
## 🆕 What's New in v1.1.
|
|
56
|
+
## 🆕 What's New in v1.1.2
|
|
57
57
|
|
|
58
58
|
✅ **Windows Compatibility** - Full support for Windows CMD and PowerShell
|
|
59
59
|
✅ **Unicode Fixes** - Clean ASCII output, no encoding errors
|
|
@@ -451,7 +451,7 @@ epi-recorder/
|
|
|
451
451
|
✅ **Phase 3:** Viewer MVP (complete)
|
|
452
452
|
✅ **Phase 4:** Polish & Production (complete)
|
|
453
453
|
|
|
454
|
-
**Current Release:** v1.1.
|
|
454
|
+
**Current Release:** v1.1.2 - Production Ready
|
|
455
455
|
|
|
456
456
|
---
|
|
457
457
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: epi-recorder
|
|
3
|
-
Version: 1.1.
|
|
3
|
+
Version: 1.1.2
|
|
4
4
|
Summary: Executable Package for AI workflows - Record, Verify, and Replay AI runs
|
|
5
5
|
Author-email: Mohd Ibrahim Afridi <epitechforworld@outlook.com>
|
|
6
6
|
Maintainer-email: Mohd Ibrahim Afridi <epitechforworld@outlook.com>
|
|
@@ -46,7 +46,7 @@ Self-contained, cryptographically verified evidence packages for AI systems.
|
|
|
46
46
|
[](LICENSE)
|
|
47
47
|
[](https://www.python.org/downloads/)
|
|
48
48
|
[](https://pypi.org/project/epi-recorder/)
|
|
49
|
-
[](https://pypi.org/project/epi-recorder/)
|
|
50
50
|
[](https://github.com/mohdibrahimaiml/EPI-V1.1)
|
|
51
51
|
|
|
52
52
|
---
|
|
@@ -92,7 +92,7 @@ That's it! Your AI workflow is now captured, signed, and viewable.
|
|
|
92
92
|
|
|
93
93
|
---
|
|
94
94
|
|
|
95
|
-
## 🆕 What's New in v1.1.
|
|
95
|
+
## 🆕 What's New in v1.1.2
|
|
96
96
|
|
|
97
97
|
✅ **Windows Compatibility** - Full support for Windows CMD and PowerShell
|
|
98
98
|
✅ **Unicode Fixes** - Clean ASCII output, no encoding errors
|
|
@@ -490,7 +490,7 @@ epi-recorder/
|
|
|
490
490
|
✅ **Phase 3:** Viewer MVP (complete)
|
|
491
491
|
✅ **Phase 4:** Polish & Production (complete)
|
|
492
492
|
|
|
493
|
-
**Current Release:** v1.1.
|
|
493
|
+
**Current Release:** v1.1.2 - Production Ready
|
|
494
494
|
|
|
495
495
|
---
|
|
496
496
|
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "epi-recorder"
|
|
7
|
-
version = "1.1.
|
|
7
|
+
version = "1.1.2"
|
|
8
8
|
description = "Executable Package for AI workflows - Record, Verify, and Replay AI runs"
|
|
9
9
|
readme = {file = "README.md", content-type = "text/markdown"}
|
|
10
10
|
requires-python = ">=3.11"
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|