This lightweight library contains utilities for managing, loading, uploading, opening and generally wrangling data and configurations. It was battle tested in multiple projects at appliedAI.
The main useful abstractions provided by this library are:
- The
RemoteStorage
class for a safe, git-like, programmatic access to data stored in any cloud storage. - The configuration module for a simple, yet powerful configuration management.
Source code documentation and usage examples are here.
Install the latest release with
pip install accsr
Please open new issues for bugs, feature requests and extensions. See more details about the structure and workflow in the developer's readme. The coverage and pylint report can be found on the project's github pages.