Metadata-Version: 2.4
Name: bareutils
Version: 5.0.0a1
Summary: Utilities for bareASGI and bareClient
Author-email: Rob Blackbourn <rob.blackbourn@gmail.com>
License-Expression: Apache-2.0
Project-URL: Homepage, https://rob-blackbourn.github.io/bareUtils
Project-URL: Repository, https://github.com/rob-blackbourn/bareUtils
Project-URL: Issues, https://github.com/rob-blackbourn/bareUtils/issues
Keywords: asgi,web,framework,asyncio,http
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Internet :: WWW/HTTP
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: dev
Requires-Dist: autopep8; extra == "dev"
Requires-Dist: coverage; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-asyncio; extra == "dev"
Requires-Dist: pylint; extra == "dev"
Requires-Dist: types-setuptools; extra == "dev"
Provides-Extra: docs
Requires-Dist: mkdocs; extra == "docs"
Requires-Dist: mkdocs-material; extra == "docs"
Requires-Dist: jetblack-markdown; extra == "docs"
Requires-Dist: mike; extra == "docs"
Dynamic: license-file

# 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 Python 3.11 and later package.
