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
|
Source: python-xstatic-angular-uuid
Section: python
Priority: optional
Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
Uploaders:
Thomas Goirand <zigo@debian.org>,
Build-Depends:
debhelper (>= 10),
dh-python,
openstack-pkg-tools,
python3-all,
python3-setuptools,
Standards-Version: 4.2.0
Vcs-Browser: https://salsa.debian.org/openstack-team/xstatic/python-xstatic-angular-uuid
Vcs-Git: https://salsa.debian.org/openstack-team/xstatic/python-xstatic-angular-uuid.git
Homepage: https://github.com/munkychop/angular-uuid
Package: python3-xstatic-angular-uuid
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Description: Angular UUID XStatic support
XStatic is a Python web development tool for handling required static data
files from external projects, such as CSS, images, and JavaScript. It provides
a lightweight infrastructure to manage them via Python modules that your app
can depend on in a portable, virtualenv-friendly way instead of using embedded
copies.
.
Angular-uuid is an AngularJS wrapper for Robert Kieffer's node-uuid, which
provides simple, fast generation of RFC4122 UUIDS. It features:
.
* AngularJS service – no global scope pollution
* Generate RFC4122 version 1 or version 4 UUIDs
* Cryptographically strong random num generation on supporting platforms
* Tiny file size when minified.
|