Metadata-Version: 2.4
Name: parsec-cloud
Version: 3.10.0rc0
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.14
Requires-Dist: anyio>=3.7.1,<5
Requires-Dist: click>=8.0,<9
Requires-Dist: cryptography>=46.0.6
Requires-Dist: httpx>=0.28.1,<0.29
Requires-Dist: pbr>=6.1.1,<8
Requires-Dist: pydantic>=2.12.4,<3
Requires-Dist: pydantic-core>=2.41.5,<3
Requires-Dist: sentry-sdk>=2.30.0,<3
Requires-Dist: starlette>=0.49.3,<2
Requires-Dist: structlog>=25.4.0,<27
Requires-Dist: fastapi>=0.121.2,<1
Requires-Dist: uvicorn>=0.35.0,<0.53
Requires-Dist: jinja2>=3.0,<4
Requires-Dist: asyncpg~=0.31
Requires-Dist: boto3>=1.42,<2
Requires-Dist: botocore>=1.42,<2
Requires-Dist: python-swiftclient>=4.8.0,<5
Summary: Secure file sharing in the cloud
Keywords: parsec,cryptography,sharing,encryption
Home-Page: https://parsec.cloud
Author-email: Scille SAS <contact@scille.fr>
License-Expression: BUSL-1.1
Requires-Python: ~=3.14.0
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: documentation, https://docs.parsec.cloud
Project-URL: homepage, https://github.com/Scille/parsec-cloud

[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).

