Metadata-Version: 2.1
Name: horos-io
Version: 0.1.2
Summary: small package to deal with data exported from Horos
Home-page: https://github.com/santomon/horos_io
License: MIT
Author: Quang Anh Le Hong
Author-email: qa12_8@yahoo.de
Requires-Python: >=3.8,<3.12
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.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: click
Requires-Dist: matplotlib (>=3.5.3,<4.0.0)
Requires-Dist: opencv-python (>=4.6.0.66,<5.0.0.0)
Requires-Dist: pandas (>=1.4.4,<2.0.0)
Requires-Dist: pydicom (>=2.3.0,<3.0.0)
Requires-Dist: scipy (>=1.9.1,<2.0.0)
Requires-Dist: tk (>=0.1.0,<0.2.0)
Requires-Dist: tqdm (>=4.64.1,<5.0.0)
Description-Content-Type: text/x-rst

========
horos_io
========


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

.. image:: https://img.shields.io/travis/santomon/horos_io.svg
        :target: https://travis-ci.com/santomon/horos_io

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




handling .xml files when exported from horos; some dataset functionality


* Free software: MIT
* Documentation: https://horos-io.readthedocs.io.


Features
--------

* TODO

Credits
-------

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

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

