You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

eons

Package Overview
Dependencies
Maintainers
1
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eons - pypi Package Compare versions

Comparing version
3.1.5
to
3.1.6
+16
pkg/eons/resolve/resolve_observe.py
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
[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