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 71 72 73 74 75 76 77 78 79 80 81 82 83 84
|
Source: peewee
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Adrian Vondendriesch <adrian.vondendriesch@credativ.de>,
Section: python
Priority: optional
Rules-Requires-Root: no
Build-Depends:
cython3,
debhelper-compat (= 13),
dh-python,
help2man,
libsqlite3-dev,
pybuild-plugin-pyproject,
python3-all-dev,
python3-build,
python3-psycopg2,
python3-pytest,
python3-setuptools,
python3-sphinx,
python3-sphinx-rtd-theme,
Standards-Version: 4.7.0
Homepage: https://github.com/coleifer/peewee/
Testsuite: autopkgtest-pkg-pybuild
Vcs-Git: https://salsa.debian.org/python-team/packages/peewee.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/peewee
Package: python3-peewee
Architecture: any
Depends:
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Recommends:
python3-mysqldb | python3-pymysql,
python3-psycopg2,
Suggests:
python-peewee-doc,
Description: Simple ORM for PostgreSQL, MySQL and SQLite (Python 3)
Peewee is a simple and small ORM. It has few (but expressive)
concepts, making it easy to learn and intuitive to use.
.
* A small, expressive ORM
* Written in Python with support for version 3.2+.
* Built-in support for sqlite, MySQL, and PostgreSQL. Numerous
extensions are available (postgres hstore/json/arrays, sqlite
full-text-search, schema migrations, and much more).
.
This is the Python 3 package.
Package: peewee
Architecture: all
Depends:
python3-peewee,
${misc:Depends},
${python3:Depends},
Description: Command line Tools for peewee (Python 3)
Peewee is a simple and small ORM. It has few (but expressive)
concepts, making it easy to learn and intuitive to use.
.
* A small, expressive ORM
* Written in Python with support for version 3.2+.
* Built-in support for sqlite, MySQL, and PostgreSQL numerous
extensions available (postgres hstore/json/arrays, sqlite
full-text-search, schema migrations, and much more).
Package: python-peewee-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends:
${misc:Depends},
${sphinxdoc:Depends},
Description: Documentation pyhton peewee simple ORM
Peewee is a simple and small ORM. It has few (but expressive)
concepts, making it easy to learn and intuitive to use.
.
* A small, expressive ORM
* Written in Python with support for version 3.2+.
* Built-in support for sqlite, MySQL, and PostgreSQL. Numerous
extensions are available (postgres hstore/json/arrays, sqlite
full-text-search, schema migrations, and much more).
.
This package contains HTML documentation for provided module.
|