File: project.py

package info (click to toggle)
py-postgresql 1.2.1%2Bgit20180803.ef7b9a9-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,620 kB
  • sloc: python: 18,317; ansic: 2,024; sql: 282; sh: 26; makefile: 22
file content (12 lines) | stat: -rw-r--r-- 255 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
"""
Project information.
"""

name = 'py-postgresql'
identity = 'http://github.com/python-postgres/fe'

meaculpa = 'Python+Postgres'
abstract = 'Driver and tools library for PostgreSQL'

version_info = (1, 2, 1)
version = '.'.join(map(str, version_info))