Hack of PEX Python but for Embedded Python
Stars
19
Forks
7
Watchers
19
Open Issues
8
Overall repository health assessment
No package.json found
This might not be a Node.js project
690
commits
28
commits
10
commits
2
commits
1
commits
Add checks for @dataclass and PydanticMessage incompatibility in serialization methods
1626b4fView on GitHubFix HTTP error handling in test_get_raises_on_error_status by using the correct requests module reference
b4aa381View on GitHubRefactor request handling in CLI and remote director; unify requests import and improve error handling in main function
192c37fView on GitHubRemove obsolete benchmark result file to clean up test artifacts
a8f8365View on GitHubAdd documentation for remote init prerequisites and enhance upload success message
4d4d981View on GitHubEnhance init command documentation and clarify local/remote mode behavior; update remote director's migrate method to use requests for improved error handling and response management.
fc0cee1View on GitHubImplement migrate method in DirectorProtocol and its Local/Remote implementations; refactor CLI and tests to utilize new migration functionality.
a8caf7eView on GitHubImplement setup method in DirectorProtocol and its Local/Remote implementations; update CLI command handling to use remote setup in appropriate context.
441e9d0View on GitHubAdd namespace property to DirectorProtocol and implement in LocalDirector and RemoteDirector; update Command class to use new namespace retrieval method.
3d098caView on GitHubImplement DirectorProtocol for type safety; refactor _LocalDirector and _RemoteDirector to conform to the new interface; update related tests for error handling and response validation.
5438a2bView on GitHubEnhance error handling in command execution and remote director; ensure production name is specified and improve HTTP error reporting
4b5c8dcView on GitHubRefactor tests and update changelog; enhance test functionality and improve production handling
59f5f9cView on GitHubRefactor export functionality to return production definitions as JSON instead of XML; update related tests and documentation.
8b46336View on GitHub