Metadata-Version: 2.1
Name: GUIbits
Version: 1.0
Summary: A simple contract-based Graphical User Interface package
Author-email: rnb <talkguibits@gmail.com>
License-File: LICENCE
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/plain

This is a download package for GUIbits version 1.0, a freeware library written in Python which provides a Application Program Interface for a Graphical User Interface based on PyQt.

This download package contains:

 1. The library itself in source form.

 2. Test programs for all the contractors.

 3. A manual, readable with any HTML browser.

 4. My learning journals for the update from GUIbits 0.7.
 
 5. A list of the differences from GUIbits 0.7.

To download the library, in the command line, say, for Unix systems:

  python3 -m pip install guibits1_0
  
or for Windows systems:

  py -m pip install guibits1_0

RNB 17 Apr 23  12:50
