Skip to content

Parses Debian contents files to get a list of all the packages and their associated files

Notifications You must be signed in to change notification settings

AnbyKatz/contents-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Debian Contents Parser

Overview

Very basic Python package to parse Debian Contents files.

Easiest way to run the code is to create a virtual environment, install the package to the environment with pip and then run through the exposed entry-point cli commands. See Setup-tools for more information on the package management system.

Install via:

python -m venv .venv
# Activate your environemt with:
#      `source .venv/bin/activate` on Unix/macOS
# or   `.venv\Scripts\activate` on Windows
pip install --editable .

Run with the following commands, making sure to source the environment created above FIRST:

contents-parser -a amd64
# Run contents-parser --help for more info

About

Parses Debian contents files to get a list of all the packages and their associated files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages