
Security News
npm Adopts OIDC for Trusted Publishing in CI/CD Workflows
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
rsbox
: Utility Toolbox(Github | PyPI | Documentation)
A toolbox of utility functions I commonly use when programming in Python. Includes mostly machine learning utilities.
The full API consists of importable functions from modules located in src/rsbox/
. Functions are documented via docstrings under the function header. An HTML front-end documentation for the API is available here.
$ pip install rsbox
Here are some highlighted functions:
import rsbox
from rsbox import ml, misc
ml.print_model_size(pytorch_net)
current_time_in_string = misc.timestamp()
dataset = ml.image_dir_to_data(dirpath="./data", extension='png')
img_np_array = ml.get_img(url='https://stanford.edu/~rsikand/assets/images/seal.png')
ml.plot(img_np_array)
The modules are located in src/rsbox/
ml.py
: machine learning programming utilities.misc.py
: misc. utilities.FAQs
A toolbox of utility functions I commonly use when programming in Python.
We found that rsbox 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
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
Security News
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.