Metadata-Version: 2.1
Name: aiou
Version: 1.0.1
Summary: Async I/O Utils
Home-page: https://github.com/moky/wormhole/
Author: Albert Moky
Author-email: albert.moky@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: aiofiles
Requires-Dist: redis
Requires-Dist: yarl
Requires-Dist: aiohttp

# Async I/O Utils

[![License](https://img.shields.io/github/license/moky/wormhole)](https://github.com/moky/wormhole/blob/master/LICENSE)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/moky/wormhole/pulls)
[![Platform](https://img.shields.io/badge/Platform-Python%203-brightgreen.svg)](https://github.com/moky/wormhole/wiki)
[![Issues](https://img.shields.io/github/issues/moky/wormhole)](https://github.com/moky/wormhole/issues)
[![Repo Size](https://img.shields.io/github/repo-size/moky/wormhole)](https://github.com/moky/wormhole/archive/refs/heads/main.zip)
[![Tags](https://img.shields.io/github/tag/moky/wormhole)](https://github.com/moky/wormhole/tags)
[![Version](https://img.shields.io/pypi/v/aiou)](https://pypi.org/project/aiou)

[![Watchers](https://img.shields.io/github/watchers/moky/wormhole)](https://github.com/moky/wormhole/watchers)
[![Forks](https://img.shields.io/github/forks/moky/wormhole)](https://github.com/moky/wormhole/forks)
[![Stars](https://img.shields.io/github/stars/moky/wormhole)](https://github.com/moky/wormhole/stargazers)
[![Followers](https://img.shields.io/github/followers/dimchat)](https://github.com/orgs/dimchat/followers)

## File Access

* SyncAccess
* AsyncAccess
* LockedAccess
* SafelyAccess
* File
* TextFile
* JSONFile
* Path

## HTTP

* HttpResponse
* HttpSession
* HttpClient
* CachedClient

## Redis

* RedisConnector
* RedisClient

## Memory Cache

* CacheHolder
* CachePool
* CacheManager

----

Copyright &copy; 2024 Albert Moky
[![Followers](https://img.shields.io/github/followers/moky)](https://github.com/moky?tab=followers)


