Metadata-Version: 2.1
Name: hipims_io
Version: 0.2.2
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 setup an input object for HiPIMS, you will need at least a DEM file, and simply do::
        
            >>> from hipims_io import InputHipims
            >>> obj_input = InputHipims(dem_file) # create an input object
            >>> obj_input.write_input_files() # write all input files for HiPIMS
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
