Metadata-Version: 2.1
Name: bmll
Version: 1.7.2
Summary: BMLL Python SDK
Home-page: https://bmlltech.com
Author: info@bmlltech.com
Author-email: info@bmlltech.com
Maintainer-email: info@bmlltech.com
License: Apache 2.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
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: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS
Classifier: Topic :: Office/Business :: Financial :: Investment
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: backoff<3,>=2.0
Requires-Dist: pandas>=1.3
Requires-Dist: requests<3,>=2.0.0
Requires-Dist: pyjwt<3,>=2.0
Requires-Dist: cryptography>=2.8
Requires-Dist: typeguard<3,>=2.2.2
Requires-Dist: numpy<2

The BMLL Python SDK is the simplest way to interact with the BMLL APIs.

## Installation

The BMLL Python SDK is available on [PyPI](https://pypi.org/project/bmll/) and can be installed via `pip`:

```
pip install bmll
```

## Usage

You can find out more about the BMLL APIs and more at <https://data.bmlltech.com>.
