Metadata-Version: 2.1
Name: limex-bundles
Version: 0.1.2
Summary: A library to install Limex bundles for Zipline
Home-page: https://github.com/Limex-com/limexhub-python
Author: LimexDataHub
Author-email: datahub@limex.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# limex-bundles

`limex-bundles` is a Python library designed to make it easy to add LimEx data bundles to Zipline. This package simplifies the process of copying necessary bundle files to the correct locations within your Zipline installation.

## Features

- Automatically checks if Zipline is installed
- Copies necessary bundle files to the correct locations
- Updates the LimEx configuration with your API key

## Installation

You can install `limex-bundles` from PyPi using pip:

```sh
pip install limex-bundles
