eons
Advanced tools
| import eons | ||
| import sys | ||
| import logging | ||
| # Try resolving a ModuleNotFoundError by installing the module through our repo. | ||
| class observe(eons.ErrorResolution): | ||
| def __init__(this, name="observe"): | ||
| super().__init__(name) | ||
| this.ApplyTo('ModuleNotFoundError', "No module named 'SUBJECT'") | ||
| def Resolve(this): | ||
| this.executor.Observe(this.error.subject) | ||
| # The regionOfInterest (i.e. the error.subject here) is mangled through Observation. | ||
| # TODO: Can we ge the executor to report the new module name or otherwise check for a successful Observation? | ||
| this.error.resolution.successful = True |
+4
-4
| Metadata-Version: 2.1 | ||
| Name: eons | ||
| Version: 3.1.5 | ||
| Version: 3.1.6 | ||
| Summary: Eons Python Framework | ||
@@ -15,8 +15,8 @@ Home-page: https://github.com/eons-dev/eons.lib | ||
| Description-Content-Type: text/markdown | ||
| Requires-Dist: tqdm | ||
| Requires-Dist: eot | ||
| Requires-Dist: requests_futures | ||
| Requires-Dist: pyyaml | ||
| Requires-Dist: requests_futures | ||
| Requires-Dist: jsonpickle | ||
| Requires-Dist: eot | ||
| Requires-Dist: requests | ||
| Requires-Dist: tqdm | ||
@@ -23,0 +23,0 @@ # Eons Python Framework |
| Metadata-Version: 2.1 | ||
| Name: eons | ||
| Version: 3.1.5 | ||
| Version: 3.1.6 | ||
| Summary: Eons Python Framework | ||
@@ -15,8 +15,8 @@ Home-page: https://github.com/eons-dev/eons.lib | ||
| Description-Content-Type: text/markdown | ||
| Requires-Dist: tqdm | ||
| Requires-Dist: eot | ||
| Requires-Dist: requests_futures | ||
| Requires-Dist: pyyaml | ||
| Requires-Dist: requests_futures | ||
| Requires-Dist: jsonpickle | ||
| Requires-Dist: eot | ||
| Requires-Dist: requests | ||
| Requires-Dist: tqdm | ||
@@ -23,0 +23,0 @@ # Eons Python Framework |
@@ -0,6 +1,6 @@ | ||
| tqdm | ||
| eot | ||
| requests_futures | ||
| pyyaml | ||
| requests_futures | ||
| jsonpickle | ||
| eot | ||
| requests | ||
| tqdm |
@@ -19,2 +19,3 @@ README.md | ||
| pkg/eons/resolve/resolve_install_with_pip.py | ||
| pkg/eons/resolve/resolve_namespace_lookup.py | ||
| pkg/eons/resolve/resolve_namespace_lookup.py | ||
| pkg/eons/resolve/resolve_observe.py |
+4
-4
| [metadata] | ||
| name = eons | ||
| version = 3.1.5 | ||
| version = 3.1.6 | ||
| author = Eons | ||
@@ -25,8 +25,8 @@ author_email = support@eons.llc | ||
| install_requires = | ||
| tqdm | ||
| eot | ||
| requests_futures | ||
| pyyaml | ||
| requests_futures | ||
| jsonpickle | ||
| eot | ||
| requests | ||
| tqdm | ||
@@ -33,0 +33,0 @@ [options.packages.find] |
Sorry, the diff of this file is too big to display
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
218873
0.69%21
5%3130
1.03%