Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 216 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 216 Bytes

Asynchronous Data Saving for Python

This package provides utility classes for saving shards of arbitrary Python data in an asynchronous fashion.

To install:

pip install async_savers

See examples for usage.