Metadata-Version: 2.4
Name: curc
Version: 1.0.12
Summary: curc is a currency converter.
Project-URL: Repository, https://github.com/igoose1/curc
Author-email: Oskar Sharipov <oskargit@riseup.net>
License-Expression: Apache-2.0
License-File: LICENSE
Keywords: currenc converter,currency,currency rate
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Office/Business :: Financial
Requires-Python: >=3.9
Requires-Dist: requests>=2.32.3
Requires-Dist: xmltodict>=0.14.2
Description-Content-Type: text/x-rst

.. 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.
