Metadata-Version: 2.1
Name: gdxtools
Version: 0.1.2
Summary: A helper package to read and write GAMS GDX files
Home-page: https://github.com/boxblox/gdxrw
Author: Adam Christensen
Author-email: adam.christensen@gmail.com
License: UNKNOWN
Description: # gdxrw
        gdxrw currently contains two classes (gdx_reader and gdx_writer) that enable rapid read and write operations of GAMS GDX files.  These 'helper' classes will allow the user to interface with the GAMS python API through a more intuitive interface (enabled by python dicts).  Examples are provided at https://github.com/boxblox/gdxrw.  
        
        # Requirements
        Python 3, GAMS API (manual installation required, see: https://www.gams.com/latest/docs/API_PY_TUTORIAL.html)
        
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
