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.
Files changed (58) hide show
  1. {epi_recorder-1.1.0/epi_recorder.egg-info → epi_recorder-1.1.2}/PKG-INFO +4 -4
  2. {epi_recorder-1.1.0 → epi_recorder-1.1.2}/README.md +3 -3
  3. epi_recorder-1.1.2/epi_cli/__main__.py +7 -0
  4. {epi_recorder-1.1.0 → epi_recorder-1.1.2}/epi_core/__init__.py +1 -1
  5. {epi_recorder-1.1.0 → epi_recorder-1.1.2}/epi_recorder/__init__.py +1 -1
  6. {epi_recorder-1.1.0 → epi_recorder-1.1.2/epi_recorder.egg-info}/PKG-INFO +4 -4
  7. {epi_recorder-1.1.0 → epi_recorder-1.1.2}/epi_recorder.egg-info/SOURCES.txt +1 -0
  8. {epi_recorder-1.1.0 → epi_recorder-1.1.2}/pyproject.toml +1 -1
  9. {epi_recorder-1.1.0 → epi_recorder-1.1.2}/CHANGELOG.md +0 -0
  10. {epi_recorder-1.1.0 → epi_recorder-1.1.2}/LICENSE +0 -0
  11. {epi_recorder-1.1.0 → epi_recorder-1.1.2}/MANIFEST.in +0 -0
  12. {epi_recorder-1.1.0 → epi_recorder-1.1.2}/epi_cli/__init__.py +0 -0
  13. {epi_recorder-1.1.0 → epi_recorder-1.1.2}/epi_cli/keys.py +0 -0
  14. {epi_recorder-1.1.0 → epi_recorder-1.1.2}/epi_cli/ls.py +0 -0
  15. {epi_recorder-1.1.0 → epi_recorder-1.1.2}/epi_cli/main.py +0 -0
  16. {epi_recorder-1.1.0 → epi_recorder-1.1.2}/epi_cli/record.py +0 -0
  17. {epi_recorder-1.1.0 → epi_recorder-1.1.2}/epi_cli/run.py +0 -0
  18. {epi_recorder-1.1.0 → epi_recorder-1.1.2}/epi_cli/verify.py +0 -0
  19. {epi_recorder-1.1.0 → epi_recorder-1.1.2}/epi_cli/view.py +0 -0
  20. {epi_recorder-1.1.0 → epi_recorder-1.1.2}/epi_core/container.py +0 -0
  21. {epi_recorder-1.1.0 → epi_recorder-1.1.2}/epi_core/redactor.py +0 -0
  22. {epi_recorder-1.1.0 → epi_recorder-1.1.2}/epi_core/schemas.py +0 -0
  23. {epi_recorder-1.1.0 → epi_recorder-1.1.2}/epi_core/serialize.py +0 -0
  24. {epi_recorder-1.1.0 → epi_recorder-1.1.2}/epi_core/trust.py +0 -0
  25. {epi_recorder-1.1.0 → epi_recorder-1.1.2}/epi_recorder/api.py +0 -0
  26. {epi_recorder-1.1.0 → epi_recorder-1.1.2}/epi_recorder/bootstrap.py +0 -0
  27. {epi_recorder-1.1.0 → epi_recorder-1.1.2}/epi_recorder/environment.py +0 -0
  28. {epi_recorder-1.1.0 → epi_recorder-1.1.2}/epi_recorder/patcher.py +0 -0
  29. {epi_recorder-1.1.0 → epi_recorder-1.1.2}/epi_recorder.egg-info/dependency_links.txt +0 -0
  30. {epi_recorder-1.1.0 → epi_recorder-1.1.2}/epi_recorder.egg-info/entry_points.txt +0 -0
  31. {epi_recorder-1.1.0 → epi_recorder-1.1.2}/epi_recorder.egg-info/requires.txt +0 -0
  32. {epi_recorder-1.1.0 → epi_recorder-1.1.2}/epi_recorder.egg-info/top_level.txt +0 -0
  33. {epi_recorder-1.1.0 → epi_recorder-1.1.2}/epi_viewer_static/app.js +0 -0
  34. {epi_recorder-1.1.0 → epi_recorder-1.1.2}/epi_viewer_static/index.html +0 -0
  35. {epi_recorder-1.1.0 → epi_recorder-1.1.2}/examples/api_example.py +0 -0
  36. {epi_recorder-1.1.0 → epi_recorder-1.1.2}/examples/decorator_example.py +0 -0
  37. {epi_recorder-1.1.0 → epi_recorder-1.1.2}/examples/hello_simple.py +0 -0
  38. {epi_recorder-1.1.0 → epi_recorder-1.1.2}/examples/metadata_example.py +0 -0
  39. {epi_recorder-1.1.0 → epi_recorder-1.1.2}/examples/zero_config_example.py +0 -0
  40. {epi_recorder-1.1.0 → epi_recorder-1.1.2}/setup.cfg +0 -0
  41. {epi_recorder-1.1.0 → epi_recorder-1.1.2}/tests/__init__.py +0 -0
  42. {epi_recorder-1.1.0 → epi_recorder-1.1.2}/tests/simulate_user.py +0 -0
  43. {epi_recorder-1.1.0 → epi_recorder-1.1.2}/tests/test_100_percent.py +0 -0
  44. {epi_recorder-1.1.0 → epi_recorder-1.1.2}/tests/test_absolute_100.py +0 -0
  45. {epi_recorder-1.1.0 → epi_recorder-1.1.2}/tests/test_api.py +0 -0
  46. {epi_recorder-1.1.0 → epi_recorder-1.1.2}/tests/test_cli_comprehensive.py +0 -0
  47. {epi_recorder-1.1.0 → epi_recorder-1.1.2}/tests/test_cli_integration.py +0 -0
  48. {epi_recorder-1.1.0 → epi_recorder-1.1.2}/tests/test_cli_record.py +0 -0
  49. {epi_recorder-1.1.0 → epi_recorder-1.1.2}/tests/test_container.py +0 -0
  50. {epi_recorder-1.1.0 → epi_recorder-1.1.2}/tests/test_coverage_100.py +0 -0
  51. {epi_recorder-1.1.0 → epi_recorder-1.1.2}/tests/test_final_100.py +0 -0
  52. {epi_recorder-1.1.0 → epi_recorder-1.1.2}/tests/test_metadata_features.py +0 -0
  53. {epi_recorder-1.1.0 → epi_recorder-1.1.2}/tests/test_new_ux.py +0 -0
  54. {epi_recorder-1.1.0 → epi_recorder-1.1.2}/tests/test_patcher.py +0 -0
  55. {epi_recorder-1.1.0 → epi_recorder-1.1.2}/tests/test_redactor.py +0 -0
  56. {epi_recorder-1.1.0 → epi_recorder-1.1.2}/tests/test_serialize.py +0 -0
  57. {epi_recorder-1.1.0 → epi_recorder-1.1.2}/tests/test_trust.py +0 -0
  58. {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.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
 
@@ -7,7 +7,7 @@ Self-contained, cryptographically verified evidence packages for AI systems.
7
7
  [![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](LICENSE)
8
8
  [![Python](https://img.shields.io/badge/python-3.11+-blue.svg)](https://www.python.org/downloads/)
9
9
  [![Status](https://img.shields.io/badge/status-production--ready-green.svg)](https://pypi.org/project/epi-recorder/)
10
- [![Version](https://img.shields.io/badge/version-1.1.0-blue.svg)](https://pypi.org/project/epi-recorder/)
10
+ [![Version](https://img.shields.io/badge/version-1.1.2-blue.svg)](https://pypi.org/project/epi-recorder/)
11
11
  [![GitHub](https://img.shields.io/badge/GitHub-EPI--V1.1-black.svg?logo=github)](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.0
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.0 - Production Ready
454
+ **Current Release:** v1.1.2 - Production Ready
455
455
 
456
456
  ---
457
457
 
@@ -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()
@@ -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
@@ -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
 
@@ -4,6 +4,7 @@ MANIFEST.in
4
4
  README.md
5
5
  pyproject.toml
6
6
  epi_cli/__init__.py
7
+ epi_cli/__main__.py
7
8
  epi_cli/keys.py
8
9
  epi_cli/ls.py
9
10
  epi_cli/main.py
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "epi-recorder"
7
- version = "1.1.0"
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