File: control

package info (click to toggle)
python-scrapy-djangoitem 1.1.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 136 kB
  • sloc: python: 171; makefile: 3
file content (34 lines) | stat: -rw-r--r-- 1,182 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
29
30
31
32
33
34
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-compat (= 12),
 dh-python,
 python3-all,
 python3-django,
 python3-scrapy,
 python3-setuptools,
 python3-six,
Standards-Version: 4.4.0
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: 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.