id int64 0 458k | file_name stringlengths 4 119 | file_path stringlengths 14 227 | content stringlengths 24 9.96M | size int64 24 9.96M | language stringclasses 1
value | extension stringclasses 14
values | total_lines int64 1 219k | avg_line_length float64 2.52 4.63M | max_line_length int64 5 9.91M | alphanum_fraction float64 0 1 | repo_name stringlengths 7 101 | repo_stars int64 100 139k | repo_forks int64 0 26.4k | repo_open_issues int64 0 2.27k | repo_license stringclasses 12
values | repo_extraction_date stringclasses 433
values |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
15,700 | contact.py | translate_pootle/tests/forms/contact.py | # -*- coding: utf-8 -*-
#
# Copyright (C) Pootle contributors.
#
# This file is a part of the Pootle project. It is distributed under the GPL3
# or later license. See the LICENSE file for a copy of the license and the
# AUTHORS file for copyright and authorship information.
from __future__ import absolute_import
impo... | 9,854 | Python | .tac | 253 | 32.83004 | 77 | 0.65806 | translate/pootle | 1,486 | 288 | 526 | GPL-3.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,701 | contact_form.txt | translate_pootle/pootle/templates/contact_form/contact_form.txt | Username: {% if request.user.is_authenticated %}{{ request.user.username }}{% else %}anonymous user{% endif %}
Current URL: {{ request.META.HTTP_REFERER }}
IP address: {{ ip_address }}
User-Agent: {{ request.META.HTTP_USER_AGENT }}
{% block email_body %}{{ body|escape }}{% endblock %}
| 287 | Python | .tac | 5 | 56.2 | 110 | 0.683274 | translate/pootle | 1,486 | 288 | 526 | GPL-3.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,702 | xhr_contact_form.html | translate_pootle/pootle/templates/contact_form/xhr_contact_form.html | {% load i18n locale %}
{% get_current_language as LANGUAGE_CODE %}
<div id="contact" class="popup-form" dir="{% locale_dir %}">
<div id="js-contact">
<h1>{{ contact_form_title }}</h1>
{% block contact_preamble %}
<p>
{% blocktrans trimmed %}
Please fill in all the fields.
{% endblocktran... | 909 | Python | .tac | 31 | 23.612903 | 80 | 0.552392 | translate/pootle | 1,486 | 288 | 526 | GPL-3.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,703 | contact_form.html | translate_pootle/pootle/templates/contact_form/contact_form.html | {% extends 'welcome.html' %}
{% block scripts_extra %}
{{ block.super }}
<script type="text/javascript">
$(function () {
PTL.contact.open({url: '{% url "pootle-contact-xhr" %}'});
});
</script>
{% endblock %}
| 218 | Python | .tac | 9 | 22.222222 | 62 | 0.610577 | translate/pootle | 1,486 | 288 | 526 | GPL-3.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,704 | contact.js | translate_pootle/pootle/static/js/contact.js | /*
* Copyright (C) Pootle contributors.
*
* This file is a part of the Pootle project. It is distributed under the GPL3
* or later license. See the LICENSE file for a copy of the license and the
* AUTHORS file for copyright and authorship information.
*/
import $ from 'jquery';
import 'jquery-magnific-popup';
im... | 3,601 | Python | .tac | 135 | 21.17037 | 78 | 0.587962 | translate/pootle | 1,486 | 288 | 526 | GPL-3.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,705 | jquery.flot.stack.js | translate_pootle/pootle/static/js/vendor/jquery/jquery.flot.stack.js | /* Flot plugin for stacking bars (mix of positive and negative).
Copyright (c) 2007-2012 IOLA and Ole Laursen.
Licensed under the MIT license.
Based on the jquery.flot.stack plugin and stackpercent plugin by skeleton9
Modified by ericliao 2013-1-29 to support stacking of positive and negative values
IMPORTANT: Only... | 2,464 | Python | .tac | 57 | 31.263158 | 103 | 0.542415 | translate/pootle | 1,486 | 288 | 526 | GPL-3.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,706 | contact.css | translate_pootle/pootle/static/css/contact.css | /*
* Copyright (C) Pootle contributors.
*
* This file is a part of the Pootle project. It is distributed under the GPL3
* or later license. See the LICENSE file for a copy of the license and the
* AUTHORS file for copyright and authorship information.
*/
/*
* CONTACT PAGE
*/
#contact label[for="id_captcha_ans... | 501 | Python | .tac | 25 | 18.08 | 78 | 0.722458 | translate/pootle | 1,486 | 288 | 526 | GPL-3.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,707 | pootle.wsgi | translate_pootle/docker/app/wsgi/pootle.wsgi | #!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Copyright (C) Pootle contributors.
#
# This file is a part of the Pootle project. It is distributed under the GPL3
# or later license. See the LICENSE file for a copy of the license and the
# AUTHORS file for copyright and authorship information.
import os
from django... | 729 | Python | .wsgi | 18 | 39.111111 | 77 | 0.755682 | translate/pootle | 1,486 | 288 | 526 | GPL-3.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,708 | pootle-uwsgi.ini | translate_pootle/docker/app/wsgi/pootle-uwsgi.ini | [uwsgi]
chdir = /app
virtualenv = /app
socket = /var/run/pootle/pootle.sock
wsgi-file = wsgi/pootle.wsgi
pythonpath = /app/src
pythonpath = /app/lib/python2.7/site-packages/pootle/apps
env = DJANGO_SETTINGS_MODULE=pootle.settings
POOTLE_SETTINGS=/app/pootle.conf
master = true
vacuum = true
processes = 2
enable-thre... | 676 | Python | .wsgi | 29 | 22.172414 | 57 | 0.795981 | translate/pootle | 1,486 | 288 | 526 | GPL-3.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,709 | apache-wsgi.py | translate_pootle/docs/server/apache-wsgi.py | #!/usr/bin/env python
# -*- coding: utf-8 -*-
import os
import site
import sys
# You probably will need to change these paths to match your deployment,
# most likely because of the Python version you are using.
ALLDIRS = [
'/var/www/pootle/env/lib/python2.7/site-packages',
'/var/www/pootle/env/lib/python2.7/... | 1,407 | Python | .wsgi | 39 | 32.487179 | 72 | 0.735793 | translate/pootle | 1,486 | 288 | 526 | GPL-3.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,710 | goal.py | rpm-software-management_dnf/dnf/goal.py | # goal.py
# Customized hawkey.Goal
#
# Copyright (C) 2014-2016 Red Hat, Inc.
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
# the GNU General Public License v.2, or (at your option) any later version.
# This program is ... | 1,101 | Python | .py | 22 | 48.954545 | 77 | 0.787372 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,711 | const.py.in | rpm-software-management_dnf/dnf/const.py.in | # const.py
# dnf constants.
#
# Copyright (C) 2012-2015 Red Hat, Inc.
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
# the GNU General Public License v.2, or (at your option) any later version.
# This program is distri... | 2,393 | Python | .py | 53 | 42.264151 | 105 | 0.738442 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,712 | util.py | rpm-software-management_dnf/dnf/util.py | # util.py
# Basic dnf utils.
#
# Copyright (C) 2012-2016 Red Hat, Inc.
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
# the GNU General Public License v.2, or (at your option) any later version.
# This program is distri... | 21,294 | Python | .py | 546 | 31.091575 | 99 | 0.628549 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,713 | lock.py | rpm-software-management_dnf/dnf/lock.py | # lock.py
# DNF Locking Subsystem.
#
# Copyright (C) 2013-2016 Red Hat, Inc.
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
# the GNU General Public License v.2, or (at your option) any later version.
# This program is ... | 5,322 | Python | .py | 125 | 33.136 | 82 | 0.607074 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,714 | transaction.py | rpm-software-management_dnf/dnf/transaction.py | # -*- coding: utf-8 -*-
# transaction.py
# Managing the transaction to be passed to RPM.
#
# Copyright (C) 2013-2018 Red Hat, Inc.
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
# the GNU General Public License v.2, or... | 4,397 | Python | .py | 103 | 39.737864 | 93 | 0.770185 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,715 | persistor.py | rpm-software-management_dnf/dnf/persistor.py | # persistor.py
# Persistence data container.
#
# Copyright (C) 2013-2016 Red Hat, Inc.
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
# the GNU General Public License v.2, or (at your option) any later version.
# This p... | 4,694 | Python | .py | 117 | 32.632479 | 80 | 0.649978 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,716 | sack.py | rpm-software-management_dnf/dnf/sack.py | # sack.py
# The dnf.Sack class, derived from hawkey.Sack
#
# Copyright (C) 2012-2016 Red Hat, Inc.
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
# the GNU General Public License v.2, or (at your option) any later versi... | 3,043 | Python | .py | 71 | 37.859155 | 147 | 0.717905 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,717 | drpm.py | rpm-software-management_dnf/dnf/drpm.py | # drpm.py
# Delta RPM support
#
# Copyright (C) 2012-2016 Red Hat, Inc.
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
# the GNU General Public License v.2, or (at your option) any later version.
# This program is distr... | 6,352 | Python | .py | 156 | 32.205128 | 78 | 0.629294 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,718 | match_counter.py | rpm-software-management_dnf/dnf/match_counter.py | # match_counter.py
# Implements class MatchCounter.
#
# Copyright (C) 2012-2016 Red Hat, Inc.
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
# the GNU General Public License v.2, or (at your option) any later version.
#... | 3,924 | Python | .py | 95 | 34.221053 | 93 | 0.644865 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,719 | plugin.py | rpm-software-management_dnf/dnf/plugin.py | # plugin.py
# The interface for building DNF plugins.
#
# Copyright (C) 2012-2016 Red Hat, Inc.
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
# the GNU General Public License v.2, or (at your option) any later version.... | 9,593 | Python | .py | 233 | 32.403433 | 98 | 0.626638 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,720 | transaction_sr.py | rpm-software-management_dnf/dnf/transaction_sr.py | # Copyright (C) 2020 Red Hat, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in ... | 26,209 | Python | .py | 529 | 37.557656 | 136 | 0.598497 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,721 | history.py | rpm-software-management_dnf/dnf/history.py | # history.py
# Interfaces to the history of transactions.
#
# Copyright (C) 2013-2018 Red Hat, Inc.
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
# the GNU General Public License v.2, or (at your option) any later vers... | 1,150 | Python | .py | 22 | 51.136364 | 77 | 0.784889 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,722 | logging.py | rpm-software-management_dnf/dnf/logging.py | # logging.py
# DNF Logging Subsystem.
#
# Copyright (C) 2013-2016 Red Hat, Inc.
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
# the GNU General Public License v.2, or (at your option) any later version.
# This program ... | 10,354 | Python | .py | 250 | 34.256 | 108 | 0.669286 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,723 | repodict.py | rpm-software-management_dnf/dnf/repodict.py | # repodict.py
# Managing repo configuration in DNF.
#
# Copyright (C) 2013-2016 Red Hat, Inc.
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
# the GNU General Public License v.2, or (at your option) any later version.
#... | 5,158 | Python | .py | 120 | 34.025 | 94 | 0.619342 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,724 | i18n.py | rpm-software-management_dnf/dnf/i18n.py | # i18n.py
#
# Copyright (C) 2012-2016 Red Hat, Inc.
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
# the GNU General Public License v.2, or (at your option) any later version.
# This program is distributed in the hope t... | 12,321 | Python | .py | 297 | 33.666667 | 84 | 0.622712 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,725 | selector.py | rpm-software-management_dnf/dnf/selector.py | # selector.py
# DNF specific hawkey.Selector handling.
#
# Copyright (C) 2012-2016 Red Hat, Inc.
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
# the GNU General Public License v.2, or (at your option) any later version... | 1,125 | Python | .py | 22 | 50.045455 | 77 | 0.789282 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,726 | callback.py | rpm-software-management_dnf/dnf/callback.py | # callbacks.py
# Abstract interfaces to communicate progress on tasks.
#
# Copyright (C) 2014-2015 Red Hat, Inc.
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
# the GNU General Public License v.2, or (at your option) ... | 3,724 | Python | .py | 90 | 37.011111 | 82 | 0.714643 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,727 | subject.py | rpm-software-management_dnf/dnf/subject.py | # subject.py
# Implements Subject.
#
# Copyright (C) 2012-2016 Red Hat, Inc.
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
# the GNU General Public License v.2, or (at your option) any later version.
# This program is ... | 1,150 | Python | .py | 23 | 48.913043 | 77 | 0.784889 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,728 | repo.py | rpm-software-management_dnf/dnf/repo.py | # repo.py
# DNF Repository objects.
#
# Copyright (C) 2013-2016 Red Hat, Inc.
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
# the GNU General Public License v.2, or (at your option) any later version.
# This program is... | 20,804 | Python | .py | 527 | 31.455408 | 115 | 0.635393 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,729 | __init__.py | rpm-software-management_dnf/dnf/__init__.py | # __init__.py
# The toplevel DNF package.
#
# Copyright (C) 2012-2016 Red Hat, Inc.
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
# the GNU General Public License v.2, or (at your option) any later version.
# This prog... | 1,389 | Python | .py | 31 | 43.612903 | 81 | 0.781065 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,730 | package.py | rpm-software-management_dnf/dnf/package.py | # package.py
# Module defining the dnf.Package class.
#
# Copyright (C) 2012-2016 Red Hat, Inc.
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
# the GNU General Public License v.2, or (at your option) any later version.... | 11,302 | Python | .py | 292 | 30.791096 | 120 | 0.642212 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,731 | base.py | rpm-software-management_dnf/dnf/base.py | # Copyright 2005 Duke University
# Copyright (C) 2012-2018 Red Hat, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later versio... | 120,876 | Python | .py | 2,510 | 34.959363 | 119 | 0.571878 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,732 | comps.py | rpm-software-management_dnf/dnf/comps.py | # comps.py
# Interface to libcomps.
#
# Copyright (C) 2013-2018 Red Hat, Inc.
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
# the GNU General Public License v.2, or (at your option) any later version.
# This program is... | 25,019 | Python | .py | 601 | 32.710483 | 103 | 0.62484 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,733 | pycomp.py | rpm-software-management_dnf/dnf/pycomp.py | # pycomp.py
# Python 2 and Python 3 compatibility module
#
# Copyright (C) 2013-2016 Red Hat, Inc.
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
# the GNU General Public License v.2, or (at your option) any later versi... | 3,604 | Python | .py | 101 | 31.118812 | 77 | 0.721283 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,734 | query.py | rpm-software-management_dnf/dnf/query.py | # query.py
# Implements Query.
#
# Copyright (C) 2012-2016 Red Hat, Inc.
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
# the GNU General Public License v.2, or (at your option) any later version.
# This program is dist... | 1,661 | Python | .py | 41 | 37.560976 | 77 | 0.748139 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,735 | exceptions.py | rpm-software-management_dnf/dnf/exceptions.py | # This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# bu... | 6,035 | Python | .py | 148 | 32.736486 | 92 | 0.623715 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,736 | dnssec.py | rpm-software-management_dnf/dnf/dnssec.py | # dnssec.py
# DNS extension for automatic GPG key verification
#
# Copyright (C) 2012-2018 Red Hat, Inc.
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
# the GNU General Public License v.2, or (at your option) any later... | 12,524 | Python | .py | 290 | 33.851724 | 99 | 0.608564 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,737 | crypto.py | rpm-software-management_dnf/dnf/crypto.py | # crypto.py
# Keys and signatures.
#
# Copyright (C) 2014 Red Hat, Inc.
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
# the GNU General Public License v.2, or (at your option) any later version.
# This program is dist... | 5,705 | Python | .py | 133 | 36.992481 | 105 | 0.682294 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,738 | history.py | rpm-software-management_dnf/dnf/db/history.py | # -*- coding: utf-8 -*-
# Copyright (C) 2009, 2012-2018 Red Hat, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version... | 14,885 | Python | .py | 414 | 28.014493 | 105 | 0.633616 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,739 | __init__.py | rpm-software-management_dnf/dnf/db/__init__.py | # Copyright (C) 2017 Red Hat, Inc.
#
# DNF database subpackage
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# Th... | 778 | Python | .py | 17 | 44.764706 | 79 | 0.780552 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,740 | group.py | rpm-software-management_dnf/dnf/db/group.py | # -*- coding: utf-8 -*-
# Copyright (C) 2017-2018 Red Hat, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# T... | 15,494 | Python | .py | 338 | 35.254438 | 119 | 0.625149 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,741 | emitter.py | rpm-software-management_dnf/dnf/automatic/emitter.py | # emitter.py
# Emitters for dnf-automatic.
#
# Copyright (C) 2014-2016 Red Hat, Inc.
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
# the GNU General Public License v.2, or (at your option) any later version.
# This pro... | 6,840 | Python | .py | 166 | 33.457831 | 79 | 0.63241 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,742 | __init__.py | rpm-software-management_dnf/dnf/automatic/__init__.py | # __init__.py
# dnf.automatic toplevel.
#
# Copyright (C) 2014 Red Hat, Inc.
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
# the GNU General Public License v.2, or (at your option) any later version.
# This program is... | 997 | Python | .py | 19 | 51.473684 | 77 | 0.780164 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,743 | main.py | rpm-software-management_dnf/dnf/automatic/main.py | # __init__.py
# dnf.automatic CLI
#
# Copyright (C) 2014-2016 Red Hat, Inc.
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
# the GNU General Public License v.2, or (at your option) any later version.
# This program is d... | 15,682 | Python | .py | 341 | 35.72434 | 106 | 0.624894 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,744 | __init__.py | rpm-software-management_dnf/dnf/yum/__init__.py | # __init__.py
# The legacy YUM subpackage.
#
# Copyright (C) 2013 Red Hat, Inc.
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
# the GNU General Public License v.2, or (at your option) any later version.
# This program... | 1,000 | Python | .py | 19 | 51.631579 | 77 | 0.779817 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,745 | rpmtrans.py | rpm-software-management_dnf/dnf/yum/rpmtrans.py | # This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# bu... | 16,037 | Python | .py | 371 | 33.851752 | 100 | 0.62944 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,746 | misc.py | rpm-software-management_dnf/dnf/yum/misc.py | # misc.py
# Copyright (C) 2012-2016 Red Hat, Inc.
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
# the GNU General Public License v.2, or (at your option) any later version.
# This program is distributed in the hope tha... | 11,030 | Python | .py | 279 | 32.344086 | 93 | 0.631692 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,747 | option_parser.py | rpm-software-management_dnf/dnf/cli/option_parser.py | # optparse.py
# CLI options parser.
#
# Copyright (C) 2014-2016 Red Hat, Inc.
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
# the GNU General Public License v.2, or (at your option) any later version.
# This program is... | 24,187 | Python | .py | 411 | 41.082725 | 100 | 0.532935 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,748 | aliases.py | rpm-software-management_dnf/dnf/cli/aliases.py | # aliases.py
# Resolving aliases in CLI arguments.
#
# Copyright (C) 2018 Red Hat, Inc.
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
# the GNU General Public License v.2, or (at your option) any later version.
# This ... | 7,133 | Python | .py | 177 | 30.033898 | 79 | 0.594829 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,749 | cli.py | rpm-software-management_dnf/dnf/cli/cli.py | # Copyright 2005 Duke University
# Copyright (C) 2012-2016 Red Hat, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later versio... | 44,801 | Python | .py | 920 | 36.336957 | 109 | 0.593657 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,750 | output.py | rpm-software-management_dnf/dnf/cli/output.py | # Copyright 2005 Duke University
# Copyright (C) 2012-2016 Red Hat, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later versio... | 89,077 | Python | .py | 1,908 | 33.280398 | 134 | 0.532409 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,751 | format.py | rpm-software-management_dnf/dnf/cli/format.py | # Copyright (C) 2013-2016 Red Hat, Inc.
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
# the GNU General Public License v.2, or (at your option) any later version.
# This program is distributed in the hope that it will ... | 3,846 | Python | .py | 90 | 36.1 | 77 | 0.648049 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,752 | demand.py | rpm-software-management_dnf/dnf/cli/demand.py | # demand.py
# Demand sheet and related classes.
#
# Copyright (C) 2014-2015 Red Hat, Inc.
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
# the GNU General Public License v.2, or (at your option) any later version.
# Th... | 2,535 | Python | .py | 55 | 41.272727 | 82 | 0.709717 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,753 | utils.py | rpm-software-management_dnf/dnf/cli/utils.py | # Copyright (C) 2016 Red Hat, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in... | 4,818 | Python | .py | 110 | 34.127273 | 80 | 0.566489 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,754 | completion_helper.py.in | rpm-software-management_dnf/dnf/cli/completion_helper.py.in | #!@PYTHON_EXECUTABLE@
#
# This file is part of dnf.
#
# Copyright 2015 (C) Igor Gnatenko <i.gnatenko.brain@gmail.com>
# Copyright 2016 (C) Red Hat, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Fou... | 7,462 | Python | .py | 166 | 35.89759 | 96 | 0.640171 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,755 | __init__.py | rpm-software-management_dnf/dnf/cli/__init__.py | # __init__.py
# DNF cli subpackage.
#
# Copyright (C) 2012-2016 Red Hat, Inc.
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
# the GNU General Public License v.2, or (at your option) any later version.
# This program is... | 1,221 | Python | .py | 26 | 45.461538 | 77 | 0.77395 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,756 | term.py | rpm-software-management_dnf/dnf/cli/term.py | # Copyright (C) 2013-2014 Red Hat, Inc.
# Terminal routines.
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
# the GNU General Public License v.2, or (at your option) any later version.
# This program is distributed in ... | 14,682 | Python | .py | 344 | 33.680233 | 79 | 0.594347 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,757 | progress.py | rpm-software-management_dnf/dnf/cli/progress.py | # Copyright (C) 2013-2016 Red Hat, Inc.
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
# the GNU General Public License v.2, or (at your option) any later version.
# This program is distributed in the hope that it will ... | 7,609 | Python | .py | 181 | 31.845304 | 98 | 0.562171 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,758 | main.py | rpm-software-management_dnf/dnf/cli/main.py | # Copyright 2005 Duke University
# Copyright (C) 2012-2016 Red Hat, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later versio... | 6,988 | Python | .py | 184 | 30.467391 | 114 | 0.635612 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,759 | module.py | rpm-software-management_dnf/dnf/cli/commands/module.py | # supplies the 'module' command.
#
# Copyright (C) 2014-2017 Red Hat, Inc.
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
# the GNU General Public License v.2, or (at your option) any later version.
# This program is d... | 16,882 | Python | .py | 348 | 34.692529 | 100 | 0.579149 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,760 | downgrade.py | rpm-software-management_dnf/dnf/cli/commands/downgrade.py | # downgrade.py
# Downgrade CLI command.
#
# Copyright (C) 2014-2016 Red Hat, Inc.
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
# the GNU General Public License v.2, or (at your option) any later version.
# This progra... | 2,325 | Python | .py | 50 | 40.58 | 81 | 0.708425 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,761 | deplist.py | rpm-software-management_dnf/dnf/cli/commands/deplist.py | #
# Copyright (C) 2016 Red Hat, Inc.
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
# the GNU General Public License v.2, or (at your option) any later version.
# This program is distributed in the hope that it will be ... | 1,510 | Python | .py | 31 | 46.258065 | 115 | 0.7673 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,762 | repolist.py | rpm-software-management_dnf/dnf/cli/commands/repolist.py | # repolist.py
# repolist CLI command.
#
# Copyright (C) 2014-2016 Red Hat, Inc.
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
# the GNU General Public License v.2, or (at your option) any later version.
# This program ... | 12,922 | Python | .py | 256 | 35.066406 | 96 | 0.508709 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,763 | updateinfo.py | rpm-software-management_dnf/dnf/cli/commands/updateinfo.py | # updateinfo.py
# UpdateInfo CLI command.
#
# Copyright (C) 2014-2016 Red Hat, Inc.
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
# the GNU General Public License v.2, or (at your option) any later version.
# This prog... | 19,002 | Python | .py | 363 | 39.699725 | 105 | 0.582997 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,764 | remove.py | rpm-software-management_dnf/dnf/cli/commands/remove.py | # remove_command.py
# Remove CLI command.
#
# Copyright (C) 2012-2016 Red Hat, Inc.
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
# the GNU General Public License v.2, or (at your option) any later version.
# This prog... | 6,606 | Python | .py | 143 | 34.216783 | 92 | 0.593731 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,765 | check.py | rpm-software-management_dnf/dnf/cli/commands/check.py | #
# Copyright (C) 2016 Red Hat, Inc.
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
# the GNU General Public License v.2, or (at your option) any later version.
# This program is distributed in the hope that it will be ... | 7,231 | Python | .py | 134 | 37.641791 | 115 | 0.542426 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,766 | alias.py | rpm-software-management_dnf/dnf/cli/commands/alias.py | # alias.py
# Alias CLI command.
#
# Copyright (C) 2018 Red Hat, Inc.
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
# the GNU General Public License v.2, or (at your option) any later version.
# This program is distribu... | 7,088 | Python | .py | 164 | 33.341463 | 91 | 0.597391 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,767 | history.py | rpm-software-management_dnf/dnf/cli/commands/history.py | # Copyright 2006 Duke University
# Copyright (C) 2012-2016 Red Hat, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later versio... | 17,957 | Python | .py | 344 | 37.854651 | 111 | 0.569061 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,768 | search.py | rpm-software-management_dnf/dnf/cli/commands/search.py | # search.py
# Search CLI command.
#
# Copyright (C) 2012-2016 Red Hat, Inc.
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
# the GNU General Public License v.2, or (at your option) any later version.
# This program is d... | 6,306 | Python | .py | 137 | 36.248175 | 95 | 0.61357 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,769 | repoquery.py | rpm-software-management_dnf/dnf/cli/commands/repoquery.py | #
# Copyright (C) 2014 Red Hat, Inc.
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
# the GNU General Public License v.2, or (at your option) any later version.
# This program is distributed in the hope that it will be ... | 35,768 | Python | .py | 660 | 39.7 | 111 | 0.564944 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,770 | distrosync.py | rpm-software-management_dnf/dnf/cli/commands/distrosync.py | # distrosync.py
# distro-sync CLI command.
#
# Copyright (C) 2012-2016 Red Hat, Inc.
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
# the GNU General Public License v.2, or (at your option) any later version.
# This pro... | 1,951 | Python | .py | 41 | 43.780488 | 84 | 0.74619 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,771 | reinstall.py | rpm-software-management_dnf/dnf/cli/commands/reinstall.py | # reinstall.py
# Reinstall CLI command.
#
# Copyright (C) 2014-2016 Red Hat, Inc.
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
# the GNU General Public License v.2, or (at your option) any later version.
# This progra... | 4,189 | Python | .py | 89 | 36.573034 | 85 | 0.626223 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,772 | upgrade.py | rpm-software-management_dnf/dnf/cli/commands/upgrade.py | # upgrade.py
# Upgrade CLI command.
#
# Copyright (C) 2014-2016 Red Hat, Inc.
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
# the GNU General Public License v.2, or (at your option) any later version.
# This program is... | 4,887 | Python | .py | 109 | 35.366972 | 85 | 0.638924 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,773 | autoremove.py | rpm-software-management_dnf/dnf/cli/commands/autoremove.py | # autoremove.py
# Autoremove CLI command.
#
# Copyright (C) 2014-2016 Red Hat, Inc.
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
# the GNU General Public License v.2, or (at your option) any later version.
# This prog... | 3,046 | Python | .py | 65 | 38.646154 | 80 | 0.671607 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,774 | swap.py | rpm-software-management_dnf/dnf/cli/commands/swap.py | #
# Copyright (C) 2016 Red Hat, Inc.
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
# the GNU General Public License v.2, or (at your option) any later version.
# This program is distributed in the hope that it will be ... | 2,625 | Python | .py | 55 | 42.545455 | 100 | 0.7125 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,775 | __init__.py | rpm-software-management_dnf/dnf/cli/commands/__init__.py | # Copyright 2006 Duke University
# Copyright (C) 2012-2016 Red Hat, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later versio... | 32,332 | Python | .py | 682 | 33.475073 | 97 | 0.561217 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,776 | makecache.py | rpm-software-management_dnf/dnf/cli/commands/makecache.py | # makecache.py
# Makecache CLI command.
#
# Copyright (C) 2014-2016 Red Hat, Inc.
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
# the GNU General Public License v.2, or (at your option) any later version.
# This progra... | 1,901 | Python | .py | 43 | 40.627907 | 77 | 0.737979 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,777 | clean.py | rpm-software-management_dnf/dnf/cli/commands/clean.py | # clean.py
# Clean CLI command.
#
# Copyright (C) 2014-2016 Red Hat, Inc.
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
# the GNU General Public License v.2, or (at your option) any later version.
# This program is dis... | 4,462 | Python | .py | 104 | 35.163462 | 89 | 0.638857 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,778 | shell.py | rpm-software-management_dnf/dnf/cli/commands/shell.py | # shell.py
# Shell CLI command.
#
# Copyright (C) 2016 Red Hat, Inc.
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
# the GNU General Public License v.2, or (at your option) any later version.
# This program is distribu... | 9,836 | Python | .py | 250 | 28.668 | 97 | 0.547846 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,779 | mark.py | rpm-software-management_dnf/dnf/cli/commands/mark.py | # mark.py
# Mark CLI command.
#
# Copyright (C) 2015-2016 Red Hat, Inc.
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
# the GNU General Public License v.2, or (at your option) any later version.
# This program is distr... | 3,534 | Python | .py | 78 | 37.525641 | 94 | 0.657841 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,780 | upgrademinimal.py | rpm-software-management_dnf/dnf/cli/commands/upgrademinimal.py | #
# Copyright (C) 2016 Red Hat, Inc.
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
# the GNU General Public License v.2, or (at your option) any later version.
# This program is distributed in the hope that it will be ... | 1,799 | Python | .py | 35 | 46.971429 | 80 | 0.73777 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,781 | install.py | rpm-software-management_dnf/dnf/cli/commands/install.py | # install.py
# Install CLI command.
#
# Copyright (C) 2014-2016 Red Hat, Inc.
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
# the GNU General Public License v.2, or (at your option) any later version.
# This program is... | 7,916 | Python | .py | 162 | 37.271605 | 98 | 0.607221 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,782 | group.py | rpm-software-management_dnf/dnf/cli/commands/group.py | # group.py
# Group CLI command.
#
# Copyright (C) 2012-2016 Red Hat, Inc.
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
# the GNU General Public License v.2, or (at your option) any later version.
# This program is dis... | 14,961 | Python | .py | 358 | 29.597765 | 92 | 0.552461 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,783 | __init__.py | rpm-software-management_dnf/dnf/module/__init__.py | # Copyright (C) 2017 Red Hat, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in... | 1,262 | Python | .py | 28 | 43.25 | 95 | 0.745735 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,784 | exceptions.py | rpm-software-management_dnf/dnf/module/exceptions.py | # supplies the 'module' command.
#
# Copyright (C) 2014-2017 Red Hat, Inc.
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
# the GNU General Public License v.2, or (at your option) any later version.
# This program is d... | 3,654 | Python | .py | 66 | 50.5 | 105 | 0.722861 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,785 | module_base.py | rpm-software-management_dnf/dnf/module/module_base.py | # Copyright (C) 2017-2018 Red Hat, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distribut... | 41,537 | Python | .py | 768 | 37.869792 | 100 | 0.559046 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,786 | substitutions.py | rpm-software-management_dnf/dnf/conf/substitutions.py | # substitutions.py
# Config file substitutions.
#
# Copyright (C) 2012-2016 Red Hat, Inc.
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
# the GNU General Public License v.2, or (at your option) any later version.
# Thi... | 3,815 | Python | .py | 86 | 35.104651 | 115 | 0.616958 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,787 | config.py | rpm-software-management_dnf/dnf/conf/config.py | # dnf configuration classes.
#
# Copyright (C) 2016-2017 Red Hat, Inc.
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
# the GNU General Public License v.2, or (at your option) any later version.
# This program is distri... | 21,634 | Python | .py | 461 | 34.401302 | 120 | 0.573425 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,788 | __init__.py | rpm-software-management_dnf/dnf/conf/__init__.py | # conf.py
# dnf configuration classes.
#
# Copyright (C) 2012-2016 Red Hat, Inc.
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
# the GNU General Public License v.2, or (at your option) any later version.
# This program... | 1,977 | Python | .py | 38 | 50.657895 | 82 | 0.79855 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,789 | read.py | rpm-software-management_dnf/dnf/conf/read.py | # read.py
# Reading configuration from files.
#
# Copyright (C) 2014-2017 Red Hat, Inc.
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
# the GNU General Public License v.2, or (at your option) any later version.
# This ... | 5,259 | Python | .py | 112 | 36.071429 | 99 | 0.600858 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,790 | error.py | rpm-software-management_dnf/dnf/rpm/error.py | # error.py
# RpmUtilsError
#
# Copyright (C) 2012-2016 Red Hat, Inc.
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
# the GNU General Public License v.2, or (at your option) any later version.
# This program is distribu... | 1,030 | Python | .py | 21 | 47.809524 | 77 | 0.785714 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,791 | miscutils.py | rpm-software-management_dnf/dnf/rpm/miscutils.py | # This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# bu... | 3,906 | Python | .py | 99 | 33.40404 | 83 | 0.667632 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,792 | transaction.py | rpm-software-management_dnf/dnf/rpm/transaction.py | #
# Client code for Update Agent
# Copyright (c) 1999-2002 Red Hat, Inc. Distributed under GPL.
#
# Adrian Likins <alikins@redhat.com>
# Some Edits by Seth Vidal <skvidal@phy.duke.edu>
#
# a couple of classes wrapping up transactions so that we
# can share transactions instead of creating new ones all over
... | 4,375 | Python | .py | 119 | 27.058824 | 94 | 0.580676 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,793 | __init__.py | rpm-software-management_dnf/dnf/rpm/__init__.py | # __init__.py
#
# Copyright (C) 2012-2016 Red Hat, Inc.
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
# the GNU General Public License v.2, or (at your option) any later version.
# This program is distributed in the ho... | 4,837 | Python | .py | 117 | 34.615385 | 99 | 0.630047 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,794 | connection.py | rpm-software-management_dnf/dnf/rpm/connection.py | # connection.py
# Maintain RPMDB connections.
#
# Copyright (C) 2012-2016 Red Hat, Inc.
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
# the GNU General Public License v.2, or (at your option) any later version.
# This ... | 1,369 | Python | .py | 30 | 43.433333 | 77 | 0.773783 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,795 | test_plugin.py | rpm-software-management_dnf/tests/test_plugin.py | # -*- coding: utf-8 -*-
# Copyright (C) 2013-2018 Red Hat, Inc.
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
# the GNU General Public License v.2, or (at your option) any later version.
# This program is distributed ... | 3,844 | Python | .py | 84 | 39.416667 | 82 | 0.686563 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,796 | test_goal.py | rpm-software-management_dnf/tests/test_goal.py | # -*- coding: utf-8 -*-
# Copyright (C) 2014-2018 Red Hat, Inc.
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
# the GNU General Public License v.2, or (at your option) any later version.
# This program is distributed ... | 2,616 | Python | .py | 47 | 50.851064 | 160 | 0.743941 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,797 | test_provides.py | rpm-software-management_dnf/tests/test_provides.py | # -*- coding: utf-8 -*-
# Copyright (C) 2012-2018 Red Hat, Inc.
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
# the GNU General Public License v.2, or (at your option) any later version.
# This program is distributed ... | 1,765 | Python | .py | 32 | 51.625 | 97 | 0.732019 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,798 | test_history.py | rpm-software-management_dnf/tests/test_history.py | # -*- coding: utf-8 -*-
# Copyright (C) 2012-2018 Red Hat, Inc.
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
# the GNU General Public License v.2, or (at your option) any later version.
# This program is distributed ... | 20,057 | Python | .py | 395 | 41.298734 | 101 | 0.615231 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |
15,799 | test_package.py | rpm-software-management_dnf/tests/test_package.py | # -*- coding: utf-8 -*-
# Copyright (C) 2012-2018 Red Hat, Inc.
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
# the GNU General Public License v.2, or (at your option) any later version.
# This program is distributed ... | 5,397 | Python | .py | 106 | 43.773585 | 100 | 0.68509 | rpm-software-management/dnf | 1,227 | 411 | 56 | GPL-2.0 | 9/5/2024, 5:11:58 PM (Europe/Amsterdam) |