Metadata-Version: 2.4
Name: krex
Version: 0.1.10
Summary: A lightweight Python package providing minimal trading functions for selected exchanges, organized by exchange-specific modules.
Author-email: Kairos Research <labs@kairosresearch.io>
License: MIT
Project-URL: Repository, https://github.com/kairos-research-ltd/krex
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: eth-account>=0.13.7
Requires-Dist: eth-utils>=5.3.0
Requires-Dist: httpx>=0.28.1
Requires-Dist: ipython>=9.3.0
Requires-Dist: msgpack>=1.1.0
Requires-Dist: nest-asyncio>=1.6.0
Requires-Dist: polars>=1.27.1
Requires-Dist: requests>=2.32.3
Requires-Dist: websockets>=15.0.1
Dynamic: license-file

# krex

A lightweight Python package providing minimal trading functions for selected exchanges, organized by exchange-specific modules.

## Contributing

Check out the [Contributing Guide](.github/CONTRIBUTING.md).
