Metadata-Version: 2.1
Name: medimtools
Version: 0.1.12
Summary: Python Boilerplate contains all the boilerplate you need to create a Python package.
Home-page: https://github.com/surajpaib/medimtools
Author: Suraj Pai
Author-email: b.pai@maastrichtuniversity.nl
License: MIT license
Keywords: medimtools
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.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
License-File: LICENSE
License-File: AUTHORS.rst

==========
medimtools
==========

A python package containing all the tools you might ever need (allegedly) for medical imaging

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

.. image:: https://github.com/surajpaib/medimtools/actions/workflows/python-publish.yml/badge.svg
        :target: https://github.com/surajpaib/medimtools/actions/workflows/python-publish.yml

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


* Free software: MIT license
* Documentation: https://medimtools.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 (2021-12-09)
------------------

* First release on PyPI.


