SDK for running docker containers on elmware
Project description
======================== Elmware SDK: For Building Containers to Run on Elmware
Highlights:
- Compatible with Python 3
- Built on top of requests - the sole dependency
- Installable with pypi
- Includes a full test suite able to interact with the server
- For use in any linux based docker container builds running on elmware
For more information, please refer to the documentation in the docs directory
Installation
.. code-block:: bash
pip install elmsdk
Usage
.. code-block:: python
from elmsdk import ELMSDK
elm = ELMSDK(instance_key)
staus = elm.begin_run()
For more information, please refer to the documentation in the docs directory
Support
If you need technical support, please reach out to support@elmware.com
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
elmsdk-0.3.4.tar.gz
(5.5 kB
view hashes)
Built Distribution
elmsdk-0.3.4-py3-none-any.whl
(8.1 kB
view hashes)