Metadata-Version: 2.0
Name: ironpipe
Version: 1.0.0a22
Summary: Ironpipe python bindings
Home-page: https://github.com/ironpipeio/ironpipe-python
Author: Ironpipe
Author-email: support@ironpipe.io
License: UNKNOWN
Description-Content-Type: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3
Requires-Dist: requests
Requires-Dist: PyYAML
Requires-Dist: pysftp

Official Ironpipe Bindings for Python
===================================

A Python library for Ironpipe's API.


Setup
-----

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

    $ pip install ironpipe


Setting up an Ironpipe Account
---------------------------

Sign up for Ironpipe at https://dashboard.ironpipe.io/register.

Using the Ironpipe API
--------------------

Documentation for the python bindings can be found here:

- https://ironipe.io/docs


