Skip to main content

RAD - database, GUI, reports

Project description

The RAD (rapid application development) system.

(code less, make more)
Based on:
q2db (https://pypi.org/project/q2db)
q2gui (https://pypi.org/project/q2gui)
q2report (https://pypi.org/project/q2report)

Read the docs

System requirements:

Python >= 3.9

Install & run - Launcher (https://github.com/AndreiPuchko/q2radlauncher)

Go to the download page https://github.com/AndreiPuchko/q2radlauncher/releases/latest

and download file for your OS:

Windows: q2radlauncher.exe

Linux: q2radlauncher-linux.zip

macOS: q2radlauncher-macos.zip

Install & run - Python script

Windows (wget)

wget https://raw.githubusercontent.com/AndreiPuchko/q2rad/main/install/get-q2rad.py  -O get-q2rad.py | py get-q2rad.py; del get-q2rad.py

Windows (curl)

curl https://raw.githubusercontent.com/AndreiPuchko/q2rad/main/install/get-q2rad.py | python

Linux

wget https://raw.githubusercontent.com/AndreiPuchko/q2rad/main/install/get-q2rad.py -O - | python3 

macOS

curl https://raw.githubusercontent.com/AndreiPuchko/q2rad/main/install/get-q2rad.py | python3 

Install & run - terminal

Windows (Powershell)

mkdir q2rad;`
cd q2rad;`
py -m venv q2rad;
q2rad/Scripts/python -m pip install q2rad;`
q2rad/Scripts/q2rad

Linux/macOS

mkdir -p q2rad && \
cd q2rad && \
python3 -m venv q2rad && \
q2rad/bin/python3 -m pip install --upgrade q2rad && \
q2rad/bin/q2rad

Concept:

Application as a database

Forms:        #  may have main menu (menubar) definitions
              #  may be linked to database table
    
    Lines:    #  form fields(type of data and type of form control) and 
              #  layout definitions
              #  when form is linked to database - database columns definitions
    
    Actions:  #  applies for database linked forms
              #  may be standard CRUD-action 
              #  or 
              #  run a script (run reports, forms and etc)
              #  or
              #  may have linked subforms (one-to-many)

Modules:      #  python scripts

Queries:      #  query development and debugging tool

Reports:      #  multiformat (HTML, DOCX, XLSX) reporting tool 

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

q2rad-0.1.288.tar.gz (131.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

q2rad-0.1.288-py3-none-any.whl (151.6 kB view details)

Uploaded Python 3

File details

Details for the file q2rad-0.1.288.tar.gz.

File metadata

  • Download URL: q2rad-0.1.288.tar.gz
  • Upload date:
  • Size: 131.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.5.0 CPython/3.11.7 Windows/10

File hashes

Hashes for q2rad-0.1.288.tar.gz
Algorithm Hash digest
SHA256 77a2a5aa59acea7a307116ea8ceac6b5f4ff2c27e4f6eba9b6cc0e91c0ac7b94
MD5 437129c3343ff2d40bc04e890bc685b1
BLAKE2b-256 5723c60e7c12e03a1170674e67b615b0d21705b5d205093e85ed411e813ca572

See more details on using hashes here.

File details

Details for the file q2rad-0.1.288-py3-none-any.whl.

File metadata

  • Download URL: q2rad-0.1.288-py3-none-any.whl
  • Upload date:
  • Size: 151.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.5.0 CPython/3.11.7 Windows/10

File hashes

Hashes for q2rad-0.1.288-py3-none-any.whl
Algorithm Hash digest
SHA256 9312f726b241ce40c5532cd7c561d497e630abba8ef9dc7ba41c6429b1696c8f
MD5 bfea989857c973dd5a166c10e8f9bfa4
BLAKE2b-256 17b0474ca491d8d2a6078210a7b44d192b5255beaa7aac26fbb03ec2e35227e7

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page