Metadata-Version: 2.1
Name: acdh-arche-pyutils
Version: 0.7.1
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
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
Requires-Dist: rdflib
Requires-Dist: requests
Requires-Dist: PyYAML
Requires-Dist: sparqlwrapper
Requires-Dist: tqdm

==================
acdh-arche-pyutils
==================

.. image:: https://github.com/acdh-oeaw/acdh-arche-pyutils/workflows/Build/badge.svg
        :target: https://github.com/acdh-oeaw/acdh-arche-pyutils/workflows/Build/badge.svg
        :alt: Github Workflow Build acdh-arche-pyutils Status

.. image:: https://github.com/acdh-oeaw/acdh-arche-pyutils/workflows/Test/badge.svg
        :target: https://github.com/acdh-oeaw/acdh-arche-pyutils/workflows/Test/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://codecov.io/gh/acdh-oeaw/acdh-arche-pyutils/branch/master/graph/badge.svg?token=4EHHOM834P
      :target: https://codecov.io/gh/acdh-oeaw/acdh-arche-pyutils



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**


