Metadata-Version: 2.4
Name: polysim-sdk
Version: 0.2.2
Summary: Deprecated alias — the PolySimulator Python SDK is now published as 'polysimulator'. Installs it for you.
Project-URL: Homepage, https://polysimulator.com
Project-URL: Documentation, https://docs.polysimulator.com
Project-URL: Repository, https://github.com/Bavariance/polysimulator-sdk
Author: Bavariance
License-Expression: Apache-2.0
License-File: LICENSE
License-File: NOTICE
Keywords: api-sdk,paper-trading,polymarket,polysimulator,trading
Classifier: Development Status :: 7 - Inactive
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Office/Business :: Financial
Requires-Python: >=3.10
Requires-Dist: polysimulator>=0.2.0
Description-Content-Type: text/markdown

# polysim-sdk → renamed to `polysimulator`

**This package has been renamed.** The PolySimulator Python SDK is now published as
**[`polysimulator`](https://pypi.org/project/polysimulator/)**.

```bash
pip install polysimulator
```

`polysim-sdk` is now a thin alias that pulls in `polysimulator` automatically, so
existing installs keep working. **The import paths are unchanged:**

```python
from polysim_sdk import PolySimClient                 # native client (sync + async)
from polysim_clob_client.client import ClobClient      # py-clob-client drop-in
```

Please switch your dependency from `polysim-sdk` to `polysimulator`.

- Docs: https://docs.polysimulator.com
- Source: https://github.com/Bavariance/polysimulator
