Metadata-Version: 2.4
Name: predicate-sdk
Version: 1.3.0
Summary: Compatibility shim for predicate-runtime
Author: Sentience Team
License: MIT OR Apache-2.0
Project-URL: Homepage, https://github.com/Predicate-Labs/sdk-python
Project-URL: Repository, https://github.com/Predicate-Labs/sdk-python
Project-URL: Issues, https://github.com/Predicate-Labs/sdk-python/issues
Keywords: predicate,runtime,compatibility,shim
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: predicate-runtime==1.3.0

# predicate-sdk compatibility shim

This package exists to preserve install compatibility for users who still run:

```bash
pip install predicate-sdk
```

It depends on `predicate-runtime` and does not provide a separate runtime surface.
Use canonical imports from `predicate` in your code.
