Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
This is the SolveBio Python package and command-line interface (CLI). This module is tested against Python 2.7, 3.6, 3.7, 3.8, 3.10, PyPy and PyPy3.
Developer documentation is available at docs.solvebio.com. For more information about SolveBio visit www.solvebio.com.
Install solvebio
using pip
:
pip install solvebio
For interactive use, we recommend installing IPython
and gnureadline
:
pip install ipython
pip install gnureadline
To log in, type:
solvebio login
Enter your SolveBio credentials and you should be good to go!
pip install -e git+https://github.com/solvebio/solvebio-python.git#egg=solve
git clone https://github.com/solvebio/solvebio-python.git
cd solve-python/
python setup.py develop
Or install tox
and run:
pip install tox
tox
You will need to configure Twine in order to push to PyPI.
Maintainers can release solvebio-python to PyPI with the following steps:
bumpversion <major|minor|patch>
git push --tags
make changelog
make release
Developer documentation is available at docs.solvebio.com.
If you experience problems with this package, please create a GitHub Issue.
For all other requests, please email SolveBio Support.
The SolveBio python client can be configured by setting system environment variables. Supported environment variables are:
SOLVEBIO_API_HOST
SOLVEBIO_ACCESS_TOKEN
SOLVEBIO_API_KEY
The lookup order for credentials is:
SOLVEBIO_LOGLEVEL
SOLVEBIO_LOGFILE
SOLVEBIO_RETRY_ALL
FAQs
The SolveBio Python client
We found that solvebio 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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.