Metadata-Version: 2.4
Name: rulebook-sdk
Version: 0.3.1
Summary: [DEPRECATED] Use rulebook-python instead: https://pypi.org/project/rulebook-python/
Project-URL: Documentation, https://docs.rulebookcompany.com
Project-URL: Changelog, https://docs.rulebookcompany.com/changelog
Author-email: Muhammad Haris Azaz Khan <harris.khan.1596@gmail.com>, Abdul Muizz Anwar <abdulmuizz1310@outlook.com>
Maintainer-email: Muhammad Haris Azaz Khan <harris.khan.1596@gmail.com>, Abdul Muizz Anwar <abdulmuizz1310@outlook.com>
License-Expression: MIT
License-File: LICENSE
Keywords: api-client,exchange,fee-schedule,fintech,rebate,rulebook,sdk,trading
Classifier: Development Status :: 7 - Inactive
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Office/Business :: Financial
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Python: >=3.11
Requires-Dist: anyio>=4.0.0
Requires-Dist: httpx>=0.25.0
Requires-Dist: pydantic>=2.0.0
Provides-Extra: dev
Requires-Dist: pytest-asyncio>=0.23.0; extra == 'dev'
Requires-Dist: pytest-httpx>=0.30.0; extra == 'dev'
Requires-Dist: pytest>=7.0; extra == 'dev'
Requires-Dist: ruff>=0.4.0; extra == 'dev'
Description-Content-Type: text/markdown

# Rulebook Python SDK (DEPRECATED)

> **This package is deprecated.** Please use [`rulebook-python`](https://pypi.org/project/rulebook-python/) instead.

```bash
pip install rulebook-python
```

## Migration

Replace `rulebook-sdk` with `rulebook-python` in your dependencies:

```bash
pip uninstall rulebook-sdk
pip install rulebook-python
```

## Maintainers

- [Muhammad Haris Azaz Khan](https://github.com/haris-khan1596)
- [Abdul Muizz Anwar](https://github.com/abdul-muizz1310)

## License

MIT — see [LICENSE](LICENSE) for details.
