Metadata-Version: 2.4
Name: trnpy
Version: 0.2.1
Summary: A Python wrapper for transient simulations.
Project-URL: Homepage, https://github.com/isentropic-dev/trnpy
Author-email: John Dyreby <john@isentropic.dev>, Greg Troszak <greg@isentropic.dev>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Provides-Extra: lint
Requires-Dist: black==25.1.0; extra == 'lint'
Requires-Dist: flake8==7.3.0; extra == 'lint'
Requires-Dist: isort==6.0.1; extra == 'lint'
Requires-Dist: pydocstyle[toml]==6.3.0; extra == 'lint'
Provides-Extra: test
Requires-Dist: coverage==7.9.2; extra == 'test'
Requires-Dist: pytest==8.4.1; extra == 'test'
Provides-Extra: typing
Requires-Dist: mypy==1.16.1; extra == 'typing'
Description-Content-Type: text/markdown

# TrnPy

[![CI Status][test-badge]][main-test-workflow]

## Contributing

For guidance on setting up a development environment and how to make a
contribution to TrnPy, see the [contributing guidelines][contributing-guidelines].

[test-badge]: https://github.com/isentropic-dev/trnpy/actions/workflows/ci.yml/badge.svg
[main-test-workflow]: https://github.com/isentropic-dev/trnpy/actions/workflows/ci.yml?query=branch%3Amain+
[contributing-guidelines]: https://github.com/isentropic-dev/trnpy/blob/main/CONTRIBUTING.md
