pymessari


Namepymessari JSON
Version 0.2.0 PyPI version JSON
download
home_pagehttps://github.com/nxt-fintech/pymessari
Summaryclient library for messari api
upload_time2022-11-30 01:46:48
maintainer
docs_urlNone
authorNext Finance Tech
requires_python
licenseAPACHE LICENSE, VERSION 2.0
keywords messari
VCS
bugtrack_url
requirements requests
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
[![Build Status](https://github.com/pre-commit/action/workflows/deploy/badge.svg)](https://github.com/pre-commit/action/actions)

# pymessari

python api client for [messari](https://messari.io/).

[Official API Document](https://messari.io/api/docs).

## Install

```bash
pip install pymessari
```

## Quick start

```python
from pymessari import API
api = MessariAPI(api_key=<API_KEY>)

asset_client = api.asset()
market_client = api.market()
news_client = api.news()
protocol_client = api.protocol()
timeseries_client = api.timeseries()
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/nxt-fintech/pymessari",
    "name": "pymessari",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "messari",
    "author": "Next Finance Tech",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/9f/99/5d8e5b62919d0490a1b4384982f11c947416710d5fb439c7ba72d218e5a7/pymessari-0.2.0.tar.gz",
    "platform": null,
    "description": "[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)\n[![Build Status](https://github.com/pre-commit/action/workflows/deploy/badge.svg)](https://github.com/pre-commit/action/actions)\n\n# pymessari\n\npython api client for [messari](https://messari.io/).\n\n[Official API Document](https://messari.io/api/docs).\n\n## Install\n\n```bash\npip install pymessari\n```\n\n## Quick start\n\n```python\nfrom pymessari import API\napi = MessariAPI(api_key=<API_KEY>)\n\nasset_client = api.asset()\nmarket_client = api.market()\nnews_client = api.news()\nprotocol_client = api.protocol()\ntimeseries_client = api.timeseries()\n```\n",
    "bugtrack_url": null,
    "license": "APACHE LICENSE, VERSION 2.0",
    "summary": "client library for messari api",
    "version": "0.2.0",
    "split_keywords": [
        "messari"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "6c3602afcb2559ad6d665b4616f12ab9",
                "sha256": "0995c2c3d4eb88679c2abbafc9921033a4c0ebb2fa4c05a159b80a0776331081"
            },
            "downloads": -1,
            "filename": "pymessari-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6c3602afcb2559ad6d665b4616f12ab9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 9868,
            "upload_time": "2022-11-30T01:46:47",
            "upload_time_iso_8601": "2022-11-30T01:46:47.147605Z",
            "url": "https://files.pythonhosted.org/packages/25/16/da3f44861f97aa4757d1c17cbe834b5638bb65e2f8516ae59c0f1792f576/pymessari-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "77b6ba0098c2ad98dd9fecbd6cda78a4",
                "sha256": "67f732d497a68ab2d891c15cc9d99cc5f84c791c9251f6cbc19b2921f372b115"
            },
            "downloads": -1,
            "filename": "pymessari-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "77b6ba0098c2ad98dd9fecbd6cda78a4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 6869,
            "upload_time": "2022-11-30T01:46:48",
            "upload_time_iso_8601": "2022-11-30T01:46:48.691132Z",
            "url": "https://files.pythonhosted.org/packages/9f/99/5d8e5b62919d0490a1b4384982f11c947416710d5fb439c7ba72d218e5a7/pymessari-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-11-30 01:46:48",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "nxt-fintech",
    "github_project": "pymessari",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "requests",
            "specs": []
        }
    ],
    "lcname": "pymessari"
}
        
Elapsed time: 0.01898s