Metadata-Version: 1.1
Name: Flask-B1Connector
Version: 0.0.1
Summary: Use to connect SAP B1 RESTful API.
Home-page: https://github.com/ideabosque/Flask-B1Connector
Author: Idea Bosque
Author-email: ideabosque@gmail.com
License: MIT
Download-URL: https://github.com/ideabosque/Flask-B1Connector/tarball/0.0.1
Description: 
        Flask-B1Connector
        -------------
        
        ## Synopsis
        The python flask extension is used to connect [SAP B1 RESTful](https://github.com/ideabosque/SAP-B1-RESTful) api to perform all of the data related functions.
        
        ## Configuration
        
        #### B1RESTUSR
        [SAP B1 RESTful](https://github.com/ideabosque/SAP-B1-RESTful) api username.
        
        #### B1RESTPASS
        [SAP B1 RESTful](https://github.com/ideabosque/SAP-B1-RESTful) api password.
        
        #### B1RESTENDPOINT
        [SAP B1 RESTful](https://github.com/ideabosque/SAP-B1-RESTful) api endpoint url.
        
        
Keywords: SAP B1,SAP Business One,DataWald
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
