Metadata-Version: 2.1
Name: curc
Version: 1.0.2
Summary: UNKNOWN
Home-page: UNKNOWN
Author: Oskar Sharipov
Author-email: oskarsh@riseup.net
License: Apache License Version 2.0
Description: ====
        curc
        ====
        
        curc is a currency converter.
        
        Install::
        
            python -m pip install curc
        
        Usage::
        
            curc <amount> <from> <to>
        
        Example::
        
            curc 150 usd eur
        
        Use "``curc --help``" for that information.
        
        Use "``curc --list``" to print possible currencies.
        
        Set "``SCRIPTING``" environment variable to print raw result.
        
        More:
        
        - curc loads rates from ECB.
        
        - rates are downloaded just once a day and cached.
        
        - curc was written as everything sucks in response time.
        
        - yes, I know Python sucks too if I want performance in CLI-applications.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Environment :: Console
Classifier: Topic :: Office/Business :: Financial
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
