Metadata-Version: 2.4
Name: privatemind-python
Version: 0.3.0
Summary: Alias for privatemind, 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>=0.3.0
Description-Content-Type: text/markdown

# privatemind-python

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

```
pip install privatemind
```

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