Metadata-Version: 2.1
Name: alpaca-py
Version: 0.1.0
Summary: The new official Python SDK for the https://alpaca.markets/ API
Home-page: https://github.com/alpacahq/alpaca-py
License: MApache-2.0
Author: Rahul Chowdhury
Author-email: rahul.chowdhury@alpaca.markets
Requires-Python: >=3.8.0,<4.0.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: furo (>=2022.2.14,<2023.0.0)
Requires-Dist: msgpack (>=1.0.3,<2.0.0)
Requires-Dist: pandas (>=1.4.1,<2.0.0)
Requires-Dist: pydantic (>=1.9.0,<2.0.0)
Requires-Dist: requests (>=2.27.1,<3.0.0)
Requires-Dist: websockets (>=10.2,<11.0)
Project-URL: Documentation, https://alpaca.markets/docs/python-sdk/
Project-URL: Repository, https://github.com/alpacahq/alpaca-py
Description-Content-Type: text/markdown

# AlpacaPy


### Dev setup

This project is managed via poetry so setup should be just running `poetry install`.

This repo is using [`pre-commit`](https://pre-commit.com/) to setup some checks to happen at commit time
to keep the repo clean. To set these up after you've run `poetry install` just run `poetry run pre-commit
install` to have pre-commit setup these hooks

