Metadata-Version: 2.1
Name: aio9p
Version: 0.3.1
Summary: 
License: AGPL-3.0-or-later
Author: florpe
Author-email: jens.krewald@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Description-Content-Type: text/markdown

# aio9p

Asyncio-based bindings for the 9P protocol. Work in progress.

Working examples for the 9P2000 and 9P2000.u dialects are implemented in
aio9p.example .

## Features

* 9P2000 client and server
* 9P2000.u client and server
* Transports: TCP, domain sockets

## TODO

### Documentation
- Client examples.

### Features
- Support for the 9P2000.L dialect

### Testing
- Significantly expanded unit testing
- Expanded integration tests
- Benchmarking

