Metadata-Version: 2.1
Name: bmll
Version: 0.13.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
Platform: UNKNOWN
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.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS
Classifier: Topic :: Office/Business :: Financial :: Investment
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE-2.0.txt
Requires-Dist: backoff
Requires-Dist: pandas (>=0.23)
Requires-Dist: requests (>=2.0.0)
Requires-Dist: pyjwt (>=1.7)
Requires-Dist: cryptography (>=2.8)
Requires-Dist: typeguard (>=2.2.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 at <https://data.bmlltech.com>.


