File: control

package info (click to toggle)
python-shopifyapi 12.7.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 560 kB
  • sloc: python: 1,752; sh: 10; makefile: 9
file content (31 lines) | stat: -rw-r--r-- 1,197 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
Source: python-shopifyapi
Section: python
Priority: optional
Maintainer: Debian Tryton Maintainers <team+tryton-team@tracker.debian.org>
Uploaders: Mathias Behrle <mathiasb@m9s.biz>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-jwt,
               python3-setuptools,
               python3-six,
               python3-yaml,
               python3-pyactiveresource
Standards-Version: 4.7.0
Testsuite: autopkgtest-pkg-pybuild
Homepage: https://github.com/Shopify/shopify_python_api
Vcs-Git: https://salsa.debian.org/tryton-team/python-shopifyapi.git
Vcs-Browser: https://salsa.debian.org/tryton-team/python-shopifyapi
Rules-Requires-Root: no

Package: python3-shopifyapi
Architecture: all
Depends: python3-pyactiveresource,
         ${misc:Depends},
         ${python3:Depends}
Description: Shopify API for Python
 The ShopifyAPI library allows Python developers to programmatically
 access the admin section of stores using an ActiveResource like
 interface similar the ruby Shopify API gem. The library makes HTTP
 requests to Shopify in order to list, create, update, or delete
 resources (e.g. Order, Product, Collection).