Metadata-Version: 2.1
Name: algora-sdk
Version: 1.3.0
Summary: Algora Labs Python SDK
Home-page: https://docs.algoralabs.com
Author: Algora Labs
Author-email: hello@algoralabs.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: PyYaml
Requires-Dist: aiocache
Requires-Dist: aiohttp
Requires-Dist: asyncio
Requires-Dist: cachetools
Requires-Dist: fastparquet
Requires-Dist: pandas
Requires-Dist: pandas-market-calendars
Requires-Dist: pydantic
Requires-Dist: pydash
Requires-Dist: requests
Requires-Dist: scipy

# Algora Labs Python SDK

[Algora Labs](https://algoralabs.com/) is an IDE for Quants. We provide users financial data, a research environment and
visualization tools to efficiently translate research ideas into actionable insights for trading.
The [algora-sdk](https://pypi.org/project/algora-sdk/) allows users to programmatically access datasets and resources on
our platform.

## Installation

When running locally, set the following environment variables for your username and password
for [Algora Labs](https://trade.algoralabs.com/). When running code on our platform, there is no need to set these
environment variables.

```text
ALGORA_USER=username
ALGORA_PWD=password
```

## Contact

Please [Contact Us](mailto:support@algoralabs.com) if you have any questions!


