Metadata-Version: 1.1
Name: solentware-grid
Version: 2.1.2
Summary: Database display classes
Home-page: http://www.solentware.co.uk
Author: Roger Marsh
Author-email: roger.marsh@solentware.co.uk
License: BSD
Description: ========================
        Database display classes
        ========================
        
        .. contents::
        
        
        Description
        ===========
        
        This package provides a grid to display a scrollable list of records from a database accessed using the `solentware-base`_ package.
        
        
        Installation Instructions
        =========================
        
        Install the package by typing
        
           python setup.py install
        
        at the command prompt with setup.py in the current directory.
        
        You may need to give the path and version of Python depending on your system's configuration:
        
           <path to python>/python<version> setup.py install
        
           For example
        
              C:\\Python33\\python setup.py install
        
                 on Microsoft Windows or
        
              python3.3 setup.py install
        
                 on Unix-like systems.
        
        Use `Python`_ 3.3 or later.
        
        
        Notes
        =====
        
        This package was written because I could not find something which behaved like a Delphi DBGrid, as remembered from the late 1990s.
        
        
        .. _`Python`: https://python.org
        .. _`solentware-base`: http://solentware.co.uk/components.html
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development
Classifier: Topic :: Database :: Front-Ends
Classifier: Intended Audience :: Developers
Classifier: Development Status :: 3 - Alpha
