Metadata-Version: 2.1
Name: pangea-client
Version: 0.3.2
Summary: Pangea Client connects you to The First Immersive Web3 Environment
Home-page: https://pangea.foundation
License: MIT
Keywords: pangea,blockchain,crypto,data,datasci,dsci,ethereum,bitcoin,wallet,pandas,polars,datafusion,duckdb,sql,rpc,web3,ethers
Author: Pangea Foundation
Author-email: info@pangea.foundation
Requires-Python: >=3.10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
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: websockets (==11.0.3)
Project-URL: Documentation, https://docs.pangea.foundation/introduction.html
Project-URL: Repository, https://github.com/PangeaFoundation/pangea-client
Description-Content-Type: text/markdown

# Pangea Client

`pangea-client` is a set of libraries for different languages to interface with [Pangea API](https://docs.pangea.foundation/).

When using `python` the data is delivered in Arrow or JSON, developers are required to provide their own types.

<br>

## Getting started

Access to the API via `pangea-client` requires credentials, please [apply for access](https://pangea.foundation/get-access) first.

Once credentials are issued, they will need to be set in the environment variables.

The easiest way to use these credentials is to create a `.env` file in the project root folder and populate it like so:

```sh
PANGEA_USERNAME=xxxxx
PANGEA_PASSWORD=xxxxx
```

<br>

## Examples

Checkout the github repository separately for example code.

