File: control

package info (click to toggle)
aiohttp-cors 0.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 324 kB
  • sloc: python: 1,735; makefile: 11
file content (28 lines) | stat: -rw-r--r-- 903 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: aiohttp-cors
Section: python
Priority: optional
Maintainer: Brandon Weeks <bweeks@google.com>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends:
  debhelper (>= 11),
  dh-python,
  python3,
  python3-aiohttp,
  python3-pytest,
  python3-selenium,
  python3-setuptools
Standards-Version: 4.2.1
Homepage: https://github.com/aio-libs/aiohttp-cors
X-Python3-Version: >= 3.5
Vcs-Git: https://salsa.debian.org/python-team/modules/aiohttp-cors.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/aiohttp-cors
Testsuite: autopkgtest-pkg-python

Package: python3-aiohttp-cors
Architecture: all
Depends:
  ${python3:Depends},
  ${misc:Depends}
Description: Cross Origin Resource Sharing (CORS) support for aiohttp
 aiohttp_cors library implements Cross Origin Resource Sharing (CORS) support
 for aiohttp asyncio-powered asynchronous HTTP server.