File: SOURCES.txt

package info (click to toggle)
python-sql 1.5.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 440 kB
  • sloc: python: 5,016; sh: 9; makefile: 7
file content (51 lines) | stat: -rw-r--r-- 1,140 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
.flake8
.gitlab-ci.yml
.hgtags
.isort.cfg
CHANGELOG
COPYRIGHT
MANIFEST.in
README.rst
setup.py
tox.ini
python_sql.egg-info/PKG-INFO
python_sql.egg-info/SOURCES.txt
python_sql.egg-info/dependency_links.txt
python_sql.egg-info/top_level.txt
sql/__init__.py
sql/aggregate.py
sql/conditionals.py
sql/functions.py
sql/operators.py
sql/tests/__init__.py
sql/tests/test_aggregate.py
sql/tests/test_alias.py
sql/tests/test_as.py
sql/tests/test_cast.py
sql/tests/test_collate.py
sql/tests/test_column.py
sql/tests/test_combining_query.py
sql/tests/test_conditionals.py
sql/tests/test_delete.py
sql/tests/test_excluded.py
sql/tests/test_expression.py
sql/tests/test_flavor.py
sql/tests/test_for.py
sql/tests/test_from.py
sql/tests/test_from_item.py
sql/tests/test_functions.py
sql/tests/test_grouping.py
sql/tests/test_insert.py
sql/tests/test_join.py
sql/tests/test_lateral.py
sql/tests/test_literal.py
sql/tests/test_merge.py
sql/tests/test_operators.py
sql/tests/test_order.py
sql/tests/test_rollup.py
sql/tests/test_select.py
sql/tests/test_table.py
sql/tests/test_update.py
sql/tests/test_values.py
sql/tests/test_window.py
sql/tests/test_with.py