Metadata-Version: 2.1
Name: magento-client
Version: 0.1.1
Summary: a client to comunicate with magento API
Home-page: https://github.com/sveinok/magento_client
Author: Svein Økland
Author-email: svein@tinyelephant.no
License: MIT license
Keywords: magento_client
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
Requires-Dist: Click (>=7.0)

==============
magento_client
==============


.. image:: https://img.shields.io/pypi/v/magento_client.svg
        :target: https://pypi.python.org/pypi/magento_client

.. image:: https://img.shields.io/travis/sveinok/magento_client.svg
        :target: https://travis-ci.com/sveinok/magento_client

.. image:: https://readthedocs.org/projects/magento-client/badge/?version=latest
        :target: https://magento-client.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status




a client to comunicate with magento API


* Free software: MIT license
* Documentation: https://magento-client.readthedocs.io.


Features
--------

a simple client for Magento2

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.0 (2021-09-01)
------------------

* First release on PyPI.


