Metadata-Version: 2.1
Name: orcalib
Version: 0.0.54
Summary: client library for Orca DB
License: Apache-2.0
Author: Orca DB Inc.
Author-email: dev-rel@orcadb.ai
Requires-Python: >=3.10,<3.12
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: datasets (>=2.9,<3.0)
Requires-Dist: gradio (>=3.24,<4.0)
Requires-Dist: huggingface-hub (>=0.20.3,<0.21.0)
Requires-Dist: msgpack (>=1.0.7,<2.0.0)
Requires-Dist: numpy (>=1.24,<2.0)
Requires-Dist: orca-common (==0.1.2)
Requires-Dist: orjson (>=3.8.5,<4.0.0)
Requires-Dist: pandas (>=1.5,<3.0)
Requires-Dist: pdoc (>=14.1.0,<15.0.0)
Requires-Dist: pyarrow (>=14.0.1,<15.0.0)
Requires-Dist: pydantic (>=1.10,<3.0)
Requires-Dist: python-multipart (>=0.0.5,<0.0.6)
Requires-Dist: requests (>=2.28.2,<3.0.0)
Requires-Dist: torch (>=2.1.1,<3.0.0)
Requires-Dist: transformers (>=4.26,<5.0)
Description-Content-Type: text/markdown

<!--
IMPORTANT NOTE:
- This file will get rendered in the public facing PyPi page here: https://pypi.org/project/orcalib/
- Only content suitable for public consumption should be placed in this file
-->

# OrcaLib

OrcaLib is a Python library for interacting with OrcaDB. Please visit https://orcadb.ai for more information.

## Installation

To install OrcaLib, please run the following:

```
pip install orcalib
```

