Metadata-Version: 1.2
Name: acdh-arche-pyutils
Version: 0.4.0
Summary: a python client for ARCHE-API
Home-page: https://github.com/acdh-oeaw/acdh-arche-pyutils
Author: Peter Andorfer
Author-email: peter.andorfer@oeaw.ac.at
License: MIT
Description: ==================
        acdh-arche-pyutils
        ==================
        
        .. image:: https://github.com/acdh-oeaw/acdh-arche-pyutils/workflows/Build%20acdh-arche-pyutils%20Package/badge.svg
                :target: https://github.com/acdh-oeaw/acdh-arche-pyutils/workflows/Build%20acdh-arche-pyutils%20Package/badge.svg
                :alt: Github Workflow Build acdh-arche-pyutils Status
        
        .. image:: https://github.com/acdh-oeaw/acdh-arche-pyutils/workflows/Run%20acdh-arche-pyutils%20Tox%20Test%20Suite/badge.svg
                :target: https://github.com/acdh-oeaw/acdh-arche-pyutils/workflows/Run%20acdh-arche-pyutils%20Tox%20Test%20Suite/badge.svg
                :alt: Github Workflow Tests Status
        
        .. image:: https://img.shields.io/pypi/v/acdh-arche-pyutils.svg
                :target: https://pypi.python.org/pypi/acdh-arche-pyutils
                :alt: PyPI Status
        
        
        .. image:: https://readthedocs.org/projects/acdh-arche-pyutils/badge/?version=latest
                :target: https://acdh-arche-pyutils.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        .. image:: https://flat.badgen.net/dependabot/thepracticaldev/dev.to?icon=dependabot
                :target: https://flat.badgen.net/dependabot/thepracticaldev/dev.to?icon=dependabot
                :alt: Dependabot Enabled
        
        
        a python client for ARCHE-API
        
        
        * Free software: MIT
        * Documentation: https://acdh-arche-pyutils.readthedocs.io.
        
        
        Features
        --------
        
        * TODO
        
        Credits
        -------
        
        This package was created with cookietemple_ using Cookiecutter_.
        
        .. _cookietemple: https://cookietemple.com
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        
        
        ==========
        Changelog
        ==========
        
        This project adheres to `Semantic Versioning <https://semver.org/>`_.
        
        0.4.0 (2021-02-21)
        -----------------------
        
        * `ArcheApiClient.get_resource(res_uri)` method added to the complete graph of an ARCHE-URI
        * `ArcheApiClient.write_resource_to_file(res_uri, format='ttl')` method added to writa a complete graph of an ARCHE-URI to file
        
        0.3.0 (2021-02-20)
        -----------------------
        
        * `ArcheApiClient.top_col_ids()` method added to fetch all TopCollection URIs and Lables
        
        
        0.1.0 (2021-02-19)
        -----------------------
        
        **Added**
        
        * Created the project using cookietemple version 1.2.4
        
        **Fixed**
        
        **Dependencies**
        
        **Deprecated**
        
Keywords: acdh-arche-pyutils
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.7
