Currex

Latest version: v0.2.0

Safety actively analyzes 722581 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.2.0

Redesigned and refactored currencies so that each currency is an instance of `Currency` instead of a subclass. It improves both code clarity and allows us to define currencies as follows:

python
from currex import Currency

USD = Currency("USD") one dollar

money = Currency("USD", 100) USD(100.00)
money.to("EUR") EUR(95.30)


Improved interactive example and readme.

0.1.2

0.1.1a

0.1.0

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.