Metadata-Version: 2.1
Name: bareutils
Version: 3.5.1
Summary: Utilities for bareASGI and bareClient
Home-page: https://github.com/rob-blackbourn/bareutils
License: Apache-2.0
Author: Rob Blackbourn
Author-email: rob.blackbourn@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: baretypes (>=3,<4)
Project-URL: Repository, https://github.com/rob-blackbourn/bareutils
Description-Content-Type: text/markdown

# bareutils

Utilities for [bareASGI](https://github.com/rob-blackbourn/bareASGI)
and [bareClient](https://github.com/rob-blackbourn/bareClient)
(read the [docs](https://rob-blackbourn.github.io/bareUtils/)).

## Installation

The package can be installed with pip.

```bash
pip install bareutils
```

This is a Python3.7 and later package.

It has dependencies on:

* [bareTypes](https://github.com/rob-blackbourn/bareTypes)

