Metadata-Version: 2.1
Name: haravan
Version: 2.1.1
Summary: Haravan API for Python
Home-page: https://github.com/Haravan/haravan_python_api
Author: Haravan
Author-email: developers@haravan.com
License: MIT License
Platform: Any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: pyactiveresource (>=2.1.1)
Requires-Dist: PyYAML
Requires-Dist: six

The HaravanAPI library allows python developers to programmatically
access the admin section of stores using an ActiveResource like
interface similar the ruby Haravan API gem. The library makes HTTP
requests to Haravan in order to list, create, update, or delete
resources (e.g. Order, Product, Collection).

