File: control

package info (click to toggle)
python-django-timescaledb 0.2.13-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 304 kB
  • sloc: python: 512; sh: 20; makefile: 6; sql: 4
file content (29 lines) | stat: -rw-r--r-- 1,003 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
Source: python-django-timescaledb
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Michael Fladischer <fladi@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-setuptools,
Standards-Version: 4.7.0
Homepage: https://github.com/jamessewell/django-timescaledb
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-django-timescaledb
Vcs-Git: https://salsa.debian.org/python-team/packages/python-django-timescaledb.git
Rules-Requires-Root: no

Package: python3-django-timescaledb
Architecture: all
Depends:
 python3-django,
 ${misc:Depends},
 ${python3:Depends},
Description: database backend and tooling for Timescaledb (Python3 version)
 A Django database backend and tooling for Timescaledb. It provides a model
 field and manager to store and retrieve timescale data through the Django ORM.
 .
 This package contains the Python 3 version of the library.