Metadata-Version: 2.1
Name: mikeio
Version: 1.2rc0
Summary: A package that uses the DHI dfs libraries to create, write and read dfs and mesh files.
Home-page: https://github.com/DHI/mikeio
Author: Henrik Andersson
Author-email: jan@dhigroup.com
License: BSD-3
Description: 
        ![logo](https://raw.githubusercontent.com/DHI/mikeio/main/images/logo/PNG/MIKE-IO-Logo-Pos-RGB-nomargin.png)
        # MIKE IO: input/output of MIKE files in Python
        
        Read, write and manipulate dfs0, dfs1, dfs2, dfs3, dfsu and mesh files.
        
        MIKE IO facilitates common data processing workflows for [MIKE files in Python](https://www.mikepoweredbydhi.com/products/mike-for-developers#io).
        
        [![YouTube](images/youtube1.png)](http://www.youtube.com/watch?v=Jm0iAeK8QW0)
        
        
        ## Requirements
        * Windows or Linux operating system
        * Python x64 3.7 - 3.10
        * (Windows) [VC++ redistributables](https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads) (already installed if you have MIKE)
        
        [More info about dependencies](http://docs.mikepoweredbydhi.com/nuget/)
        
        ## Where can I get help?
        * Documentation - [https://dhi.github.io/mikeio/](https://dhi.github.io/mikeio/)
        * General help, new ideas and feature requests - [GitHub Discussions](http://github.com/DHI/mikeio/discussions) 
        * Bugs - [GitHub Issues](http://github.com/DHI/mikeio/issues) 
        
        ## Installation
        
        From PyPI: 
        
        `pip install mikeio`
        
        Or development version:
        
        `pip install https://github.com/DHI/mikeio/archive/main.zip`
        
        :warning: **Don't use conda to install MIKE IO!**, the version on conda is outdated.
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: dev
Provides-Extra: test
Provides-Extra: notebooks
