Metadata-Version: 2.1
Name: gmatautomation
Version: 0.3b3
Summary: GMAT model generation, batch execution, and data reduction.
Home-page: https://github.com/a093130/GMAT-Automation
Author: Colin Helms
Author-email: colinhelms@outlook.com
Project-URL: Bug Tracker, https://github.com/users/a093130/projects/2
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: Plugins
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Topic :: Scientific/Engineering :: Mathematics
Requires-Python: >=3.4
License-File: LICENSE

# GMAT Automation
The GMAT Automation package is a related set of Python scripts used to generate and run batches of GMAT model files. Various scripts are also provided to reduce the ReportFiles and Contact Locator files that GMAT execution produces.

Three modules are provided:
-modelcontrol: includes the gmat_batcher to execute batches of model scripts in a multithreaded mode.

-modelgen: extract GMAT model specifications from a spreadsheet and build model batch files 

-reportgen: Format and post process GMAT output reports into Excel file form,

See docs/GMATAutomation_SoftwareUserManual.docx for further detail.

The following external dependencies must be installed to Python/Lib/site-packages.

-numpy
	
-scipy
	
-subprocess
	
-pywintypes
	
-xlwings
	
-xlsxwriter
	
-PyQt5
	
