Metadata-Version: 2.1
Name: curc
Version: 1.0.10
Summary: UNKNOWN
Home-page: UNKNOWN
Author: Oskar Sharipov
Author-email: oskarsh@riseup.net
License: Apache License Version 2.0
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
Requires-Dist: requests
Requires-Dist: xmltodict

.. image:: https://raw.githubusercontent.com/igoose1/curc/master/img/curc.png

====
curc
====

.. image:: https://badge.fury.io/py/curc.svg
    :target: https://badge.fury.io/py/curc

curc is a currency converter.

Installation::

    python -m pip install curc

Usage::

    curc <amount> <from> <to>

Example::

    curc 150 usd eur

Use "``curc --help``" for more information.

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.


