Metadata-Version: 2.1
Name: aic_tools_alpaca
Version: 1.0.1
Summary: Alpaca tools for AI Characters
Author: Viacheslav Kovalevskyi
Author-email: viacheslav@kovalevskyi.com
License: MIT
Description-Content-Type: text/markdown
Requires-Dist: alpaca-py==0.21.0
Requires-Dist: crewai-tools==0.2.3

# tools-alpaca

This tooltip describes how to access the [Alpaca API](https://alpaca.markets/) for
AI. [Crewai](https://github.com/joaomdmoura/crewAI) is used to describe tools.

This tool requires secret credentials to access the Alpaca API:

- API_KEY_ID
- SECRET_KEY

## Page on pypi.org

https://pypi.org/project/aic-tools-alpaca/

## Available functionality

* Check accounts restrict status
* Print the account purchasing power

## Develop info

Search [here](./develop.md).

## Statuses

[![Lint & Tests](https://github.com/ModularAIDev/tools-alpaca/actions/workflows/run_lint_tests.yml/badge.svg)](https://github.com/ModularAIDev/tools-alpaca/actions/workflows/run_lint_tests.yml)
[![Publish 🐍 📦 to PyPI](https://github.com/ModularAIDev/tools-alpaca/actions/workflows/deploy.yml/badge.svg)](https://github.com/ModularAIDev/tools-alpaca/actions/workflows/deploy.yml)
