From e2abc9e2d06e584d2d354c856c3eccf181f2f09e Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Tue, 30 Oct 2018 16:43:10 -0500 Subject: [PATCH] Mention data validation --- README.rst | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index c1fdff8..c6ac409 100644 --- a/README.rst +++ b/README.rst @@ -29,11 +29,12 @@ Short Documentation PGWUI_Core stands for `PostgreSQL`_ Web User Interface Core. -A Python framework for creating `PostgreSQL`_ web user interfaces. The -focus is on interfaces supporting bulk data upload or download, on -execution of batches of arbitrary SQL, and on transactions. A -distinguishing feature is an emphasis on discovering and reporting as -many errors as is possible per bulk interaction with the database. +A Python framework for creating `PostgreSQL`_ web user interfaces. +The focus is on interfaces supporting validation during bulk data +upload, supporting bulk download, on execution of batches of arbitrary +SQL, and on transactions. A distinguishing feature is an emphasis on +discovering and reporting as many errors as is possible per bulk +interaction with the database. PGWUI_Core is a framework based on the `Pyramid`_ framework. It provides modular and extendable capabilities, allowing you to -- 2.34.1