Metadata-Version: 2.2
Name: timetrix
Version: 0.0.8
Summary: Lightweight and intuitive Python library designed to help developers,track, measure, and visualize time with ease.
Home-page: https://github.com/maglovskiNenad/timetrix
Author: Maglovski Nenad
Author-email: maglovskin@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: datetime
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

1   ^^
# Timetrix

## What is timetrix?

Timetrix is a lightweight and intuitive Python library designed to help developers track, measure, and visualize time
with ease. Whether you're profiling your code, creating time-based visualizations, or tracking the duration of events,
timetrix provides the tools you need with minimal setup.

## Installation
```commandline
    pip install timetrix
```

## Quick Start

Please read [DOCUMENTATION](DOCUMENTATION.md) to have a better insight into the functions you can use.

## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.


## Contributing

Please follow the [CONTRIBUTING](CONTRIBUTING.md) file.

# Acknowledgments

Thank you to the open-source community for inspiration and support!
