A fork of qgrid using trusted publishing.
To reduce the changes required to adopt this fork, the project is installed as
qgridtrusted
and the Python package is imported as qgrid
. For details of how
to use the qgrid
package see README.rst.
Pull requests including automated tests are welcome.
This fork should:
- Be easy to install
- Be compatible with recent releases of its dependencies
- Minimise changes to the Python code (see below)
Command to view the changes to the Python code:
git diff 877b420d3bd83297bbcc97202b914001a85afff2.. '*.py'
Command to view a summary of the number of lines changed using cloc:
cloc --vcs=git --include-lang=Python --diff 877b420d3bd83297bbcc97202b914001a85afff2 HEAD