Code Monkey home page Code Monkey logo

pyqt-client's Introduction

Python desktop app

Architecture

  • The ui.py is the entry point for building the app into a .exe file and can be run as a standalone .py script
  • The ui.py calls 3 standalone apps.
  • The scrape_aris.py app spins up a firefox session controlled by selenium and ouputs a .xlsx and raw unstructured data in the form of .xls files.
  • The create_tcs.py script reads up the .xls files into panda dataframes and generates test cases in .xlsx, csv as well as on JIRA directly. The creation on JIRA is handled by the atlassian-api library. Once created the test case ID is saved in the original .xlsx file created earlier. This .xlsx file can be considered as the defacto database of the app. There is no need to switch to a regular database because 1) it is not part of the requirements 2) as of today there is a small volume of data being processed and 3) the testing flexibility offered by using an excel file.
  • The sync.py script reads in the .json created by the create_tcs script and the database to log any differences with the test cases living on the JIRA server
  • The user interface is built thanks to the opensource PyQT5 library. This library serves as a python binding to the popular qt framework written in C++
  • The user interface makes heavy use of the pyqtconfig open source project

Features

pyqt-client's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.