File: control

package info (click to toggle)
sqlparse 0.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 524 kB
  • ctags: 564
  • sloc: python: 4,178; sql: 136; makefile: 114; sh: 23
file content (70 lines) | stat: -rw-r--r-- 2,718 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
Source: sqlparse
Section: python
Priority: optional
Maintainer: Andriy Senkovych <jolly_roger@itblog.org.ua>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 9), dh-python,
 python-all (>= 2.6.5-13~), python3-all (>= 3.2),
 python-sphinx (>= 1.0.7+dfsg),
 python-pytest, python3-pytest,
 python-setuptools, python3-setuptools, pypy-setuptools,
 pypy
Standards-Version: 3.9.8
Homepage: https://github.com/andialbrecht/sqlparse
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/sqlparse.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/sqlparse.git
X-Python-Version: >= 2.5
X-Python3-Version: >= 3.2
Testsuite: autopkgtest

Package: python-sqlparse
Architecture: all
Depends: ${misc:Depends}, ${python:Depends},
Suggests: python-sqlparse-doc (>= 0.1.6-1)
Description: 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.

Package: python3-sqlparse
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Suggests: python-sqlparse-doc (>= 0.1.6-1)
Description: 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.

Package: pypy-sqlparse
Architecture: all
Depends: ${misc:Depends}, ${pypy:Depends},
Suggests: python-sqlparse-doc (>= 0.1.6-1)
Description: 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.

Package: python-sqlparse-doc
Architecture: all
Section: doc
Replaces: python-sqlparse(<< 0.1.6-1)
Breaks: python-sqlparse (<< 0.1.6-1)
Depends: ${sphinxdoc:Depends}, ${misc:Depends}
Description: 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.

Package: sqlformat
Architecture: all
Section: text
Depends: ${misc:Depends}, ${python3:Depends}, python3-sqlparse (= ${binary:Version})
Breaks: python-sqlparse (<< 0.1.12-1), python3-sqlparse(<< 0.1.12-1)
Description: 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).