Pkynetics is a Python library for thermal analysis kinetic methods. It provides tools for data preprocessing, kinetic analysis, and result visualization.
Currently implemented:
Planned for future releases:
Pkynetics requires Python 3.8 or later. It has been tested with Python 3.8, 3.9, 3.10, and 3.11.
Install Pkynetics using pip:
pip install pkynetics
For usage instructions and examples, refer to the documentation in the docs/
directory and the examples in the examples/
directory.
The full documentation is included in the docs/
directory. To build it locally:
docs/
directorymake html
docs/_build/html/index.html
in your web browserFor online access to the documentation, visit the Pkynetics documentation site.
Jupyter notebook examples demonstrating various use cases are available in the examples/
directory.
We welcome contributions to Pkynetics. If you're interested in contributing, please open an issue or submit a pull request on our GitHub repository.
Pkynetics is released under the MIT License. See the LICENSE file for details.