distro_tracker.vendor.debian

A package containing Debian-specific functionality of Distro Tracker.

distro_tracker.vendor.debian.models

distro_tracker.vendor.debian.rules

distro_tracker.vendor.debian.tracker_package_tables

Debian specific fields for package tables.

class distro_tracker.vendor.debian.tracker_package_tables.UpstreamTableField[source]

Bases: distro_tracker.core.package_tables.BaseTableField

This table field displays information regarding the upstream version. It displays the package’s upstream version with a link to the source code

column_name = 'Upstream'
slug = 'debian_upstream'
template_name = 'debian/package-table-fields/upstream.html'
context(package)[source]

Should return a dictionary representing context variables necessary for the package table field. When the field’s template is rendered, it will have access to the values in this dictionary.

classmethod unregister_plugin()

distro_tracker.vendor.debian.tracker_panels

distro_tracker.vendor.debian.tracker_tasks

distro_tracker.vendor.debian.tracker_urls

The URL routes for the vendor.debian app.

distro_tracker.vendor.debian.views

Views for the distro_tracker.vendor.debian app.

class distro_tracker.vendor.debian.views.CodeSearchView(**kwargs)[source]

Bases: django.views.generic.base.View

BASE_URL = 'https://codesearch.debian.net/search'
get(request)[source]