Metadata-Version: 2.4
Name: neosync
Version: 0.5.12
Summary: Neosync Python SDK
Project-URL: Homepage, https://github.com/nucleuscloud/neosync
Project-URL: Issues, https://github.com/nucleuscloud/neosync/issues
Project-URL: Documentation, https://docs.neosync.dev/api/python
Author-email: Neosync Dev Team <devops@nucleuscloud.com>
Keywords: anonymization,data,data-anonymization,data-de-identification,data-masking,data-obfuscation,data-privacy,data-protection,data-scrubbing,neosync,privacy
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Healthcare Industry
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Security
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Requires-Python: >=3.8
Requires-Dist: grpcio==1.69.*
Requires-Dist: protobuf==5.*
Description-Content-Type: text/markdown

# Neosync Python SDK

This is the Python SDK for the Neosync API.

## Installation

```bash
pip install neosync
```

For more details and examples, see the [docs](https://docs.neosync.dev/api/python).
