Metadata-Version: 2.4
Name: secure-stegano
Version: 1.1.8
Summary: Bibliothèque Python unifiée de stéganographie d'images et de stéganalyse, du LSB au deep learning.
Author: TPI Steganograph-IA
License: MIT
Project-URL: Homepage, https://github.com/Master-2-MIAGE-MBDS/tpi-steganograph-ia
Project-URL: Repository, https://github.com/Master-2-MIAGE-MBDS/tpi-steganograph-ia
Project-URL: Issues, https://github.com/Master-2-MIAGE-MBDS/tpi-steganograph-ia/issues
Keywords: steganography,watermarking,image-processing,lsb,pvd,s-uniward,nsf5,j-uniward,uerd,qim,spread-spectrum,hidden,reed-solomon,deep-learning
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Security :: Cryptography
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: numpy>=1.26
Requires-Dist: Pillow>=10.0
Requires-Dist: scipy>=1.11
Requires-Dist: torch>=2.1
Requires-Dist: torchvision>=0.16
Requires-Dist: huggingface_hub>=0.20
Requires-Dist: transformers>=4.40
Requires-Dist: reedsolo>=1.7
Provides-Extra: dev
Requires-Dist: pytest>=7.4; extra == "dev"
Requires-Dist: hypothesis>=6.90; extra == "dev"
Requires-Dist: ruff>=0.1; extra == "dev"
Requires-Dist: mypy>=1.7; extra == "dev"
Provides-Extra: notebooks
Requires-Dist: jupyterlab>=4.0; extra == "notebooks"
Requires-Dist: matplotlib>=3.8; extra == "notebooks"
Requires-Dist: seaborn>=0.13; extra == "notebooks"
