Metadata-Version: 2.4
Name: pycoffer
Version: 0.1.4
Summary: A python xxxFile like ( ie GzipFile, BZ2File, ...) for manipulating coffer encrypted files.
Project-URL: HomePage, https://github.com/bibi21000/PyCoffer
Project-URL: Issues, https://github.com/bibi21000/PyCoffer/issues
Project-URL: Changelog, https://github.com/bibi21000/PyCoffer/blob/master/CHANGELOG.md
Project-URL: Documentation, https://bibi21000.github.io/PyCoffer/
Author-email: bibi21000 <bibi21000@gmail.com>
Maintainer-email: bibi21000 <bibi21000@gmail.com>
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
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: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
Requires-Dist: filelock
Requires-Dist: pyzstd
Provides-Extra: aes
Requires-Dist: aesfile; extra == 'aes'
Provides-Extra: benchmark
Requires-Dist: pytest-ordering; extra == 'benchmark'
Provides-Extra: binaries
Requires-Dist: nuitka; extra == 'binaries'
Provides-Extra: build
Requires-Dist: build; extra == 'build'
Requires-Dist: twine; extra == 'build'
Provides-Extra: cli
Requires-Dist: aesfile; extra == 'cli'
Requires-Dist: click; extra == 'cli'
Requires-Dist: naclfile; extra == 'cli'
Requires-Dist: pyperclip; extra == 'cli'
Provides-Extra: doc
Requires-Dist: myst-parser; extra == 'doc'
Requires-Dist: sphinx; extra == 'doc'
Requires-Dist: sphinx-pyproject; extra == 'doc'
Requires-Dist: sphinxcontrib-programoutput; extra == 'doc'
Provides-Extra: fernet
Requires-Dist: fernetfile; extra == 'fernet'
Provides-Extra: fido
Requires-Dist: fido2[pcsc]; extra == 'fido'
Provides-Extra: nacl
Requires-Dist: naclfile; extra == 'nacl'
Provides-Extra: test
Requires-Dist: bandit; extra == 'test'
Requires-Dist: coverage[toml]; extra == 'test'
Requires-Dist: pytest; extra == 'test'
Requires-Dist: pytest-cov; extra == 'test'
Requires-Dist: pytest-mock; extra == 'test'
Requires-Dist: pytest-random-order; extra == 'test'
Requires-Dist: pytest-xdist; extra == 'test'
Requires-Dist: ruff; extra == 'test'
Description-Content-Type: text/markdown

[![CircleCI](https://dl.circleci.com/status-badge/img/gh/bibi21000/PyCoffer/tree/main.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/bibi21000/PyCoffer/tree/main)
[![codecov](https://codecov.io/gh/bibi21000/PyCoffer/graph/badge.svg?token=4124GIOJAK)](https://codecov.io/gh/bibi21000/PyCoffer)
![PyPI - Downloads](https://img.shields.io/pypi/dm/pycoffer)

# PyCoffer

A python coffer.

Store your confidential data in a secure coffer.

User doc : https://bibi21000.github.io/PyCoffer/usage/install.html

Developer doc : https://bibi21000.github.io/PyCoffer/dev/coffer.html
