File: control

package info (click to toggle)
api-hour 0.8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 188 kB
  • sloc: python: 363; makefile: 3
file content (29 lines) | stat: -rw-r--r-- 1,181 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
Source: api-hour
Section: python
Priority: optional
Maintainer: Piotr Ożarowski <piotr@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 9), dh-python,
               python3-all,
               python3-gunicorn,
               python3-aiohttp,
               python3-setproctitle,
               python3-setuptools,
               python3-yaml,
Standards-Version: 3.9.8
Homepage: http://www.api-hour.io
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/api-hour.git
Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/api-hour.git

Package: python3-api-hour
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
Description: lightweight daemon framework to write AsyncIO based applications
 API Hour was created to answer the need for a simple, robust, and super-fast
 server-side environment to build very efficient Daemons with ease.
 .
 By default, API-Hour Starter Kit (Cookiecutter) creates for you a HTTP daemon
 to develop WebServices.
 .
 With API-Hour, you can quickly convert any AsyncIO server library to
 multi-processing daemon, ready for production.