Metadata-Version: 2.4
Name: liminality
Version: 0.1.2
Summary: Lightweight, lightning-speed library for seamless retrieval of analysis-ready Binance spot market data
Project-URL: Documentation, https://github.com/traverne/liminality#readme
Project-URL: Issues, https://github.com/traverne/liminality/issues
Project-URL: Source, https://github.com/traverne/liminality
Author-email: Athen Traverne <athen@aetherionresearch.com>
License-Expression: MIT
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.8
Requires-Dist: httpx
Requires-Dist: orjson
Requires-Dist: pandas
Requires-Dist: tqdm
Requires-Dist: websocket
Description-Content-Type: text/markdown

# liminality

[![PyPI - Version](https://img.shields.io/pypi/v/liminality.svg)](https://pypi.org/project/liminality)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/liminality.svg)](https://pypi.org/project/liminality)

-----

## Table of Contents

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install liminality
```

## License

`liminality` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
