Metadata-Version: 2.1
Name: pyOSPParser
Version: 0.4.3
Summary: A module to parse or deploy XML/JSON files for Open Simulation Platform.
Home-page: https://github.com/kevinksyTRD/pyOSPParser
License: Apache License 2.0
Project-URL: Source, https://github.com/kevinksyTRD/pyOSPParser
Project-URL: Bug Reports, https://github.com/kevinksyTRD/pyOSPParser/issues
Keywords: Open-Simulation-Platform Parser XML JSON
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# pyOSPParser
Python modules for parsing and deploying the xml/json files used in the 
[Open Simulation Platform](https://opensimulationplatform.com). The module
can parse the following xml/json files for the simulation.
  - OSP model description file (XXX_OspModelDescription.xml)
  - OSP system structure file (OspSystemStructure.xml)
  - OSP logging configuration file (LogConfig.xml)
  - OSP scenario configuration file (XXX.json)  

# Getting Started
## Installation
pyOSPParser requires Python 3.7 or later. Primarily, you can install pyOSPParser by pip:
```bash
pip install pyospparser
``` 
