Metadata-Version: 2.4
Name: feddb
Version: 0.0.0
Summary: FedDB - A privacy-preserving federated data collaboration platform
Project-URL: Homepage, https://github.com/secretflow/feddb
Project-URL: Documentation, https://feddb.readthedocs.io
Project-URL: Repository, https://github.com/secretflow/feddb.git
Project-URL: Issues, https://github.com/secretflow/feddb/issues
Project-URL: Changelog, https://github.com/secretflow/feddb/blob/main/CHANGELOG.md
Author-email: SecretFlow Team <secretflow-contact@service.alipay.com>
License: Apache-2.0
License-File: LICENSE
Keywords: database,federated-learning,mpc,privacy,secure-computation
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Database
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Security :: Cryptography
Requires-Python: <3.13,>=3.10
Requires-Dist: mplang-nightly==0.1.dev214
Description-Content-Type: text/markdown

# FedDB (Federated Database)

FedDB is a privacy-preserving federated data collaboration platform that enables multiple parties to perform joint data queries and analysis without revealing raw data. Built by SecretFlow Team, it uses advanced cryptographic technologies to ensure data privacy while providing familiar database interfaces.

## Notice

This package is currently under development. Please stay tuned for updates.