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.
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.
- Create Currency Object;
- Create simple currency converter;
-
Add source https://api.exchangerate-api.com/v4/latest/discontinued - Add source https://www.exchangerate-api.com/docs/standard-requests.
-
- Check locale in;
- Windows;
- Windows 10.
- Linux;
- Fedora 32.
- Windows;
- Create simple currency converter;
- Refactory;
- Set default iso_code based in current locale if not provided;
- Check logic of operators and conversions;
- Create tests.
- Refactory and upgrade;
- Add String Parse;
- Validade which currency code;
- Validade string currency.
- More Tests;
- Publish to https://pypi.org/.