Metadata-Version: 2.4
Name: pydmr
Version: 0.0.4
Summary: A python interface for the dmr data format
Author-email: Steven Sourbron <s.sourbron@sheffield.ac.uk>
License: Apache-2.0
Project-URL: Homepage, https://openmiblab.github.io//
Project-URL: Source Code, https://github.com/openmiblab/pydmr
Keywords: python,medical imaging
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: numpy
Provides-Extra: pandas
Requires-Dist: pandas; extra == "pandas"
Dynamic: license-file

pydmr
=====


.. image:: https://img.shields.io/badge/License-Apache_2.0-blue.svg
  :target: https://opensource.org/licenses/Apache-2.0



A python interface for the dmr data format
------------------------------------------

- **Documentation:** https://openmiblab.github.io/pydmr/
- **Source code:** https://github.com/openmiblab/pydmr


Installation
------------

.. code-block:: console

    pip install pydmr


License
-------

Released under the `Apache 2.0 <https://opensource.org/licenses/Apache-2.0>`_  
license::

  Copyright (C) 2025 pydmr developers

