
Security News
NVD Quietly Sweeps 100K+ CVEs Into a “Deferred” Black Hole
NVD now marks all pre-2018 CVEs as "Deferred," signaling it will no longer enrich older vulnerabilities, further eroding trust in its data.
This project is a collection of code primarily developed as a personal hobby. It aims to provide practical experience and enhance my coding skills while exploring potential future applications.
To install the package, run the following command:
pip install -U absfuyu
import absfuyu
help(absfuyu)
absfuyu.core: Provides base components for additional functionalities.
# Decorators that adds info to __doc__
from absfuyu.core.docstring import versionadded, versionchanged, deprecated
# Class mixins for enhanced functionality
from absfuyu.core.baseclass import AutoREPRMixin, ShowAllMethodsMixin
absfuyu.dxt: Extension for list
, str
, dict
, int
.
from absfuyu.dxt import DictExt, IntExt, ListExt, Text
for x in [DictExt, IntExt, ListExt, Text]:
x.show_all_methods(print_result=1)
absfuyu.tools.Inspector: An object inspector
from absfuyu.tools import Inspector
print(Inspector(Inspector))
There are many additional features available to explore.
For more detailed information about the project, please refer to the documentation available at the following link:
python -m venv env
Note: You may need to execute this command in PowerShell on Windows:
Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope CurrentUser
python -m pip install -e .[full,dev]
hatch env show
This project is licensed under the MIT License.
FAQs
A small collection of code
We found that absfuyu demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
NVD now marks all pre-2018 CVEs as "Deferred," signaling it will no longer enrich older vulnerabilities, further eroding trust in its data.
Research
Security News
Lazarus-linked threat actors expand their npm malware campaign with new RAT loaders, hex obfuscation, and over 5,600 downloads across 11 packages.
Security News
Safari 18.4 adds support for Iterator Helpers and two other TC39 JavaScript features, bringing full cross-browser coverage to key parts of the ECMAScript spec.