Metadata-Version: 2.1
Name: pytimings
Version: 2022.2.0
Summary: MPI Aware section timings
Home-page: https://github.com/WWU-AMM/pytimings
Author: René Fritze
Author-email: coding@fritze.me
License: BSD license
Keywords: pytimings
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: ci
Provides-Extra: docs
Provides-Extra: full
License-File: LICENSE
License-File: AUTHORS.md

PyTimings
=========

[![image](https://img.shields.io/pypi/v/pytimings.svg)](https://pypi.python.org/pypi/pytimings)

[![image](https://github.com/WWU-AMM/pytimings/workflows/pytest/badge.svg)](https://github.com/WWU-AMM/pytimings/actions)

[![Documentation Status](https://readthedocs.org/projects/pytimings/badge/?version=latest)](https://pytimings.readthedocs.io/en/latest/?badge=latest)


MPI Aware section timings

-   Free software: BSD license
-   Documentation: <https://pytimings.readthedocs.io>.
-   [![Live examples](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/WWU-AMM/pytimings/HEAD?filepath=docs%2Fexamples%2F)


Features
--------

- Automatic, decorator-based code timings
- Aware of MPI parallel runs
- manual control
- structured (CSV/terminal) output
- matplotlib plotting of results


Usage
-----

See [this section](https://pytimings.readthedocs.io/en/latest/usage.html) in our documentation

Credits
-------

This package was created with
[Cookiecutter](https://github.com/audreyr/cookiecutter) and the
[audreyr/cookiecutter-pypackage](https://github.com/audreyr/cookiecutter-pypackage)
project template.


