Metadata-Version: 2.3
Name: decorators-learn
Version: 0.0.2
Summary: A project to learn decorators
Author: Rohit Gupta
Author-email: Rohit Gupta <gupta.rohit21198@gmail.com>
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: opentelemetry-exporter-otlp>=1.39.1
Requires-Dist: opentelemetry-sdk>=1.39.1
Requires-Dist: pydantic-settings>=2.12.0
Requires-Dist: python-json-logger>=4.0.0
Requires-Dist: python-logging-loki-v2>=1.1.1
Requires-Dist: pyyaml>=6.0.3
Requires-Dist: rich>=14.3.2
Requires-Python: >=3.12.8
Description-Content-Type: text/markdown

# Decorators Learn

[![pr-checks](https://github.com/rohit1998/decorators-learn/actions/workflows/pr-checks.yml/badge.svg?branch=main)](https://github.com/rohit1998/decorators-learn/actions/workflows/pr-checks.yml)
[![Documentation](https://img.shields.io/badge/docs-latest-blue.svg)](https://rohit1998.github.io/decorators-learn/)
[![PyPI version](https://img.shields.io/pypi/v/decorators-learn.svg?color=blue)](https://pypi.org/project/decorators-learn/)
[![Python versions](https://img.shields.io/pypi/pyversions/decorators-learn.svg?color=blue)](https://pypi.org/project/decorators-learn/)
[![Docker Image](https://img.shields.io/docker/v/rohgupt/decorators-learn?label=latest)](https://hub.docker.com/r/rohgupt/decorators-learn/)

A project to learn decorators. Checkout

- [local_docs_link](https://decorators-learn.dev.local)
- [tailscale_docs_link](https://decorators-learn.tailb437ea.ts.net)
- [repo_docs_path](docs/index.md)

## License

This project is licensed under the MIT License - see the LICENSE file for details.
