Kekkai/chart
2025-02-19 14:24:39 +03:00
..
database fix(chart): Fixed a bug with dependency paths 2024-12-16 21:40:22 +03:00
function fix(chart): delete chart marker 'o' 2025-02-19 14:24:39 +03:00
middleware fix(chart): Added a condition, if analytics is disabled in the config, the collection will be 2025-01-09 13:12:57 +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 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
.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 fix(chart): Fixed a bug with dependency paths 2024-12-16 21:40:22 +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 chore(chart): Added dependencies 2025-02-19 13:14:12 +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