epi-recorder 1.1.0__py3-none-any.whl → 1.1.2__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.
- epi_cli/__main__.py +7 -0
- epi_core/__init__.py +1 -1
- epi_recorder/__init__.py +1 -1
- {epi_recorder-1.1.0.dist-info → epi_recorder-1.1.2.dist-info}/METADATA +4 -4
- {epi_recorder-1.1.0.dist-info → epi_recorder-1.1.2.dist-info}/RECORD +9 -8
- {epi_recorder-1.1.0.dist-info → epi_recorder-1.1.2.dist-info}/WHEEL +0 -0
- {epi_recorder-1.1.0.dist-info → epi_recorder-1.1.2.dist-info}/entry_points.txt +0 -0
- {epi_recorder-1.1.0.dist-info → epi_recorder-1.1.2.dist-info}/licenses/LICENSE +0 -0
- {epi_recorder-1.1.0.dist-info → epi_recorder-1.1.2.dist-info}/top_level.txt +0 -0
epi_cli/__main__.py
ADDED
epi_core/__init__.py
CHANGED
epi_recorder/__init__.py
CHANGED
|
@@ -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
|
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
epi_cli/__init__.py,sha256=SSpuDlDqVBbPvR21CCRcNOB61EyB8jAUzNd8XISADa8,98
|
|
2
|
+
epi_cli/__main__.py,sha256=MjqwHrWaEjeXDQf5EK-N4F-1VVTX0BnrtWBhMCkPou4,134
|
|
2
3
|
epi_cli/keys.py,sha256=bHR6knfGR4g7uGuR2cu5VTcGXVyvtZzVtnRBbgPSaTE,9111
|
|
3
4
|
epi_cli/ls.py,sha256=Ip6OyubkXb_Ba9S7p-U1seWMcWpFeiV-fHhl9ocUy9k,5015
|
|
4
5
|
epi_cli/main.py,sha256=OedZO3GMbN26ZKXukVgOPSPRuXLtgGqKJNZvsVrse80,6474
|
|
@@ -6,22 +7,22 @@ epi_cli/record.py,sha256=QtDrjr-7WbfcYXwPRrDDujrubUNrHhp062EcW8DZPNk,7321
|
|
|
6
7
|
epi_cli/run.py,sha256=TqXAB0WACQNz4e5hnvZFLylY943lwkgJG1E3LXmpJEE,10763
|
|
7
8
|
epi_cli/verify.py,sha256=gzFqV9clJq92ss-ps2ylKOVOVgxDj8JRX2HZ1o4XJoY,8242
|
|
8
9
|
epi_cli/view.py,sha256=YZYohgT66Z2UYfN37d5VTPxipNiwSMacD4zHYaNypiU,4021
|
|
9
|
-
epi_core/__init__.py,sha256=
|
|
10
|
+
epi_core/__init__.py,sha256=UwODJO-q6HWvfTWN-zQvIj-Ig_tMob7wyWE2npZDK4k,303
|
|
10
11
|
epi_core/container.py,sha256=nO0Z4pdvTwgKaPk7c6NmRfwGoesNOj6GOK5oabvIh3k,11949
|
|
11
12
|
epi_core/redactor.py,sha256=mYVZrIsKJdIJBY2XHE0U_CYqgY4Z2vGRvLW-19_c0WE,9886
|
|
12
13
|
epi_core/schemas.py,sha256=7QC4bTjvQh-nfol3JC7VQpGVcmvH7jHk1By0h4GHpYg,4588
|
|
13
14
|
epi_core/serialize.py,sha256=rx6tEnfXX1gW-AGEUpVWPEB9zsaIZ4qYn65s-7aQQtA,4736
|
|
14
15
|
epi_core/trust.py,sha256=yk-ZrqVl9nTabAdSOfCTNUbAWSJvMds7wxc0ghdtEPM,7551
|
|
15
|
-
epi_recorder/__init__.py,sha256
|
|
16
|
+
epi_recorder/__init__.py,sha256=-TNMwdbPdnqm8ewzGMg45axRe1f9imw3_1jyOMUFBNw,396
|
|
16
17
|
epi_recorder/api.py,sha256=mZeiU7_UyS6HWQZiv4UzBRG7NhGTrU-gs2drM321nbs,21253
|
|
17
18
|
epi_recorder/bootstrap.py,sha256=yE1y0rjQ-1D-ZhWFipX_6qXFTA2BPlEm8Ft4Z0iex88,1845
|
|
18
19
|
epi_recorder/environment.py,sha256=NCz_Pckc6GU1kQsYF3oXDsN46k5LVuYWbMEhTj1FRXo,6598
|
|
19
20
|
epi_recorder/patcher.py,sha256=tEAlDfH_rz3TblASn9xvMsadXgobvrenQe2Pq1M_xvA,14570
|
|
20
|
-
epi_recorder-1.1.
|
|
21
|
+
epi_recorder-1.1.2.dist-info/licenses/LICENSE,sha256=aUgjAzBUkmKIZy3AZ_XAZWoh3kzkRlkOc3JHLVfyF-A,11540
|
|
21
22
|
epi_viewer_static/app.js,sha256=KLWM68U4hN-fcmkKbnz7mqML5GrdnYJwNeTAgKsmV2I,13023
|
|
22
23
|
epi_viewer_static/index.html,sha256=OMEggB4u4O9eIDAO2wb9u_qOwZwxcLl4K9BjcK6vaZg,3136
|
|
23
|
-
epi_recorder-1.1.
|
|
24
|
-
epi_recorder-1.1.
|
|
25
|
-
epi_recorder-1.1.
|
|
26
|
-
epi_recorder-1.1.
|
|
27
|
-
epi_recorder-1.1.
|
|
24
|
+
epi_recorder-1.1.2.dist-info/METADATA,sha256=Rqk7qKo4D02Fe-ztwtmNr8lKNqq1DAeWf3z0GqxWI_g,14505
|
|
25
|
+
epi_recorder-1.1.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
26
|
+
epi_recorder-1.1.2.dist-info/entry_points.txt,sha256=MfMwqVRx_yMGbuPpiyjz2f8fQp8TUbHmRC1H_bupoyM,41
|
|
27
|
+
epi_recorder-1.1.2.dist-info/top_level.txt,sha256=nKpWVQUoGWK-gyLLVbrxibQUlIzI0TowNzMDondlHpI,48
|
|
28
|
+
epi_recorder-1.1.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|