The SolveBio Python client
Project description
SolveBio Python Client
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.
Installation & Setup
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!
Install from Git
pip install -e git+https://github.com/solvebio/solvebio-python.git#egg=solve
Development
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
Releasing
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
Support
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.
Configuring the Client
The SolveBio python client can be configured by setting system environment variables. Supported environment variables are:
SOLVEBIO_API_HOST
- The URL of the target API backend. If not specified the value from the local credentials file will be used.
SOLVEBIO_ACCESS_TOKEN
- The OAuth2 access token for authenticating with the API.
SOLVEBIO_API_KEY
- The API Key to use for authenticating with the API.
The lookup order for credentials is:
- Access Token
- API Key
- Local Credentials file
SOLVEBIO_LOGLEVEL
- The log level at which to log messages. If not specified the default log level will be WARN.
SOLVEBIO_LOGFILE
- The file in which to write log messages. If the file does not exist it will be created. If not specified '~/.solvebio/solvebio.log' will be used by default.
SOLVEBIO_RETRY_ALL
- Flag for enabling aggressive retries for failed requests to the API. When truthy, the client will attempt to retry a failed request regardless of the type of operation. This includes idempotent and nonidempotent operations: "HEAD", "GET", "PUT", "POST", "PATCH", "DELETE", "OPTIONS", "TRACE" If this value is not set it will default to false and retries will only be enabled for idempotent operations.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for solvebio-2.29.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f6f4bcb327dc537e13ce115ee0aaafe446fec6e18b97d3c408c62dd6d40542e9 |
|
MD5 | ed4a9b585a51e4ec6a57647c09f6e7da |
|
BLAKE2b-256 | fae60563ee77f4f2b5abcd20533b030358e1e2353cc0216ba8d7f657830d12d4 |