
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.
prun is a convenience app for working with virtual environments. Use prun within a folder structure that has a virtual environment folder to automatically work with the python of the virtual environment.
First, create a local virtual environment in the .venv folder. This can be done using the virtualenv package.
python -m virtualenv .venv
The path to the python executable of the local virtual environment can be printed using the following command:
prun -show
prun can be used to install python packages in the local virtual environment.
prun pip install numpy
Running a python file, using the python executable from the local virtual environment is easy with prun.
prun script.py arg0 arg1
When executing prun without any extra command line arguments, the python of the virtual environment will be executed.
prun
prun can run any command line command.
prun command arg0 arg1 ...
FAQs
A convenience app for working with virtual environments like a breeze.
We found that prun 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.