Metadata-Version: 2.1
Name: tap-exchangeratehost
Version: 0.1.0
Summary: Singer.io tap for extracting currency exchange rate data from the exchangerate.host API
Home-page: http://github.com/anelendata/tap-exchangeratehost
Author: Daigo Tanaka, Anelen Co., LLC
License: UNKNOWN
Description: # 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 &copy; 2021~ Anelen Co., LLC
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
