Kekkai/chart
2025-03-03 10:40:06 +03:00
..
database chore(chart): rename config file, yaml to hjson 2025-03-03 10:39:43 +03:00
function chore(chart): convert tabs to space 2025-03-02 21:08:47 +03:00
middleware chore(chart): rename config file, yaml to hjson 2025-03-03 10:39:43 +03:00
routes chore(chart): I put pylint ignore where it's needed. Fixed an error with arguments, paths of imports of local modules 2024-12-16 22:24:26 +03:00
utils сhore(chart): Made parsing and converting hjson to json 2025-03-03 10:38:53 +03:00
.gitignore chore(chart): add gitignore 2025-01-04 23:52:38 +03:00
Dockerfile chore(docker): Rejection of alpine version of python due to long build time and dependency issues 2025-01-03 13:28:21 +03:00
main.py chore(chart): rename config file, yaml to hjson 2025-03-03 10:39:43 +03:00
mypy.ini mypy, pylint 2024-10-06 20:49:33 +03:00
pylintrc mypy, pylint 2024-10-06 20:49:33 +03:00
README.md chore(readme): Returned and added third-party library licences, split them into each separate file for the microservice 2024-12-20 16:25:43 +03:00
requirements.txt deps(chart): Replaced pyyaml with hjson. 2025-03-03 10:40:06 +03:00

This microservice generates graphs of currency exchange rates using Python and the matplotlib library. It retrieves historical exchange rate data from an internal database and visualizes the data in the form of line charts

Third-Party Libraries and Licenses