Metadata-Version: 1.1
Name: dolibarr
Version: 0.1.6
Summary: Python wrapper for Dolibarr API
Home-page: https://gitlab.com/mvmdata/dolibarr
Author: Mark Meadows
Author-email: mark@mvmdata.com
License: MIT
Description: ## Python module for interacting with Dolibarr API
        With containerization and micro services being a prevailing architecture this module
        should be useful to accomplish many application needs via standard or k8s cronjobs.
        This also allows for any python driven application (frontend or backend) to interact
        easily with Dolibarr.
        
        ### Goals
        *  Create a library for consuming all core functions of API
        *  Create helper functions for common uses
        
Keywords: Dolibarr,python
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
