Metadata-Version: 2.4
Name: ebooklet
Version: 0.4.0
Summary: Organise all your data in key/value booklets and sync them with S3
Project-URL: Documentation, https://mullenkamp.github.io/ebooklet/
Project-URL: Source, https://github.com/mullenkamp/ebooklet
Author-email: Mike <mullenkamp1@gmail.com>
License-File: LICENSE
Keywords: booklet,dbm,shelve
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.10
Requires-Dist: booklet>=0.7.6
Requires-Dist: s3func>=0.7
Requires-Dist: urllib3>=2
Description-Content-Type: text/markdown

# ebooklet

<p align="center">
    <em>Organise all your data in key/value books and sync them with S3.</em>
</p>

[![build](https://github.com/mullenkamp/ebooklet/workflows/Build/badge.svg)](https://github.com/mullenkamp/ebooklet/actions)
[![codecov](https://codecov.io/gh/mullenkamp/ebooklet/branch/master/graph/badge.svg)](https://codecov.io/gh/mullenkamp/ebooklet)
[![PyPI version](https://badge.fury.io/py/ebooklet.svg)](https://badge.fury.io/py/ebooklet)

---

**Documentation**: <a href="https://mullenkamp.github.io/ebooklet/" target="_blank">https://mullenkamp.github.io/ebooklet/</a>

**Source Code**: <a href="https://github.com/mullenkamp/ebooklet" target="_blank">https://github.com/mullenkamp/ebooklet</a>

---

## Introduction

EBooklet is built upon Booklet to sync booklet files with remote S3 buckets. The local booklet files can be used independently of EBooklet.


## License

This project is licensed under the terms of the Apache Software License 2.0.
