Metadata-Version: 2.1
Name: mowaki
Version: 0.2
Summary: MoWAKi - Python utilities
Home-page: https://github.com/rshk/mowaki-py
Author: Samuele Santi
Author-email: samuele.santi@reinventsoftware.io
License: BSD License
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3 :: Only
Provides-Extra: auth
Requires-Dist: pyjwt ; extra == 'auth'
Provides-Extra: aws
Requires-Dist: boto3 ; extra == 'aws'

MoWAKi - Python utilities
#########################

This package provides several common utilities for MoWAKi_ apps.

.. _MoWAKi: https://www.mowaki.org


Storage
=======

Provides a common abstraction for file storage.

Currently supports storing data in:

- memory (mostly for testing)
- local filesystem (mostly for local development)
- s3 buckets




