Metadata-Version: 2.1
Name: dmic
Version: 0.0.2
Summary: A Met Tool for file format conversion
Home-page: UNKNOWN
Author: Kasper Hintz
Author-email: kah@dmi.dk
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# DMIC
Sometimes you need to convert files from one another. This is a collection of tools to avoid replicating code.

### Docstrings
For the sake of making the documentation as automatic as possible the standard of numpy docstring is followed.
https://numpydoc.readthedocs.io/en/latest/format.html#docstring-standard
This is supported also by sphinx.

The docs is made with sphinx.


