Metadata-Version: 2.1
Name: chocs-middleware.trace
Version: 0.1.1
Summary: Http tracing middleware for chocs library.
Home-page: https://github.com/kodemore/chocs-trace
License: MIT
Keywords: cache,chocs,http,middleware
Author: Dawid Kraczkowski
Author-email: dawid.kraczkowski@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: chocs (>=1.5.3,<2.0.0)
Requires-Dist: gid (>=1.0.1,<2.0.0)
Project-URL: Documentation, https://github.com/kodemore/chocs-trace
Project-URL: Repository, https://github.com/kodemore/chocs-trace
Description-Content-Type: text/markdown

# Chocs-Trace <br> [![PyPI version](https://badge.fury.io/py/chocs-middleware.trace.svg)](https://pypi.org/project/chocs-middleware.trace/) [![CI](https://github.com/kodemore/chocs-trace/actions/workflows/main.yaml/badge.svg)](https://github.com/kodemore/chocs-trace/actions/workflows/main.yaml) [![Release](https://github.com/kodemore/chocs-trace/actions/workflows/release.yml/badge.svg)](https://github.com/kodemore/chocs-trace/actions/workflows/release.yml) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
Http tracing middleware for chocs library. 


# Installation

### Poetry:
```bash
poetry add chocs-middleware.trace
```

### Pip:
```bash
pip install chocs-middleware.trace
```

