Metadata-Version: 2.4
Name: privatemind
Version: 0.2.0
Summary: Alias for privatemind-python, the official Python SDK for the PrivateMind platform.
Project-URL: Homepage, https://docs.privatemind.com/sdk.html
Project-URL: Documentation, https://docs.privatemind.com/sdk.html
Author: PrivateMind
License: Apache-2.0
Requires-Python: >=3.11
Requires-Dist: privatemind-python>=0.2.0
Description-Content-Type: text/markdown

# privatemind

Alias package. The official PrivateMind Python SDK is published as
[`privatemind-python`](https://pypi.org/project/privatemind-python/); installing
this package pulls it in and provides the same `import privatemind`.

```
pip install privatemind-python
```

Documentation: [docs.privatemind.com/sdk.html](https://docs.privatemind.com/sdk.html)
