Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 1.27 KB

README.md

File metadata and controls

30 lines (26 loc) · 1.27 KB

CurrencyPy

CurrencyPy was developed in an educational way, with the intention of making currency handling with python easier with a small package and almost no dependencies. A currency class of your choice, operations between different currencies and also friendly representations with code and symbols, among other utilities to use.

Disclaimer

This tool is for educational use only, do not use these values to make financial transactions, converted values may be inaccurate and are not 100% real time, check exchange rates before any transaction.

Progress

V1

V2

  • Refactory and upgrade;
  • Add String Parse;
    • Validade which currency code;
    • Validade string currency.
  • More Tests;
  • Publish to https://pypi.org/.