Metadata-Version: 2.1
Name: aio9p
Version: 0.1.0
Summary: 
License: GPL-3.0-or-later
Author: florp
Author-email: jens.krewald@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: pytest (>=7.1.3,<8.0.0)
Description-Content-Type: text/markdown

# aio9p

Asyncio-based bindings for the 9P protocol. Work in progress, littered with print-debugs. A working example for the 9P2000 dialect is implemented in aio9p.example.simple .

# TODO

- Support for 9P2000.u and 9P2000.L dialects
- Separation between protocol parser-formatters and the classes used for implementation subclassing
- Logging
- Significantly more tests

