Metadata-Version: 2.1
Name: python-stopwatch2
Version: 1.1.1
Summary: A simple library to measure code performance.
Home-page: https://stopwatch2.vercel.app/
License: MIT
Keywords: stopwatch,timer,time,profile
Author: Rafael
Author-email: contact.devrma@gmail.com
Maintainer: Rafael
Maintainer-email: contact.devrma@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: colorama (>=0.4.4,<0.5.0)
Project-URL: Documentation, https://stopwatch2.vercel.app/guide/getting-started.html
Project-URL: Repository, https://github.com/devRMA/python-stopwatch2
Description-Content-Type: text/markdown

<!-- ================ SOCIAL CARD ================= -->

<p align="center"><img src="https://stopwatch2.vercel.app/social.png" alt="Social Card of Python Stopwatch 2"></p>

<!-- ================= TITLE/DESC ================= -->

# Python Stopwatch 2 ⏱️

This is a fork from [python-stopwatch](https://pypi.org/project/python-stopwatch/) , which adds static typing and a few other things.

<!-- =================== BADGES =================== -->

[![PyPi Version](https://img.shields.io/pypi/v/python-stopwatch2?&style=for-the-badge)](https://pypi.org/project/python-stopwatch2)
[![PyPi Downloads](https://img.shields.io/pypi/dm/python-stopwatch2?style=for-the-badge)](https://pypistats.org/packages/python-stopwatch2)
[![Python Versions](https://img.shields.io/pypi/pyversions/python-stopwatch2?&style=for-the-badge)](https://www.python.org)
[![Repo Size](https://img.shields.io/github/repo-size/devRMA/python-stopwatch2?&style=for-the-badge)](https://github.com/devRMA/python-stopwatch2)
[![MIT Licensed](https://img.shields.io/github/license/devRMA/python-stopwatch2?&style=for-the-badge)](https://github.com/devRMA/python-stopwatch2/blob/main/LICENSE)
[![Stars](https://img.shields.io/github/stars/devRMA/python-stopwatch2?&style=for-the-badge)](https://github.com/devRMA/python-stopwatch2/stargazers)
[![Contributors](https://img.shields.io/github/contributors/devRMA/python-stopwatch2?&style=for-the-badge)](https://github.com/devRMA/python-stopwatch2/graphs/contributors)

***

[![Tests](https://github.com/devRMA/python-stopwatch2/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/devRMA/python-stopwatch2/actions/workflows/tests.yml)
[![Coverage Status](https://coveralls.io/repos/github/devRMA/python-stopwatch2/badge.svg?&style=for-the-badge)](https://coveralls.io/github/devRMA/python-stopwatch2)

<!-- ========== INSTALLATION AND TESTING ========== -->

## 📥 Installation and usage

This package requires python 3.7 or higher.
You'll find installation instructions and full documentation on https://stopwatch2.vercel.app.

## ⚠️ Testing

Run the tests with:

``` bash
poetry run task test
```

<!-- =========== CHANGELOG AND LICENSE ============ -->

## ✒️ Changelog

Please see [CHANGELOG](CHANGELOG.md) for detailed changes for each release.

## 📝 Contributing

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

## 📑 License

[MIT](https://opensource.org/licenses/MIT)

Copyright (c) 2021-2022 Jonghwan Hyeon, 2022-present Rafael

