Metadata-Version: 2.1
Name: acdh-collatex-utils
Version: 1.0.2
Summary: Utility functions to work with collatex
Home-page: https://github.com/acdh-oeaw/acdh_collatex_utils
Author: Peter Andorfer
Author-email: peter.andorfer@oeaw.ac.at
License: MIT license
Keywords: acdh_collatex_utils
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.8
Requires-Python: >=3.8
Requires-Dist: python-levenshtein (==0.12.0)
Requires-Dist: requests (==2.25.0)
Requires-Dist: Click (>=7.0)
Requires-Dist: collatex (==2.2)
Requires-Dist: lxml (==4.6.1)
Requires-Dist: pandas (==1.1.5)
Requires-Dist: tqdm (==4.52.0)

==============
CollateX Utils
==============


.. image:: https://img.shields.io/pypi/v/acdh_collatex_utils.svg
        :target: https://pypi.python.org/pypi/acdh_collatex_utils

.. image:: https://img.shields.io/travis/acdh-oeaw/acdh_collatex_utils.svg
        :target: https://travis-ci.com/acdh-oeaw/acdh_collatex_utils

.. image:: https://readthedocs.org/projects/acdh-collatex-utils/badge/?version=latest
        :target: https://acdh-collatex-utils.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status




Utility functions to work with collatex


* Free software: MIT license
* Documentation: https://acdh-collatex-utils.readthedocs.io.


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.0 (2020-12-10)
------------------

* First release on PyPI.


1.0.0 (2020-15-10)
------------------

* minimal working command line interface implemented::

    $ collate -g {glob_pattern} -o {outpu_dir}


