File: control

package info (click to toggle)
python-applicationinsights 0.10.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 608 kB
  • ctags: 801
  • sloc: python: 4,572; makefile: 3
file content (38 lines) | stat: -rw-r--r-- 1,733 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
35
36
37
38
Source: python-applicationinsights
Section: python
Priority: optional
Maintainer: Debian Azure Packaging Team <pkg-azure-team@lists.alioth.debian.org>
Uploaders: Iain R. Learmonth <irl@debian.org>
Build-Depends: debhelper (>= 9),
               dh-python,
               python-all,
               python3-all,
               python-setuptools,
               python3-setuptools
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-azure/python-applicationinsights.git
Vcs-Git: https://anonscm.debian.org/git/pkg-azure/python-applicationinsights.git
Homepage: https://pypi.python.org/pypi/applicationinsights/

Package: python-applicationinsights
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Description: Azure Application Insights API for Python 2.x
 This package provides an API for Azure Application Insights. Application
 Insights is a service that allows developers to keep their application
 available, performing and succeeding. This Python module will allow you to send
 telemetry of various kinds (event, trace, exception, etc.) to the Application
 Insights service where they can be visualized in the Azure Portal.
 .
 This package contains the Python 2.x module.

Package: python3-applicationinsights
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: Azure Application Insights API for Python 3.x
 Application Insights is a service that allows developers to keep their
 application available, performing and succeeding. This Python module will allow
 you to send telemetry of various kinds (event, trace, exception, etc.) to the
 Application Insights service where they can be visualized in the Azure Portal.
 .
 This package contains the Python 3.x module.