Metadata-Version: 2.1
Name: list-ppa
Version: 1.5
Summary: A little commandline tool to list available ppas from ubuntu
Author-email: Excited Bore <brunt-curry-wobble@duck.com>
Project-URL: Homepage, https://github.com/excited-bore/list-ppa
Project-URL: Bug Tracker, https://github.com/excited-bore/list-ppa/issues
Keywords: list-ppa,setuptools,ubuntu,argcomplete
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: bs4
Requires-Dist: requests
Requires-Dist: prompt_toolkit>=3.0.20
Requires-Dist: argcomplete

## List-ppa

Fetch and list all available ppas from https://launchpad.net/ubuntu/+ppas  

Available on with pip/pipx: https://pypi.org/project/list-ppa/  
Very simple script that doesn't use any parameters.  
It does take a while for it to look up all the possible ppas, therefor it is not adviced to run it constantly but rather to keep the output of the script in a file which you can regenerate every so often.  

Depends on:  
    [bs4](https://pypi.org/project/bs4/),  
    [requests](https://pypi.org/project/requests/)  

## Installation:  

```
sudo apt install pipx 
pipx ensurepath
pipx install list-ppa
```  

