Metadata-Version: 2.1
Name: hipims-io
Version: 0.2.6
Summary: To process input and output files of the HiPIMS model
Home-page: https://github.com/mingxiaodong/hipims_io_py_package
Author: Xiaodong Ming
Author-email: xiaodong.ming@outlook.com
License: UNKNOWN
Description: hipims_io
        --------
        To install hipims_io
        ```
        pip install hipims_io
        ```
        To setup an input object for HiPIMS, you will need at least a DEM file, and simply do::
        
            >>> import hipims_io as hp
            >>> obj_in = hp.demo_hipims_input() # create an input object and show
            >>> obj_in.write_input_files() # write all input files for HiPIMS
            
        
Keywords: hipims model IO
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
