Metadata-Version: 2.4
Name: parsec-cloud
Version: 3.8.1
Summary: Secure file sharing in the cloud
License-Expression: BUSL-1.1
Keywords: parsec,cryptography,sharing,encryption
Author: Scille SAS
Author-email: contact@scille.fr
Requires-Python: ~=3.12.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: anyio (>=3.7.1,<4)
Requires-Dist: asyncpg (>=0.29.0,<0.30)
Requires-Dist: boto3 (>=1.38,<2)
Requires-Dist: botocore (>=1.38,<2)
Requires-Dist: click (>=8.0,<9)
Requires-Dist: fastapi (>=0.121.2,<1)
Requires-Dist: httpx (>=0.28.1,<0.29)
Requires-Dist: jinja2 (>=3.0,<4)
Requires-Dist: pbr (>=6.1.1,<7)
Requires-Dist: pydantic (>=2.12.4,<3)
Requires-Dist: pydantic-core (>=2.41.5,<3)
Requires-Dist: python-swiftclient (>=4.8.0,<5)
Requires-Dist: sentry-sdk (>=2.30.0,<3)
Requires-Dist: starlette (>=0.49.3,<1)
Requires-Dist: structlog (>=25.4.0,<26)
Requires-Dist: uvicorn (>=0.35.0,<0.36)
Project-URL: Documentation, https://docs.parsec.cloud
Project-URL: Homepage, https://github.com/Scille/parsec-cloud
Description-Content-Type: text/markdown

[Parsec](https://docs.parsec.cloud/en/latest/userguide/first_steps.html) is a cloud-based application for simple and cryptographically secure file sharing.

- 🔐 Client-side E2EE to ensure your data is only accessed by you and the people you share it with.
- ✒️ Cryptographic signature to identify the author of each change.
- 🤝 Securely invite users to join your organization via link & token code.
- 📂 Virtual drive so you can access your data locally with your preferred software.
- 📆 Browse data history and recover files from any point in time.
- 🧑‍💻 Easy to self-host

This Pypi project contains the server application packaged, you can run it with `python -m parsec run --dev`.

For more in-depth examples, take a look at the [hosting documentation](https://docs.parsec.cloud/en/latest/hosting/introduction.html).

