Metadata-Version: 2.1
Name: yatp
Version: 0.1.0
Summary: 
Author: gillesxr
Author-email: gillesxr@tutanota.com
Requires-Python: >=3.11,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: pendulum (>=2.1.2,<3.0.0)
Description-Content-Type: text/x-rst

yatp
====

Yet Another Test Project.

Example
_______

.. code-block:: python

    from yatp import timer

    @timer
    def some_function():
        return [x for x in range(10_000_000)]
