Metadata-Version: 2.4
Name: curc
Version: 1.0.14
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.12
Requires-Dist: httpx>=0.28.1
Requires-Dist: xmltodict>=0.14.2
Description-Content-Type: text/markdown

![image](https://raw.githubusercontent.com/igoose1/curc/main/img/curc.png)

# curc

[![image](https://badge.fury.io/py/curc.svg)](https://badge.fury.io/py/curc)

curc is a currency converter.

Usage:

    curc <amount> <from> <to>

Invoke directly with [uvx][uvx]:

    uvx curc 150 usd eur

Or install with pip:

    pip install curc

More:

-   curc loads rates from [ECB][ECB].
-   rates are downloaded once a day and cached in /tmp.

[uvx]: https://docs.astral.sh/uv/
[ECB]: https://www.ecb.europa.eu/
