SDK for the YellowDog Platform
Project description
YellowDog SDK (Python)
The YellowDog SDK allows you to integrate the YellowDog Platform into your Python applications.
Usage
Please refer to the full documentation.
Advanced
Building From Source
If you wish to modify the SDK, you can build it from source. You must have Python 3.7 installed:
python3 -m venv venv # Create a new virtual environment
. venv/bin/activate # Activate the virtual environment
pip install pip -U # Upgrade pip
pip install tox # Install tox
tox -e dev # Create a development environment
Pycharm may then be configured by adding .tox/py37/bin/python as the interpreter.
Testing Against Multiple Python Versions
# Add the deadsnakes PPA
sudo add-apt-repository ppa:deadsnakes/ppa
# Update package indexes
sudo apt-get update
# Install all supported versions of Python
sudo apt-get install python3.7 python3.7-distutils python3.8 python3.8-distutils python3.9 python3.9-distutils python3.10 python3.10-distutils python3.11 python3.11-distutils
# Install tox
python3 -m pip install tox
# Run tests for each Python version
python3 -m tox
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
yellowdog_sdk-7.3.2-py3-none-any.whl
(256.3 kB
view details)
File details
Details for the file yellowdog_sdk-7.3.2-py3-none-any.whl
.
File metadata
- Download URL: yellowdog_sdk-7.3.2-py3-none-any.whl
- Upload date:
- Size: 256.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6bb2a691c3939b266fb60d8e3fd4184438ae73e5c838e53b6e3c364ce2aa12e4 |
|
MD5 | 8a4cd0d3a83b5c230f440db73d3f90cf |
|
BLAKE2b-256 | 33352db0728dd00c87c12cf477cafc50d00ff0e7e99ec64ebfa2759130700256 |