4 releases

0.3.2 Dec 16, 2024
0.3.1 Dec 10, 2024
0.3.0 Dec 3, 2024
0.2.6 Nov 28, 2024

#949 in Magic Beans

Download history 141/week @ 2024-11-25 147/week @ 2024-12-02 167/week @ 2024-12-09 131/week @ 2024-12-16

586 downloads per month

MIT license

140KB
4K SLoC

Pangea Client

pangea-client is a set of libraries for different languages to interface with Pangea API.

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


Getting started

Access to the API via pangea-client requires credentials, please apply for 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:

PANGEA_USERNAME=xxxxx
PANGEA_PASSWORD=xxxxx

Examples

Checkout the github repository separately for example code.


lib.rs:

pangea-client

Introduction

This crate allows you to access Pangea API.

Dependencies

~28–44MB
~716K SLoC