Metadata-Version: 2.1
Name: idms
Version: 0.1.7
Summary: Python class to talk to idms REST and Search API, better known as iDMS.
Home-page: https://github.com/pypa/idms
Author: Daniel Overdevest
Author-email: d.overdevest@pzh.nl
License: UNKNOWN
Project-URL: Bug Reports, https://github.com/ProvZH/idms/issues
Project-URL: Source, https://github.com/ProvZH/idms
Description: # iDMS
        
        ![Upload Python Package](https://github.com/ProvZH/iDMS/workflows/Upload%20Python%20Package/badge.svg)
        
        
        Python class to talk to iDMS REST and Search API within Provincie Zuid-Holland.
        
        # Goal
        The goal of the package is to have an easy interface to use the API in Python.
        
        Mainly focussed to work with Content Server 20.2, see [API docs](
        https://appworksdeveloper.opentext.com/webaccess/#url=%2Fawd%2Fresources%2Fapis%2Fcs-rest-api-for-cs-20-2&tab=501).
        
        # Development
        Package is hosted on GitHub. After each change increase version number and create a new Release on GitHub. The pipeline will trigger a release to PyPi (see status batch above).
        
        # Disclaimer
        The developers of this package are not affiliated with OpenText.
Keywords: idms,contentserver,restapi,searchapi
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
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.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.5, <4
Description-Content-Type: text/markdown
Provides-Extra: dev
Provides-Extra: test
