Welcome to kyoslib_py¶
The kyoslib_py
package has been developed to allow easy access in a Python script to the standard KYOS Analytical Platform's data and functionality. For example, it allows easy access to price and volume simulations, which can be used to price a given asset structure. The package is in particularly useful when developing a Prototype
model within the Custom Analytics
section within the Kyos Platform.
Versioning¶
The kyoslib_py
package follows semantic versioning. For example, v1.6.4
, where:
1
is a major version: Incompatible code changes have been made from one major version to the next.6
is a minor version: Functionality is added in a backwards compatible manner.4
is a patch version: Backwards compatible bugfixes have been made.
A Python `Prototype
script should use a specific version of kyoslib_py
. In case, the version is updated, the type of changes in the newer version should be taken into account.