Metadata-Version: 2.1
Name: olyn
Version: 0.0.2.post0
Summary: Python client library for the Olyn API
Home-page: https://github.com/Olyn-inc/olyn-sdk-python
Download-URL: https://github.com/Olyn-inc/olyn-sdk-python/tarball/v0.0.2r
Author: Olyn, inc
Author-email: dev@olyn.com
License: MIT
Keywords: api client olyn token web3 blockchain asset registry
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.4
Description-Content-Type: text/x-rst

Official Olyn Bindings for Python
A Python library for Olyn's API.

Setup
You can install this package by using the pip tool and installing:

$ pip install olyn

Setting up a Olyn Account
Sign up for Olyn at https://docs.olyn.com/

Using the Olyn API
Documentation for the python bindings can be found alongside Olyn's other bindings here:

https://docs.olyn.com/docs
https://docs.olyn.com/reference/olyn-api-reference
In the standard documentation (the first link), most of the reference pages will have examples in Stripe's official bindings (including Python). Just click on the Python tab to get the relevant documentation.

In the full API reference for python (the second link), the right half of the page will provide example requests and responses for various API calls.
