Metadata-Version: 2.1
Name: PyMagento_REST
Version: 0.3.1
Summary: REST API for Magento
Home-page: http://www.muflone.com/pymagento-rest/
Author: Fabio Castelli
Author-email: muflone@muflone.com
License: GPLv3+
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
License-File: LICENSE

# PyMagento REST

[![Travis CI Build Status](https://img.shields.io/travis/com/muflone/pymagento-rest/master.svg)](https://www.travis-ci.com/github/muflone/pymagento-rest)
[![CircleCI Build Status](https://img.shields.io/circleci/project/github/muflone/pymagento-rest/master.svg)](https://circleci.com/gh/muflone/pymagento-rest)
[![PyPI - Version](https://img.shields.io/pypi/v/PyMagento-REST.svg)](https://pypi.org/project/PyMagento-REST/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/PyMagento-REST.svg)](https://pypi.org/project/PyMagento-REST/)

**Description:** REST API for Magento

**Copyright:** 2021-2022 Fabio Castelli (Muflone) <muflone@muflone.com>

**License:** GPL-3+

**Source code:** https://github.com/muflone/pymagento-rest

**Documentation:** http://www.muflone.com/pymagento-rest/

# Description

PyMagento REST is an attempt to build a common API to interact with any
[**Magento**](https://www.magento.com/) server in order to operate using
its REST API.

# System Requirements

* Python 3.x
* Python Requests 2.28.x (https://pypi.org/project/requests/)

# Usage

Please see the **samples** folder for some usage examples.
