Metadata-Version: 2.1
Name: glob-utils
Version: 0.0.6
Summary: 
Author: Oscar Bahamonde
Author-email: o.bahamonde@globant.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: httpx (>=0.25.2,<0.26.0)
Requires-Dist: pydantic (==1.10.12)
Requires-Dist: rich (>=13.7.0,<14.0.0)
Requires-Dist: tenacity (>=8.2.3,<9.0.0)
Description-Content-Type: text/markdown

# Glob Utils

Utilities and abstractions to work with Httpx and Pydantic.

## Installation

```bash
pip install glob-utils
```
