Metadata-Version: 2.1
Name: ShopLineAPI
Version: 1.0
Summary: ShopLine API for Python
Home-page: https://github.com/HerbLee/shopline_python_api
Author: HerbLee
Author-email: herb2sy@gmail.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 :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: pyactiveresource (>=2.2.2)
Requires-Dist: PyJWT (>=2.0.0)
Requires-Dist: PyYAML
Requires-Dist: six

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