Metadata-Version: 2.3
Name: trnpy
Version: 0.2.0
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==24.4.2; extra == 'lint'
Requires-Dist: flake8==7.1.0; extra == 'lint'
Requires-Dist: isort==5.13.2; extra == 'lint'
Requires-Dist: pydocstyle[toml]==6.3.0; extra == 'lint'
Provides-Extra: test
Requires-Dist: coverage==7.5.4; extra == 'test'
Requires-Dist: pytest==8.2.2; extra == 'test'
Provides-Extra: typing
Requires-Dist: mypy==1.10.0; 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
