This program is designed to calculate differences in exchange rates.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Python 3.8 or higher
- Poetry
- Git
-
Install Poetry: Poetry is a tool for dependency management and packaging in Python. You can use pipx to install it globally, which is recommended.
pipx install poetry
-
Clone the repository: This will create a copy of this project on your local machine.
git clone https://github.com/Qwizi/task3-dsw
-
Install dependencies: Navigate into the cloned project's directory and install the necessary dependencies.
cd task3-dsw poetry install
-
Activate the virtual environment and install pre-commit hooks: This step ensures that the hooks are installed and active.
poetry shell pre-commit install --hook-type pre-commit --hook-type pre-push
https://task3-dsw.readthedocs.io/pl/latest/
After following the installation steps, you can start using the program to calculate exchange rate differences. (Provide instructions on how to use the program here)
Run program in interactive mode with verbose
cd task3_dsw
python main.py -i -v
- Konfiguracja walut
- Wprowadzanie danych płatności
- Pobieranie kursów walut
- Wyliczanie różnic kursowych
- Zapis danych do pliku
- Dokumentacja
- Obsługa błędów i walidacja danych
- Pomoc i instrukcja
- Standardy Nazewnictwa i Komentarze
- Raport Projektowy
- Przestrzeganie Standardów PEP 8
- Dokumentacja Kodu
- Wprowadzanie danych faktury
- Podsumowanie płatności
- Optymalizacja Wydajności
- Tryb wsadowy i dokumentacja
- Tryp interaktywny
- Zarządzanie Kodem za Pomocą Git
- Testowanie Jednostkowe
© Copyright by Adrian Ciołek (@Qwizi), Mateusz Cyran (@Kuis03), Kamil Duszyński (@VirdisPl).