Metadata-Version: 2.4
Name: akashic-perflogger
Version: 0.1.2
Summary: Python performance logging library
Author-email: Akasha Mouginot <akasha.mouginot@protonmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/ewigael/perflogger
Project-URL: Changelog, https://github.com/ewigael/perflogger/blob/main/docs/CHANGELOG.md
Project-URL: Issues, https://github.com/ewigael/perflogger/issues
Project-URL: Readme,  https://github.com/ewigael/perflogger/blob/main/README.md
Keywords: performance,testing
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.14
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# perflogger

A performance tracking package for Python devs

## Quick start

##### Use pip

_Pypi package coming soon_

##### Build from sources

```bash
# Download sources
git clone https://github.com/ewigael/perflogger
# Move to sources directory
cd perflogger
# Install from sources with pip
pip install .
```

## Coming soon:

- ```PerfCounter``` class, to count how many times something happens
- Writing data to files
- ```PerfAnalyzer```, a co-project to vizualise and compare recorded data
