Metadata-Version: 2.1
Name: dmit
Version: 0.5.1
Summary: A Met Tool package
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
License-File: LICENSE

#DMIMET
Tools commonly used in Meteorological software that I dont want to replicate all the times

#Documentation:
https://dmit.readthedocs.io/en/latest/

### 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 and can be found here:
https://dmit.readthedocs.io/en/latest/


