Metadata-Version: 2.1
Name: pangea-client
Version: 0.3.0
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 for access to cross chain data, fast.

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 [here](https://pangea.foundation/get-access)

Once you have credentials set your environment variables:

You will be given a username and password to use to access the Pangea API.
The easiest way to use these credentials is to create a `.env` file in the same folder as this `README.md` file, and populate it like so:

```sh
PANGEA_USERNAME=xxxxx
PANGEA_PASSWORD=xxxxx
PANGEA_URL=app.pangea.foundation
```

<br>

## Examples

Checkout the github repository separately for example code.

