Igneous API Client SDK version 1.1.1
This is the Python client library for Igneous' APIs.
Available at:
Please refer to the Igneous API documentation at https://kb.igneous.io/docs for an introduction ;
For an example on how to use this SDK, see tools/ig.py
, a command line tool for interacting with Igneous' APIs,
written with this very igneous
package
The Igneous API is versioned with 1 major number and 1 minor number; the current version is 1.1 .
The Python SDK is version with 3 numbers: the first 2 are that of the Igneous API it is built for, and the third one reflects changes only on the client SDK side. The current version is 1.1.1.
docs/
contains documentation about the Igneous API, in particular release notes with each new version of the APIcurl/
contains wrappers and example for reaching the Igneous API withcurl