
Research
Shai-Hulud Descends to Hades: Miasma Worm Campaign Spreads with New PyPI Wave
Socket found 37 malicious PyPI wheels that abuse Python startup hooks to launch a Bun-powered credential stealer tied to Mini Shai-Hulud/Miasma.
Arganic
Advanced tools
Arganic is a simple and lightweight Python library making it easy to manage Arguments for Classes, Methods or Functions.
Arganic is a simple and lightweight Python library making it easy to manage Arguments for Classes, Methods or Functions.
The library provides a very simple and comprehensive set of decorators with advanced features such as required arguments, validators, type checking, read/write accesses, default values, and choices.
By leveraging Python's *args and **kwargs, Arganic
empowers developers to enhance the readability and functionality of
their codebase with ease.
Arganic provides 3 distinct types of decorators:
@class_properties : A decorator for class properties allowing you to define the data managed by the class during construction and then access these values within the class.@method_arguments : A decorator for class methods allowing you to constrain the arguments provided during the call but also to find the correctly formatted values within the method.@function_arguments : A decorator for functions allowing you to constrain the arguments provided during the call but also to find the correctly formatted values within the function.Install Arganic via the pip command:
pip install arganic
Clone the github repository:
git clone https://github.com/Kiwea/arganic
This project is open and gratefully accepts any form of contribution.
Create a virtual env:
cd Arganic
python -m venv venv
source venv/bin/activate
Test the code:
pytest --cov=arganic/
Create a feature branch:
git checkout -b my-feature
Add your code and test it again Update the documentation under the docs/
mkdocs serve
Submit a push request...
If you find a bug, please post an issue on the issue tracker on GitHub.
To help reproduce the bug, please provide a minimal reproducible example, including a code snippet and the full error message.
FAQs
Arganic is a simple and lightweight Python library making it easy to manage Arguments for Classes, Methods or Functions.
We found that Arganic 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.

Research
Socket found 37 malicious PyPI wheels that abuse Python startup hooks to launch a Bun-powered credential stealer tied to Mini Shai-Hulud/Miasma.

Security News
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.

Security News
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.