Metadata-Version: 2.4
Name: pyKES
Version: 0.1.2
Summary: Python package for kinetic modelling of chemical reaction networks.
Keywords: kinetics,photocatalysis,water-splitting,reaction-networks,ode
Author: Jacob Schneidewind
Author-email: Jacob Schneidewind <pyH2A.pypi@gmail.com>
License-Expression: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Chemistry
Requires-Dist: streamlit
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: plotly
Requires-Dist: matplotlib
Requires-Dist: scipy
Requires-Dist: h5py
Requires-Dist: openpyxl
Requires-Python: >=3.8
Project-URL: Homepage, https://github.com/jschneidewind/pyKES
Project-URL: Bug Tracker, https://github.com/jschneidewind/pyKES/issues
Project-URL: Source, https://github.com/jschneidewind/pyKES
Description-Content-Type: text/markdown

# pyKES

Working locally with pyKES:

In other repo running
pip install -e /Users/jacob/Documents/Water_Splitting/Projects/pyKES/pyKES

Adding .vscode/setting.json file with

{
    "python.analysis.extraPaths": [
        "/Users/jacob/Documents/Water_Splitting/Projects/pyKES/pyKES/src"
    ],
    "python.autoComplete.extraPaths": [
        "/Users/jacob/Documents/Water_Splitting/Projects/pyKES/pyKES/src"
    ]
}


## Contributing

Contributions are welcome. Please open an issue or submit a pull request.

## License

This project is licensed under the MIT License. See [LICENSE](LICENSE).