sqlparse 0.2.2-1ubuntu1 source package in Ubuntu

Changelog

sqlparse (0.2.2-1ubuntu1) bionic; urgency=medium

  * Add test dependency on the 2to3 package, now split out from python.

 -- Steve Langasek <email address hidden>  Tue, 06 Feb 2018 00:00:17 -0800

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
sqlparse_0.2.2.orig.tar.gz 56.6 KiB d446296b2c26f9466860dd85fa32480bec523ab96bda8879262c38e8e8fbba21
sqlparse_0.2.2-1ubuntu1.debian.tar.xz 6.2 KiB 858384240501e83c9d11c12eb0ea230e48e587bcafb20d79f0c649c3951e2aa3
sqlparse_0.2.2-1ubuntu1.dsc 2.6 KiB 20396abdddb42e1f9ca273df85f416d12dce92665c8f8f341611cbedb56c5298

View changes file

Binary packages built by this source

pypy-sqlparse: non-validating SQL parser for PyPy

 Sqlparse is a library which provides support for parsing, splitting and
 customizable formatting of SQL statements in Python environment.
 .
 This is the PyPy version of the package.

python-sqlparse: non-validating SQL parser for Python 2

 Sqlparse is a library which provides support for parsing, splitting and
 customizable formatting of SQL statements in Python environment.
 .
 This is the Python 2 version of the package.

python-sqlparse-doc: documentation for non-validating SQL parser in Python

 Sqlparse is a library which provides support for parsing, splitting and
 customizable formatting of SQL statements in Python environment.
 .
 This package contains HTML documentation for provided module.

python3-sqlparse: non-validating SQL parser for Python 3

 Sqlparse is a library which provides support for parsing, splitting and
 customizable formatting of SQL statements in Python environment.
 .
 This is the Python 3 version of the package.

sqlformat: SQL formatting utility

 The sqlformat command-line tool can be used to reformat SQL file according to
 specified options or prepare a snippet in some programming language (only
 Python and PHP currently supported).