Linux vmi2545633.contaboserver.net 6.1.0-32-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.129-1 (2025-03-06) x86_64
Apache/2.4.62 (Debian)
Server IP : 127.0.0.1 & Your IP : 127.0.0.1
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
doc /
python3-debian /
Delete
Unzip
Name
Size
Permission
Date
Action
examples
[ DIR ]
drwxr-xr-x
2023-07-12 09:40
HISTORY.deb822
1.98
KB
-rw-r--r--
2022-11-20 00:30
NEWS.Debian.gz
554
B
-rw-r--r--
2022-11-20 00:30
README.rst
1.72
KB
-rw-r--r--
2022-11-20 00:30
changelog.gz
3.69
KB
-rw-r--r--
2022-11-20 00:30
copyright
4.23
KB
-rw-r--r--
2022-11-20 00:30
Save
Rename
The `debian` Python modules work with Debian-related data formats, providing a means to read data from files involved in Debian packaging, and the distribution of Debian packages. The ability to create or edit the files is also available for some formats. Currently supported are: * Debtags information (:mod:`debian.debtags` module) * debian/changelog (:mod:`debian.changelog` module) * Packages files, pdiffs (:mod:`debian.debian_support` module) * Control files of single or multiple RFC822-style paragraphs, e.g. debian/control, .changes, .dsc, Packages, Sources, Release, etc. (:mod:`debian.deb822` module) * Raw .deb and .ar files, with (read-only) access to contained files and meta-information (:mod:`debian.debfile` module) `API documentation`_, can be found online and throughout the code. There are examples both within the code and in the examples_ directory. .. _API documentation: https://python-debian-team.pages.debian.net/python-debian/html/ .. _examples: https://salsa.debian.org/python-debian-team/python-debian/tree/master/examples Note that some modules can use `python-apt`_ to speed up processing. .. _python-apt: https://packages.debian.org/unstable/python3-apt Contributions to `python-debian` are most welcome, including expansion of the module's capabilities. If you have a module that is for manipulation or interrogation of Debian specific data then consider adding it to this package. Please discuss your ideas on the `mailing list`_, make merge requests via the `salsa repository`_, and see the :ref:`Contributing` section of this documentation. .. _mailing list: mailto:pkg-python-debian-maint@lists.alioth.debian.org .. _salsa repository: https://salsa.debian.org/python-debian-team/python-debian