Metadata-Version: 2.3
Name: alpaca-py-nopandas
Version: 0.1.2
Summary: A forked Python SDK for Alpaca APIs (with Pandas removed)
License: Apache-2.0
Author: Will Tesler
Author-email: willtesler@gmail.com
Requires-Python: >=3.8.0,<4.0.0
Classifier: License :: OSI Approved :: Apache Software License
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: Programming Language :: Python :: 3.13
Requires-Dist: msgpack (>=1.0.3,<2.0.0)
Requires-Dist: pydantic (>=2.0.3,<3.0.0)
Requires-Dist: python-dateutil (>=2.9.0,<3.0.0)
Requires-Dist: pytz (>=2025.2,<2026.0)
Requires-Dist: requests (>=2.30.0,<3.0.0)
Requires-Dist: sseclient-py (>=1.7.2,<2.0.0)
Requires-Dist: websockets (>=10.4)
Project-URL: Documentation, https://alpaca.markets/docs/python-sdk/
Project-URL: Repository, https://github.com/wtesler/alpaca-py-nopandas
Description-Content-Type: text/markdown

[![Python Versions](https://img.shields.io/pypi/pyversions/alpaca-py.svg?logo=python&logoColor=white)](https://pypi.org/project/alpaca-py-nopandas)
[![GitHub](https://img.shields.io/github/license/alpacahq/alpaca-py?color=blue)](https://github.com/alpacahq/alpaca-py/blob/master/LICENSE.md)
[![PyPI](https://img.shields.io/pypi/v/alpaca-py?color=blue)](https://pypi.org/project/alpaca-py-nopandas/)

Forked version of alpaca-py project with Pandas dependency removed.

See https://github.com/alpacahq/alpaca-py

# Build and Deploy

`poetry build`

`uvx twine upload dist/*`
