Metadata-Version: 2.1
Name: mcnp-input-reader
Version: 0.1.2
Summary: MCNP Input reader
Home-page: https://github.com/ENEA-Fusion-Neutronics/MCNP-Input-Reader.git
Author: gmariano
Author-email: giovanni.mariano@enea.it
Requires-Python: >=3.6,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Project-URL: Repository, https://github.com/ENEA-Fusion-Neutronics/MCNP-Input-Reader.git
Description-Content-Type: text/markdown

# MCNP Input Reader

MCNP Input Reader is a python package developed in order to facilitate the modifications and the check integrity 
of large mcnp input files.

## Install

```shell
pip install mcnp-input-reader
```

