Metadata-Version: 2.4
Name: p4-core-sdk
Version: 0.2.3
Summary: Deprecated compatibility package. Use p4_core.
Author: P4
License-Expression: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: p4_core>=0.2.3

# Python SDK (Legacy Package Name)

This package name is kept for compatibility only.

## Correct install command

```bash
pip install p4_core
```

`p4-core-sdk` depends on `p4_core` and exists so older references do not break.

