Metadata-Version: 1.1
Name: Flask-Mage2Connector
Version: 0.0.1
Summary: Use to connect Magento 2.
Home-page: https://github.com/ideabosque/Flask-Mage2Connector
Author: Idea Bosque
Author-email: ideabosque@gmail.com
License: MIT
Download-URL: https://github.com/ideabosque/Flask-Mage2Connector/tarball/0.0.1
Description: 
        # Flask-Mage2Connector
        =====================
        
        ## Synopsis
        The python flask extension is used to connect the Magento 2 with MySQL connection and RESTful api to perform all of the data related functions.
        
        ## Configuration
        
        #### MAGE2DBSERVER
        Magento 2 MySQL DB Server full DNS name or IP address.
        
        #### MAGE2DBUSERNAME
        Magento 2 MySQL username.
        
        #### MAGE2DBPASSWORD
        Magento 2 MySQL password.
        
        #### MAGE2DB
        Magento 2 MySQL database name.
        
Keywords: Magento 2
Platform: any
Classifier: License :: OSI Approved :: MIT License
Classifier: Framework :: Flask
Classifier: Programming Language :: Python
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
