Metadata-Version: 2.4
Name: baolib
Version: 0.1.8
Summary: Bao provides encrypted storage and data exchange for Python applications.
Home-page: https://github.com/stregato/bao
Author: Baogeek
Author-email: me@baolib.org
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.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Requires-Python: >=3.6, <4
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# Introduction

baolib is a Python binding for the Bao library. It enables encrypted data storage and exchange. Similar to traditional systems, Bao offers controlled access with a security model inspired by Unix permissions.
Unlike traditional storage, the access is based on cryptographic features, enabling distributed control.

For more details, please refer to [http://github.com/stregato/bao](http://github.com/stregato/bao)
