Skip to content

This program is designed to calculate differences in exchange rates.

License

Notifications You must be signed in to change notification settings

lukaszpiotrluczak/task3-dsw

 
 

Repository files navigation

Task 3 DSW: Program for Calculating Exchange Rate Differences

Tests Documentation Status

Poetry Ruff Pre-commit

This program is designed to calculate differences in exchange rates.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Python 3.8 or higher
  • Poetry
  • Git

Installation

  1. 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
  2. Clone the repository: This will create a copy of this project on your local machine.

    git clone https://github.com/Qwizi/task3-dsw
  3. Install dependencies: Navigate into the cloned project's directory and install the necessary dependencies.

    cd task3-dsw
    poetry install
  4. 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

Documentation

https://task3-dsw.readthedocs.io/pl/latest/

Usage

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

Usage

Features check list

  • 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

Legal info

© Copyright by Adrian Ciołek (@Qwizi), Mateusz Cyran (@Kuis03), Kamil Duszyński (@VirdisPl).

About

This program is designed to calculate differences in exchange rates.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%