File: control

package info (click to toggle)
python-typepy 1.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 624 kB
  • sloc: python: 2,886; makefile: 78; sh: 7
file content (39 lines) | stat: -rw-r--r-- 1,057 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
Source: python-typepy
Section: python
Priority: optional
Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
Uploaders:
 Thomas Goirand <zigo@debian.org>,
Build-Depends:
 debhelper-compat (= 11),
 dh-python,
 openstack-pkg-tools,
 python3-all,
 python3-setuptools,
Build-Depends-Indep:
 python3-tcolorpy,
 python3-dateutil,
 python3-pytest,
 python3-mbstrdecoder,
 python3-tz,
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/openstack-team/third-party/python-typepy
Vcs-Git: https://salsa.debian.org/openstack-team/third-party/python-typepy.git
Homepage: https://github.com/thombashi/typepy

Package: python3-typepy
Architecture: all
Depends:
 python3-dateutil,
 python3-mbstrdecoder,
 python3-tz,
 ${misc:Depends},
 ${python3:Depends},
Description: library for variable type checker/validator/converter at a run time
 Typepy is a Python library for variable type checker/validator/converter at a
 run time.
 .
 Feature:
  * checking a value type
  * validate a value for a type
  * convert a value from a type to the other type