Metadata-Version: 2.1
Name: boundio
Version: 0.0.1
Summary: A toolkit for IO-bound applications.
Home-page: https://github.com/a1liu/boundio
Author: A1Liu
Author-email: albertymliu@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: aiofiles
Requires-Dist: websockets
Requires-Dist: aiohttp
Requires-Dist: cchardet
Requires-Dist: aiodns

# Boundio
Asynchronous toolkit for IO-bound applications. Includes tools for:
- Reading from standard input
- Reading and writing for files through `aiofiles`
- Reading from websockets

### Examples
Examples of how to use this package are in the `boundio.examples` sub-package.


