tap-exchangeratehost


Nametap-exchangeratehost JSON
Version 0.1.2 PyPI version JSON
download
home_pagehttp://github.com/anelendata/tap-exchangeratehost
SummarySinger.io tap for extracting currency exchange rate data from the exchangerate.host API
upload_time2023-03-29 16:34:36
maintainer
docs_urlNone
authorDaigo Tanaka, Anelen Co., LLC
requires_python
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # tap-exchangeratehost

A [Singer](https://singer.io) tap to extract currency exchange rate
data from [exchangerate.host](http://exchangerate.host).

## Install

```
pip install tap-exchangeratehost
```

## Run

tap-exchangeratehost -c config.json

If you omit config file, the exchange rates are pulled with EUR as
base currency for the date of execution.

## About this project

This tap was inspired by [tap-exchangeragesapi](https://github.com/singer-io/tap-exchangeratesapi).
It was developed as a replacement of it after the original data source
(https://exchangeratesapi.io) started to require a signup and access key,
which is not ideal for the first example of singer.io.

Developed by ANELEN and friends. Please check out the ANELEN's
[open innovation philosophy and other projects](https://anelen.co/open-source.html)

![ANELEN](https://avatars.githubusercontent.com/u/13533307?s=400&u=a0d24a7330d55ce6db695c5572faf8f490c63898&v=4)

---

Copyright © 2021~ Anelen Co., LLC

            

Raw data

            {
    "_id": null,
    "home_page": "http://github.com/anelendata/tap-exchangeratehost",
    "name": "tap-exchangeratehost",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Daigo Tanaka, Anelen Co., LLC",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/e0/55/458dbad7aa0e1bd4b15cd5ec796b89ea5aced0ac5d9e2a46f70c82d995f7/tap-exchangeratehost-0.1.2.tar.gz",
    "platform": null,
    "description": "# tap-exchangeratehost\n\nA [Singer](https://singer.io) tap to extract currency exchange rate\ndata from [exchangerate.host](http://exchangerate.host).\n\n## Install\n\n```\npip install tap-exchangeratehost\n```\n\n## Run\n\ntap-exchangeratehost -c config.json\n\nIf you omit config file, the exchange rates are pulled with EUR as\nbase currency for the date of execution.\n\n## About this project\n\nThis tap was inspired by [tap-exchangeragesapi](https://github.com/singer-io/tap-exchangeratesapi).\nIt was developed as a replacement of it after the original data source\n(https://exchangeratesapi.io) started to require a signup and access key,\nwhich is not ideal for the first example of singer.io.\n\nDeveloped by ANELEN and friends. Please check out the ANELEN's\n[open innovation philosophy and other projects](https://anelen.co/open-source.html)\n\n![ANELEN](https://avatars.githubusercontent.com/u/13533307?s=400&u=a0d24a7330d55ce6db695c5572faf8f490c63898&v=4)\n\n---\n\nCopyright © 2021~ Anelen Co., LLC\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Singer.io tap for extracting currency exchange rate data from the exchangerate.host API",
    "version": "0.1.2",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cb86e21270c85467a312b6322f0da954fe5243268cf11a447146d2495adb4c3d",
                "md5": "943657dd16a13f16bab4f5d05731a317",
                "sha256": "30c8a28a8f30deef8750a8758e3503cf4b824bb4adf930cfdb5851c03ee25f76"
            },
            "downloads": -1,
            "filename": "tap_exchangeratehost-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "943657dd16a13f16bab4f5d05731a317",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 8428,
            "upload_time": "2023-03-29T16:34:34",
            "upload_time_iso_8601": "2023-03-29T16:34:34.352468Z",
            "url": "https://files.pythonhosted.org/packages/cb/86/e21270c85467a312b6322f0da954fe5243268cf11a447146d2495adb4c3d/tap_exchangeratehost-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e055458dbad7aa0e1bd4b15cd5ec796b89ea5aced0ac5d9e2a46f70c82d995f7",
                "md5": "956fb973778aa9d3463f3e56cf6341b6",
                "sha256": "18867136928c449ec85d61be7c2ff9789f233ba0893275c24dbc2253222a299a"
            },
            "downloads": -1,
            "filename": "tap-exchangeratehost-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "956fb973778aa9d3463f3e56cf6341b6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 7524,
            "upload_time": "2023-03-29T16:34:36",
            "upload_time_iso_8601": "2023-03-29T16:34:36.096771Z",
            "url": "https://files.pythonhosted.org/packages/e0/55/458dbad7aa0e1bd4b15cd5ec796b89ea5aced0ac5d9e2a46f70c82d995f7/tap-exchangeratehost-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-29 16:34:36",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "anelendata",
    "github_project": "tap-exchangeratehost",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "tap-exchangeratehost"
}
        
Elapsed time: 0.05819s