diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 04:07:54 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:37:53 -0400 |
commit | ec0ff38c8bc34b656da20759695bb2bd0748d755 (patch) | |
tree | 61e2bcfb9da83829001a86c6719416046738878d /python/apsw/README | |
parent | bb2357c6a8fd527b5cf2a8e6afc099bb82f7cf22 (diff) | |
download | slackbuilds-ec0ff38c8bc34b656da20759695bb2bd0748d755.tar.gz slackbuilds-ec0ff38c8bc34b656da20759695bb2bd0748d755.tar.xz |
python/apsw: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python/apsw/README')
-rw-r--r-- | python/apsw/README | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/python/apsw/README b/python/apsw/README index ee0623e83c..a62bef6dd0 100644 --- a/python/apsw/README +++ b/python/apsw/README @@ -1,5 +1,6 @@ -APSW is a Python wrapper for the SQLite embedded relational database engine. In -contrast to other wrappers such as pysqlite it focuses on being a minimal layer -over SQLite attempting just to translate the complete SQLite API into Python. -The documentation has a section on the differences between APSW and pysqlite. -APSW supports CPython 2.3 onwards and CPython 3.1 onwards. +APSW is a Python wrapper for the SQLite embedded relational database +engine. In contrast to other wrappers such as pysqlite it focuses on +being a minimal layer over SQLite attempting just to translate the +complete SQLite API into Python. The documentation has a section on +the differences between APSW and pysqlite. APSW supports CPython 2.3 +onwards and CPython 3.1 onwards. |