Metadata-Version: 2.1
Name: baretypes
Version: 3.6.3
Summary: Types for bareASGI and bareClient
Home-page: https://github.com/rob-blackbourn/bareTypes
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
Classifier: Programming Language :: Python :: 3.9
Project-URL: Repository, https://github.com/rob-blackbourn/bareTypes
Description-Content-Type: text/markdown

# bareTypes

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

## Installation

The package can be installed with pip.

```bash
pip install baretypes
```

This is a Python 3.7 and later package with no dependencies.

