Metadata-Version: 2.1
Name: openbb-crypto
Version: 1.0.0b2
Summary: Crypto extension for OpenBB
Author: OpenBB Team
Author-email: hello@openbb.co
Requires-Python: >=3.8,<4.0
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
Requires-Dist: openbb-core (>=1.0.0b2,<2.0.0)
Description-Content-Type: text/markdown

# Crypto data extension for OpenBB Platform

This extension provides a set of commands for crypto data retrieval.

## Installation

To install the extension, run the following command in this folder:

```bash
pip install openbb-crypto
```

For development please check [Contribution Guidelines](https://github.com/OpenBB-finance/OpenBBTerminal/blob/develop/openbb_platform/CONTRIBUTING.md).

Documentation available [here](https://docs.openbb.co/platform).

