pangea-client


Namepangea-client JSON
Version 0.3.2 PyPI version JSON
download
home_pagehttps://pangea.foundation
SummaryPangea Client connects you to The First Immersive Web3 Environment
upload_time2024-12-16 15:11:17
maintainerNone
docs_urlNone
authorPangea Foundation
requires_python>=3.10
licenseMIT
keywords pangea blockchain crypto data datasci dsci ethereum bitcoin wallet pandas polars datafusion duckdb sql rpc web3 ethers
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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.

            

Raw data

            {
    "_id": null,
    "home_page": "https://pangea.foundation",
    "name": "pangea-client",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "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",
    "download_url": "https://files.pythonhosted.org/packages/9f/11/9441422c40f1d86842537901b33a55bf053d46ed181887459f903fb4a14f/pangea_client-0.3.2.tar.gz",
    "platform": null,
    "description": "# Pangea Client\n\n`pangea-client` is a set of libraries for different languages to interface with [Pangea API](https://docs.pangea.foundation/).\n\nWhen using `python` the data is delivered in Arrow or JSON, developers are required to provide their own types.\n\n<br>\n\n## Getting started\n\nAccess to the API via `pangea-client` requires credentials, please [apply for access](https://pangea.foundation/get-access) first.\n\nOnce credentials are issued, they will need to be set in the environment variables.\n\nThe easiest way to use these credentials is to create a `.env` file in the project root folder and populate it like so:\n\n```sh\nPANGEA_USERNAME=xxxxx\nPANGEA_PASSWORD=xxxxx\n```\n\n<br>\n\n## Examples\n\nCheckout the github repository separately for example code.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Pangea Client connects you to The First Immersive Web3 Environment",
    "version": "0.3.2",
    "project_urls": {
        "Documentation": "https://docs.pangea.foundation/introduction.html",
        "Homepage": "https://pangea.foundation",
        "Repository": "https://github.com/PangeaFoundation/pangea-client"
    },
    "split_keywords": [
        "pangea",
        " blockchain",
        " crypto",
        " data",
        " datasci",
        " dsci",
        " ethereum",
        " bitcoin",
        " wallet",
        " pandas",
        " polars",
        " datafusion",
        " duckdb",
        " sql",
        " rpc",
        " web3",
        " ethers"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "edd1da726eb3c643d87e1a16880678a47ec57c84cfb5c919cb62689c982dff92",
                "md5": "a8a585309e59cf64953719637d8a5c5b",
                "sha256": "9359b5dc06856901291abab8a3e337c7ce637bf41b077a725cef3f95fd30f9c3"
            },
            "downloads": -1,
            "filename": "pangea_client-0.3.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a8a585309e59cf64953719637d8a5c5b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 4625,
            "upload_time": "2024-12-16T15:11:16",
            "upload_time_iso_8601": "2024-12-16T15:11:16.585164Z",
            "url": "https://files.pythonhosted.org/packages/ed/d1/da726eb3c643d87e1a16880678a47ec57c84cfb5c919cb62689c982dff92/pangea_client-0.3.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9f119441422c40f1d86842537901b33a55bf053d46ed181887459f903fb4a14f",
                "md5": "a65da3fdb918d8f50999f6e42f3a89ef",
                "sha256": "2b4727d24a1a39c6e9a299a01aed835be298ffd167c40e02aad814fc68778905"
            },
            "downloads": -1,
            "filename": "pangea_client-0.3.2.tar.gz",
            "has_sig": false,
            "md5_digest": "a65da3fdb918d8f50999f6e42f3a89ef",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 4345,
            "upload_time": "2024-12-16T15:11:17",
            "upload_time_iso_8601": "2024-12-16T15:11:17.554724Z",
            "url": "https://files.pythonhosted.org/packages/9f/11/9441422c40f1d86842537901b33a55bf053d46ed181887459f903fb4a14f/pangea_client-0.3.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-16 15:11:17",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "PangeaFoundation",
    "github_project": "pangea-client",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pangea-client"
}
        
Elapsed time: 0.39791s