pangea-client


Namepangea-client JSON
Version 0.3.5 PyPI version JSON
download
home_pagehttps://pangea.foundation
SummaryPangea Client connects you to The First Immersive Web3 Environment
upload_time2025-01-21 00:03:20
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/ea/b7/c054842e13b1e201ba2b655dcca69550ba8863b804b59c0993cdb363744c/pangea_client-0.3.5.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.5",
    "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": "d8b4569f32e64582d07872a844ae9abafdcacdbb0bc7825d2eba73d5ffe6026b",
                "md5": "300f7fb246b30e99c6d4b454acd69d21",
                "sha256": "c54d2b4fd7e49de39776fcaddb1d45449faa7d4ec9594b5a428e1d03bd9a7066"
            },
            "downloads": -1,
            "filename": "pangea_client-0.3.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "300f7fb246b30e99c6d4b454acd69d21",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 4665,
            "upload_time": "2025-01-21T00:03:18",
            "upload_time_iso_8601": "2025-01-21T00:03:18.758776Z",
            "url": "https://files.pythonhosted.org/packages/d8/b4/569f32e64582d07872a844ae9abafdcacdbb0bc7825d2eba73d5ffe6026b/pangea_client-0.3.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eab7c054842e13b1e201ba2b655dcca69550ba8863b804b59c0993cdb363744c",
                "md5": "7bf137267e542cb580b12550e4c4334f",
                "sha256": "e6744e0b81a67b4653d30fd32ce9c67d0e43dc08f247b28fd122ab66b49b3f9e"
            },
            "downloads": -1,
            "filename": "pangea_client-0.3.5.tar.gz",
            "has_sig": false,
            "md5_digest": "7bf137267e542cb580b12550e4c4334f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 4382,
            "upload_time": "2025-01-21T00:03:20",
            "upload_time_iso_8601": "2025-01-21T00:03:20.111637Z",
            "url": "https://files.pythonhosted.org/packages/ea/b7/c054842e13b1e201ba2b655dcca69550ba8863b804b59c0993cdb363744c/pangea_client-0.3.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-21 00:03:20",
    "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.41237s