├── .gitattributes ├── HYSYS_python_spreadsheets.py ├── LICENSE ├── README.md ├── Test_1.bk0 ├── Test_1.hsc ├── Test_1.py ├── __pycache__ └── HYSYS_python_spreadsheets.cpython-37.pyc └── figures └── HYSYS_Python.PNG /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edgarsmdn/Aspen_HYSYS_Python/HEAD/.gitattributes -------------------------------------------------------------------------------- /HYSYS_python_spreadsheets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edgarsmdn/Aspen_HYSYS_Python/HEAD/HYSYS_python_spreadsheets.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edgarsmdn/Aspen_HYSYS_Python/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edgarsmdn/Aspen_HYSYS_Python/HEAD/README.md -------------------------------------------------------------------------------- /Test_1.bk0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edgarsmdn/Aspen_HYSYS_Python/HEAD/Test_1.bk0 -------------------------------------------------------------------------------- /Test_1.hsc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edgarsmdn/Aspen_HYSYS_Python/HEAD/Test_1.hsc -------------------------------------------------------------------------------- /Test_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edgarsmdn/Aspen_HYSYS_Python/HEAD/Test_1.py -------------------------------------------------------------------------------- /__pycache__/HYSYS_python_spreadsheets.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edgarsmdn/Aspen_HYSYS_Python/HEAD/__pycache__/HYSYS_python_spreadsheets.cpython-37.pyc -------------------------------------------------------------------------------- /figures/HYSYS_Python.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edgarsmdn/Aspen_HYSYS_Python/HEAD/figures/HYSYS_Python.PNG --------------------------------------------------------------------------------