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 ADDED
@@ -0,0 +1,7 @@
1
+ """
2
+ EPI CLI entry point for python -m epi_cli
3
+ """
4
+ from epi_cli.main import cli_main
5
+
6
+ if __name__ == "__main__":
7
+ cli_main()
epi_core/__init__.py CHANGED
@@ -2,7 +2,7 @@
2
2
  EPI Core - Core data structures, serialization, and container management.
3
3
  """
4
4
 
5
- __version__ = "1.0.0-keystone"
5
+ __version__ = "1.1.2"
6
6
 
7
7
  from epi_core.schemas import ManifestModel, StepModel
8
8
  from epi_core.serialize import get_canonical_hash
epi_recorder/__init__.py CHANGED
@@ -4,7 +4,7 @@ EPI Recorder - Runtime interception and workflow capture.
4
4
  Python API for recording AI workflows with cryptographic verification.
5
5
  """
6
6
 
7
- __version__ = "1.0.0-keystone"
7
+ __version__ = "1.1.2"
8
8
 
9
9
  # Export Python API
10
10
  from epi_recorder.api import (
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: epi-recorder
3
- Version: 1.1.0
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](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](LICENSE)
47
47
  [![Python](https://img.shields.io/badge/python-3.11+-blue.svg)](https://www.python.org/downloads/)
48
48
  [![Status](https://img.shields.io/badge/status-production--ready-green.svg)](https://pypi.org/project/epi-recorder/)
49
- [![Version](https://img.shields.io/badge/version-1.1.0-blue.svg)](https://pypi.org/project/epi-recorder/)
49
+ [![Version](https://img.shields.io/badge/version-1.1.2-blue.svg)](https://pypi.org/project/epi-recorder/)
50
50
  [![GitHub](https://img.shields.io/badge/GitHub-EPI--V1.1-black.svg?logo=github)](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.0
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.0 - Production Ready
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=LD57Jbx5gsxxfntPoUwYhDd5EgEyyDLZr-0qA1BQJBc,312
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=WDgzWMiTJVnA26sXaF5Id8ptQawLlkLeU2pVy268lQU,405
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.0.dist-info/licenses/LICENSE,sha256=aUgjAzBUkmKIZy3AZ_XAZWoh3kzkRlkOc3JHLVfyF-A,11540
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.0.dist-info/METADATA,sha256=WQOKRXBkqtYKqQPc3YLQG_kCgssHHdlpNnnBJ_umT-w,14505
24
- epi_recorder-1.1.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
25
- epi_recorder-1.1.0.dist-info/entry_points.txt,sha256=MfMwqVRx_yMGbuPpiyjz2f8fQp8TUbHmRC1H_bupoyM,41
26
- epi_recorder-1.1.0.dist-info/top_level.txt,sha256=nKpWVQUoGWK-gyLLVbrxibQUlIzI0TowNzMDondlHpI,48
27
- epi_recorder-1.1.0.dist-info/RECORD,,
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,,