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
|
Source: python-scrapy-djangoitem
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders:
Michael Fladischer <fladi@debian.org>,
Build-Depends:
debhelper (>= 11),
dh-python,
python-all,
python-django,
python-scrapy,
python-setuptools,
python-six,
python3-all,
python3-django,
python3-scrapy,
python3-setuptools,
python3-six,
Standards-Version: 4.1.4
Homepage: https://github.com/scrapy-plugins/scrapy-djangoitem
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-scrapy-djangoitem
Vcs-Git: https://salsa.debian.org/python-team/modules/python-scrapy-djangoitem.git
Testsuite: autopkgtest-pkg-python
Package: python-scrapy-djangoitem
Architecture: all
Depends:
python-django,
python-scrapy,
${misc:Depends},
${python:Depends},
Description: Scrapy extension to write scraped items using Django models (Python2 version)
scrapy-djangoitem is an extension that allows you to define Scrapy items using
existing Django models. This utility provides a new class, named DjangoItem,
that you can use as a regular Scrapy item and link it to a Django model with
its django_model attribute.
.
This package contains the Python 2 version of the library.
Package: python3-scrapy-djangoitem
Architecture: all
Depends:
python3-django,
python3-scrapy,
${misc:Depends},
${python3:Depends},
Description: Scrapy extension to write scraped items using Django models (Python3 version)
scrapy-djangoitem is an extension that allows you to define Scrapy items using
existing Django models. This utility provides a new class, named DjangoItem,
that you can use as a regular Scrapy item and link it to a Django model with
its django_model attribute.
.
This package contains the Python 3 version of the library.
|