File: control

package info (click to toggle)
python-django-pint 0.7.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 432 kB
  • sloc: python: 1,531; makefile: 28; sh: 12
file content (70 lines) | stat: -rw-r--r-- 2,273 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: python-django-pint
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-python,
 pybuild-plugin-pyproject,
 python-pandas-doc,
 python-scipy-doc,
 python-sklearn-doc,
 python3-all,
 python3-django,
 python3-doc,
 python3-matplotlib,
 python3-numpy,
 python3-pandas,
 python3-pint,
 python3-pypandoc,
 python3-pytest,
 python3-pytest-cov,
 python3-pytest-django,
 python3-recommonmark,
 python3-scipy,
 python3-setuptools,
 python3-setuptools-scm,
 python3-sklearn,
 python3-sphinx,
 python3-sphinx-rtd-theme,
 sphinx-doc,
Standards-Version: 4.6.2
Homepage: https://github.com/CarliJoy/django-pint/
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-django-pint
Vcs-Git: https://salsa.debian.org/python-team/packages/python-django-pint.git
Rules-Requires-Root: no

Package: python-django-pint-doc
Section: doc
Architecture: all
Depends:
 ${misc:Depends},
 ${sphinxdoc:Depends},
Description: Django Quantity Field (Documentation)
 A small Django field extension allowing you to store quantities in certain
 units and perform conversions easily. Uses pint behind the scenes. Also
 contains a form field class and form widget that allows a user to choose
 alternative units to input data. The cleaned_data will output the value in the
 base_units defined for the field, eg: you specify you want to store a value in
 grams but will allow users to input either grams or ounces.
 .
 This package contains the documentation.

Package: python3-django-pint
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Suggests:
 python-django-pint-doc,
Description: Django Quantity Field (Python3 version)
 A small Django field extension allowing you to store quantities in certain
 units and perform conversions easily. Uses pint behind the scenes. Also
 contains a form field class and form widget that allows a user to choose
 alternative units to input data. The cleaned_data will output the value in the
 base_units defined for the field, eg: you specify you want to store a value in
 grams but will allow users to input either grams or ounces.
 .
 This package contains the Python 3 version of the library.