apt-pro


Nameapt-pro JSON
Version 1.1.2 PyPI version JSON
download
home_pagehttps://github.com/jakbin/apt-pro
SummaryA python package for better update and manage your debian packages.
upload_time2025-08-09 12:21:19
maintainerNone
docs_urlNone
authorJak Bin
requires_python>=3.6
licenseNone
keywords python-apt apt package-manager debian apt-pro
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # πŸ“¦ apt-pro

A Python package for better update and manage your Debian packages. An smarter & interactive APT helper for Debian-based systems: maintain a custom watch list, resume interrupted upgrades, filter by patterns, explore dependencies/reverse deps, and upgrade with confidence

[![Python package](https://github.com/jakbin/apt-pro/actions/workflows/publish.yml/badge.svg)](https://github.com/jakbin/apt-pro/actions/workflows/publish.yml)
[![PyPI version](https://badge.fury.io/py/apt-pro.svg)](https://pypi.org/project/apt-pro)
[![Downloads](https://pepy.tech/badge/apt-pro/month)](https://pepy.tech/project/apt-pro)
[![Downloads](https://static.pepy.tech/personalized-badge/apt-pro?period=total&units=international_system&left_color=green&right_color=blue&left_text=Total%20Downloads)](https://pepy.tech/project/apt-pro)
![GitHub commit activity](https://img.shields.io/github/commit-activity/m/jakbin/apt-pro)
![GitHub last commit](https://img.shields.io/github/last-commit/jakbin/apt-pro)

## 🎯 Introduction

Drowning in hundreds of upgradable packages? apt-pro lets you spotlight your critical ones, inspect their dependency graph, and upgrade them cleanlyβ€”without the noise.

When you run `apt list --upgradable` in your terminal, you find around 1000 upgradable packages (if you are using Parrot OS or Kali Linux like distribution). It's hard to find your important package or security releases.  

For this solution, here is "apt-pro"! ✨

## ⭐ Features

- 🎯 **Custom Package List**: Maintain a personalized list of important packages you want to track
- πŸ”„ **Smart Upgrades**: 
  - Upgrade only your selected packages instead of all system packages
  - Resume interrupted upgrades automatically
  - Upgrade packages matching specific patterns (e.g., 'kali-*', 'xfce4-*')
- πŸ“‹ **Easy Management**:
  - Add or remove packages from your tracking list
  - View all upgradable packages from your list
  - Check which packages are up to date
- 🎨 **User-Friendly Interface**: 
  - Colorful and clear output
  - Interactive upgrade process with package-by-package confirmation
  - Clear status indicators for package states
- πŸ’Ύ **Persistent Storage**: Uses SQLite database to remember your package list across sessions

## πŸ–₯️ Demo

![Demo](demo/demo.png)

### βž• Add and Remove Package from Your List
![Demo](demo/demo2.png)

### πŸ” Upgrade Packages Matching a Pattern
![Demo](demo/demo3.png)

## πŸ”§ Compatibility

Python 3.6+ is required.

### πŸ“‹ Requirements

- Debian / Ubuntu / Kali / Parrot (any Debian-based distribution with APT)
- System package: `python3-apt` (usually preinstalled on Debian-based systems)
- Python package: `rich` (installed automatically as a dependency)
- APT tools available: `apt`, `apt-cache`
- (Recommended) sudo privileges for installing/upgrading system packages
- Internet access for fetching package metadata
- SQLite (bundled with Python stdlib) for persistent storage

If `python3-apt` is missing you can install it with:

```sh
sudo apt install python3-apt
```

## πŸ“₯ Installation

```sh
pip install apt-pro
```

or 

```sh
pip3 install apt-pro
```

## πŸš€ Getting Started

```sh
apt-pro -h
```

## βœ… Todo-List

- [x] Pretty Output 
- [x] Update and upgrade packages from Here
- [x] Add or Remove packages from list
- [x] Use SQLite

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/jakbin/apt-pro",
    "name": "apt-pro",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "python-apt, apt, package-manager, debian, apt-pro",
    "author": "Jak Bin",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/e8/ac/0ea117d14999cb4ea194b4adfb30c15c3ffe5b8210f7622516725c15e209/apt-pro-1.1.2.tar.gz",
    "platform": null,
    "description": "# \ud83d\udce6 apt-pro\n\nA Python package for better update and manage your Debian packages. An smarter & interactive APT helper for Debian-based systems: maintain a custom watch list, resume interrupted upgrades, filter by patterns, explore dependencies/reverse deps, and upgrade with confidence\n\n[![Python package](https://github.com/jakbin/apt-pro/actions/workflows/publish.yml/badge.svg)](https://github.com/jakbin/apt-pro/actions/workflows/publish.yml)\n[![PyPI version](https://badge.fury.io/py/apt-pro.svg)](https://pypi.org/project/apt-pro)\n[![Downloads](https://pepy.tech/badge/apt-pro/month)](https://pepy.tech/project/apt-pro)\n[![Downloads](https://static.pepy.tech/personalized-badge/apt-pro?period=total&units=international_system&left_color=green&right_color=blue&left_text=Total%20Downloads)](https://pepy.tech/project/apt-pro)\n![GitHub commit activity](https://img.shields.io/github/commit-activity/m/jakbin/apt-pro)\n![GitHub last commit](https://img.shields.io/github/last-commit/jakbin/apt-pro)\n\n## \ud83c\udfaf Introduction\n\nDrowning in hundreds of upgradable packages? apt-pro lets you spotlight your critical ones, inspect their dependency graph, and upgrade them cleanly\u2014without the noise.\n\nWhen you run `apt list --upgradable` in your terminal, you find around 1000 upgradable packages (if you are using Parrot OS or Kali Linux like distribution). It's hard to find your important package or security releases.  \n\nFor this solution, here is \"apt-pro\"! \u2728\n\n## \u2b50 Features\n\n- \ud83c\udfaf **Custom Package List**: Maintain a personalized list of important packages you want to track\n- \ud83d\udd04 **Smart Upgrades**: \n  - Upgrade only your selected packages instead of all system packages\n  - Resume interrupted upgrades automatically\n  - Upgrade packages matching specific patterns (e.g., 'kali-*', 'xfce4-*')\n- \ud83d\udccb **Easy Management**:\n  - Add or remove packages from your tracking list\n  - View all upgradable packages from your list\n  - Check which packages are up to date\n- \ud83c\udfa8 **User-Friendly Interface**: \n  - Colorful and clear output\n  - Interactive upgrade process with package-by-package confirmation\n  - Clear status indicators for package states\n- \ud83d\udcbe **Persistent Storage**: Uses SQLite database to remember your package list across sessions\n\n## \ud83d\udda5\ufe0f Demo\n\n![Demo](demo/demo.png)\n\n### \u2795 Add and Remove Package from Your List\n![Demo](demo/demo2.png)\n\n### \ud83d\udd0d Upgrade Packages Matching a Pattern\n![Demo](demo/demo3.png)\n\n## \ud83d\udd27 Compatibility\n\nPython 3.6+ is required.\n\n### \ud83d\udccb Requirements\n\n- Debian / Ubuntu / Kali / Parrot (any Debian-based distribution with APT)\n- System package: `python3-apt` (usually preinstalled on Debian-based systems)\n- Python package: `rich` (installed automatically as a dependency)\n- APT tools available: `apt`, `apt-cache`\n- (Recommended) sudo privileges for installing/upgrading system packages\n- Internet access for fetching package metadata\n- SQLite (bundled with Python stdlib) for persistent storage\n\nIf `python3-apt` is missing you can install it with:\n\n```sh\nsudo apt install python3-apt\n```\n\n## \ud83d\udce5 Installation\n\n```sh\npip install apt-pro\n```\n\nor \n\n```sh\npip3 install apt-pro\n```\n\n## \ud83d\ude80 Getting Started\n\n```sh\napt-pro -h\n```\n\n## \u2705 Todo-List\n\n- [x] Pretty Output \n- [x] Update and upgrade packages from Here\n- [x] Add or Remove packages from list\n- [x] Use SQLite\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A python package for better update and manage your debian packages.",
    "version": "1.1.2",
    "project_urls": {
        "Bug Tracker": "https://github.com/jakbin/apt-pro/issues",
        "Homepage": "https://github.com/jakbin/apt-pro"
    },
    "split_keywords": [
        "python-apt",
        " apt",
        " package-manager",
        " debian",
        " apt-pro"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e3e5aa2c63265b901573995c8e442733a18af3cea54008ea3116f6e358e093ea",
                "md5": "40d9cf6647b2d4db72a92d49ed245a2f",
                "sha256": "e772cdff8c7bb574cdc6c9614e69ad5ceaf9661bd603953935980195004f85d7"
            },
            "downloads": -1,
            "filename": "apt_pro-1.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "40d9cf6647b2d4db72a92d49ed245a2f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 8126,
            "upload_time": "2025-08-09T12:21:18",
            "upload_time_iso_8601": "2025-08-09T12:21:18.827018Z",
            "url": "https://files.pythonhosted.org/packages/e3/e5/aa2c63265b901573995c8e442733a18af3cea54008ea3116f6e358e093ea/apt_pro-1.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e8ac0ea117d14999cb4ea194b4adfb30c15c3ffe5b8210f7622516725c15e209",
                "md5": "8e76ee72cd5d4369c3b2efb1a1908d5d",
                "sha256": "a48c618040fde637b0ee5c52020069349d7506d45194d75d702901009b319cab"
            },
            "downloads": -1,
            "filename": "apt-pro-1.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "8e76ee72cd5d4369c3b2efb1a1908d5d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 9067,
            "upload_time": "2025-08-09T12:21:19",
            "upload_time_iso_8601": "2025-08-09T12:21:19.826197Z",
            "url": "https://files.pythonhosted.org/packages/e8/ac/0ea117d14999cb4ea194b4adfb30c15c3ffe5b8210f7622516725c15e209/apt-pro-1.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-09 12:21:19",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jakbin",
    "github_project": "apt-pro",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "apt-pro"
}
        
Elapsed time: 4.58997s