Metadata-Version: 2.1
Name: pyrates-cl
Version: 0.2
Summary: Currency Conversion
Home-page: https://github.com/lindeneg/pyrates-cl
Author: Christian Lindeneg
Author-email: christian@lindeneg.org
License: UNKNOWN
Description: PyRates
        =============
        PyRates supports conversion between 54 currency rates
        -------
        Can be used as:
        - Package/Module
        - CLI
        - GUI
        
        The rates are fetched by webscraping x-rates.com and saved locally
        
        In order to keep get-requests to a minimum, rates are only updated if they are older than 30 minutes
        
        The base currency is by default: Euro. Work in progress to let the user change the base currency at will
        
        # [Documentation](https://github.com/Lindeneg/pyrates-cl/tree/0.2/docs)
Keywords: currency conversion
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
