Source: neotime
Section: python
Maintainer: Kali Developers <devel@kali.org>
Uploaders: Sophie Brun <sophie@offensive-security.com>
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python3-all,
 python3-pytz,
 python3-setuptools,
 python3-six,
Standards-Version: 4.7.4
Homepage: https://github.com/neo4j-drivers/neotime
Vcs-Browser: https://gitlab.com/kalilinux/packages/neotime
Vcs-Git: https://gitlab.com/kalilinux/packages/neotime.git
Testsuite: autopkgtest-pkg-python

Package: python3-neotime
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Nanosecond-precision temporal types for Python (Python 3)
 This package contains a neotime module that defines classes for working with
 temporal data to nanosecond precision. These classes comprise a similar set to
 that provided by the standard library datetime module. Inspiration has also
 been drawn from ISO-8601.
 .
 This package installs the library for Python 3.
