File: control

package info (click to toggle)
django-shortuuidfield 0.1.3-3.1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 152 kB
  • sloc: python: 55; makefile: 3
file content (28 lines) | stat: -rw-r--r-- 781 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
Source: django-shortuuidfield
Section: python
Priority: optional
Maintainer: Kouhei Maeda <mkouhei@palmtb.net>
Build-Depends:
 debhelper (>= 8.0.0),
 dh-python,
 python3-all,
 python3-setuptools,
 quilt,
Build-Depends-indep:
 python3-django,
 python3-shortuuid,
Standards-Version: 3.9.8
Homepage: https://github.com/nebstrebor/django-shortuuidfield

Package: python3-django-shortuuidfield
Architecture: all
Depends:
 python3-django,
 python3-shortuuid,
 ${misc:Depends},
 ${python3:Depends},
Description: Short UUIDField for Django for Python 3
 For Python 3.
 Provides a ShortUUIDField for your Django models which uses the base-57 "Short
 UUID" package. Originally, a fork from David Cramer's excellent
 django-uuidfield, but not much is left of that besides a bit of structure.