epi-recorder 1.1.2__tar.gz → 2.0.0__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.2/epi_recorder.egg-info → epi_recorder-2.0.0}/PKG-INFO +6 -6
  2. {epi_recorder-1.1.2 → epi_recorder-2.0.0}/README.md +5 -5
  3. {epi_recorder-1.1.2 → epi_recorder-2.0.0}/epi_core/__init__.py +1 -1
  4. {epi_recorder-1.1.2 → epi_recorder-2.0.0}/epi_recorder/__init__.py +1 -1
  5. {epi_recorder-1.1.2 → epi_recorder-2.0.0/epi_recorder.egg-info}/PKG-INFO +6 -6
  6. {epi_recorder-1.1.2 → epi_recorder-2.0.0}/pyproject.toml +1 -1
  7. {epi_recorder-1.1.2 → epi_recorder-2.0.0}/CHANGELOG.md +0 -0
  8. {epi_recorder-1.1.2 → epi_recorder-2.0.0}/LICENSE +0 -0
  9. {epi_recorder-1.1.2 → epi_recorder-2.0.0}/MANIFEST.in +0 -0
  10. {epi_recorder-1.1.2 → epi_recorder-2.0.0}/epi_cli/__init__.py +0 -0
  11. {epi_recorder-1.1.2 → epi_recorder-2.0.0}/epi_cli/__main__.py +0 -0
  12. {epi_recorder-1.1.2 → epi_recorder-2.0.0}/epi_cli/keys.py +0 -0
  13. {epi_recorder-1.1.2 → epi_recorder-2.0.0}/epi_cli/ls.py +0 -0
  14. {epi_recorder-1.1.2 → epi_recorder-2.0.0}/epi_cli/main.py +0 -0
  15. {epi_recorder-1.1.2 → epi_recorder-2.0.0}/epi_cli/record.py +0 -0
  16. {epi_recorder-1.1.2 → epi_recorder-2.0.0}/epi_cli/run.py +0 -0
  17. {epi_recorder-1.1.2 → epi_recorder-2.0.0}/epi_cli/verify.py +0 -0
  18. {epi_recorder-1.1.2 → epi_recorder-2.0.0}/epi_cli/view.py +0 -0
  19. {epi_recorder-1.1.2 → epi_recorder-2.0.0}/epi_core/container.py +0 -0
  20. {epi_recorder-1.1.2 → epi_recorder-2.0.0}/epi_core/redactor.py +0 -0
  21. {epi_recorder-1.1.2 → epi_recorder-2.0.0}/epi_core/schemas.py +0 -0
  22. {epi_recorder-1.1.2 → epi_recorder-2.0.0}/epi_core/serialize.py +0 -0
  23. {epi_recorder-1.1.2 → epi_recorder-2.0.0}/epi_core/trust.py +0 -0
  24. {epi_recorder-1.1.2 → epi_recorder-2.0.0}/epi_recorder/api.py +0 -0
  25. {epi_recorder-1.1.2 → epi_recorder-2.0.0}/epi_recorder/bootstrap.py +0 -0
  26. {epi_recorder-1.1.2 → epi_recorder-2.0.0}/epi_recorder/environment.py +0 -0
  27. {epi_recorder-1.1.2 → epi_recorder-2.0.0}/epi_recorder/patcher.py +0 -0
  28. {epi_recorder-1.1.2 → epi_recorder-2.0.0}/epi_recorder.egg-info/SOURCES.txt +0 -0
  29. {epi_recorder-1.1.2 → epi_recorder-2.0.0}/epi_recorder.egg-info/dependency_links.txt +0 -0
  30. {epi_recorder-1.1.2 → epi_recorder-2.0.0}/epi_recorder.egg-info/entry_points.txt +0 -0
  31. {epi_recorder-1.1.2 → epi_recorder-2.0.0}/epi_recorder.egg-info/requires.txt +0 -0
  32. {epi_recorder-1.1.2 → epi_recorder-2.0.0}/epi_recorder.egg-info/top_level.txt +0 -0
  33. {epi_recorder-1.1.2 → epi_recorder-2.0.0}/epi_viewer_static/app.js +0 -0
  34. {epi_recorder-1.1.2 → epi_recorder-2.0.0}/epi_viewer_static/index.html +0 -0
  35. {epi_recorder-1.1.2 → epi_recorder-2.0.0}/examples/api_example.py +0 -0
  36. {epi_recorder-1.1.2 → epi_recorder-2.0.0}/examples/decorator_example.py +0 -0
  37. {epi_recorder-1.1.2 → epi_recorder-2.0.0}/examples/hello_simple.py +0 -0
  38. {epi_recorder-1.1.2 → epi_recorder-2.0.0}/examples/metadata_example.py +0 -0
  39. {epi_recorder-1.1.2 → epi_recorder-2.0.0}/examples/zero_config_example.py +0 -0
  40. {epi_recorder-1.1.2 → epi_recorder-2.0.0}/setup.cfg +0 -0
  41. {epi_recorder-1.1.2 → epi_recorder-2.0.0}/tests/__init__.py +0 -0
  42. {epi_recorder-1.1.2 → epi_recorder-2.0.0}/tests/simulate_user.py +0 -0
  43. {epi_recorder-1.1.2 → epi_recorder-2.0.0}/tests/test_100_percent.py +0 -0
  44. {epi_recorder-1.1.2 → epi_recorder-2.0.0}/tests/test_absolute_100.py +0 -0
  45. {epi_recorder-1.1.2 → epi_recorder-2.0.0}/tests/test_api.py +0 -0
  46. {epi_recorder-1.1.2 → epi_recorder-2.0.0}/tests/test_cli_comprehensive.py +0 -0
  47. {epi_recorder-1.1.2 → epi_recorder-2.0.0}/tests/test_cli_integration.py +0 -0
  48. {epi_recorder-1.1.2 → epi_recorder-2.0.0}/tests/test_cli_record.py +0 -0
  49. {epi_recorder-1.1.2 → epi_recorder-2.0.0}/tests/test_container.py +0 -0
  50. {epi_recorder-1.1.2 → epi_recorder-2.0.0}/tests/test_coverage_100.py +0 -0
  51. {epi_recorder-1.1.2 → epi_recorder-2.0.0}/tests/test_final_100.py +0 -0
  52. {epi_recorder-1.1.2 → epi_recorder-2.0.0}/tests/test_metadata_features.py +0 -0
  53. {epi_recorder-1.1.2 → epi_recorder-2.0.0}/tests/test_new_ux.py +0 -0
  54. {epi_recorder-1.1.2 → epi_recorder-2.0.0}/tests/test_patcher.py +0 -0
  55. {epi_recorder-1.1.2 → epi_recorder-2.0.0}/tests/test_redactor.py +0 -0
  56. {epi_recorder-1.1.2 → epi_recorder-2.0.0}/tests/test_serialize.py +0 -0
  57. {epi_recorder-1.1.2 → epi_recorder-2.0.0}/tests/test_trust.py +0 -0
  58. {epi_recorder-1.1.2 → epi_recorder-2.0.0}/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.2
3
+ Version: 2.0.0
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>
@@ -45,9 +45,9 @@ Self-contained, cryptographically verified evidence packages for AI systems.
45
45
 
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
- [![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.2-blue.svg)](https://pypi.org/project/epi-recorder/)
50
- [![GitHub](https://img.shields.io/badge/GitHub-EPI--V1.1-black.svg?logo=github)](https://github.com/mohdibrahimaiml/EPI-V1.1)
48
+ [![Status](https://img.shields.io/badge/status-MVP-orange.svg)](https://pypi.org/project/epi-recorder/)
49
+ [![Version](https://img.shields.io/badge/version-2.0.0-blue.svg)](https://pypi.org/project/epi-recorder/)
50
+ [![GitHub](https://img.shields.io/badge/GitHub-v2.0.0-black.svg?logo=github)](https://github.com/mohdibrahimaiml/EPI-V1.1)
51
51
 
52
52
  ---
53
53
 
@@ -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.2
95
+ ## 🆕 What's New in v2.0.0
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.2 - Production Ready
493
+ **Current Release:** v2.0.0 - MVP (Minimum Viable Product)
494
494
 
495
495
  ---
496
496
 
@@ -6,9 +6,9 @@ Self-contained, cryptographically verified evidence packages for AI systems.
6
6
 
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
- [![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.2-blue.svg)](https://pypi.org/project/epi-recorder/)
11
- [![GitHub](https://img.shields.io/badge/GitHub-EPI--V1.1-black.svg?logo=github)](https://github.com/mohdibrahimaiml/EPI-V1.1)
9
+ [![Status](https://img.shields.io/badge/status-MVP-orange.svg)](https://pypi.org/project/epi-recorder/)
10
+ [![Version](https://img.shields.io/badge/version-2.0.0-blue.svg)](https://pypi.org/project/epi-recorder/)
11
+ [![GitHub](https://img.shields.io/badge/GitHub-v2.0.0-black.svg?logo=github)](https://github.com/mohdibrahimaiml/EPI-V1.1)
12
12
 
13
13
  ---
14
14
 
@@ -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.2
56
+ ## 🆕 What's New in v2.0.0
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.2 - Production Ready
454
+ **Current Release:** v2.0.0 - MVP (Minimum Viable Product)
455
455
 
456
456
  ---
457
457
 
@@ -2,7 +2,7 @@
2
2
  EPI Core - Core data structures, serialization, and container management.
3
3
  """
4
4
 
5
- __version__ = "1.1.2"
5
+ __version__ = "2.0.0"
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.1.2"
7
+ __version__ = "2.0.0"
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.2
3
+ Version: 2.0.0
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>
@@ -45,9 +45,9 @@ Self-contained, cryptographically verified evidence packages for AI systems.
45
45
 
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
- [![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.2-blue.svg)](https://pypi.org/project/epi-recorder/)
50
- [![GitHub](https://img.shields.io/badge/GitHub-EPI--V1.1-black.svg?logo=github)](https://github.com/mohdibrahimaiml/EPI-V1.1)
48
+ [![Status](https://img.shields.io/badge/status-MVP-orange.svg)](https://pypi.org/project/epi-recorder/)
49
+ [![Version](https://img.shields.io/badge/version-2.0.0-blue.svg)](https://pypi.org/project/epi-recorder/)
50
+ [![GitHub](https://img.shields.io/badge/GitHub-v2.0.0-black.svg?logo=github)](https://github.com/mohdibrahimaiml/EPI-V1.1)
51
51
 
52
52
  ---
53
53
 
@@ -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.2
95
+ ## 🆕 What's New in v2.0.0
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.2 - Production Ready
493
+ **Current Release:** v2.0.0 - MVP (Minimum Viable Product)
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.2"
7
+ version = "2.0.0"
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