Metadata-Version: 2.1
Name: amps
Version: 0.0.3
Summary: Arch Linux package scanner
Home-page: https://github.com/isaacmg00/amps
Author: Isaac Garcia
Author-email: isaacmg123@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Classifier: Environment :: Console
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: beautifulsoup4 (==4.12.0)
Requires-Dist: distro (==1.7.0)
Requires-Dist: lxml (==4.9.1)
Requires-Dist: python-dotenv (==1.0.0)
Requires-Dist: requests (==2.28.1)
Requires-Dist: rich (==13.3.3)

Amps (Are My Packages Safe?) - A package scanner for Arch Linux based systems
=======================================
[![PyPI version](http://img.shields.io/pypi/v/distro.svg)](https://pypi.org/project/amps/)
[![Supported Python Versions](https://img.shields.io/pypi/pyversions/distro.svg)](https://img.shields.io/pypi/pyversions/distro.svg)
[![Is Wheel](https://img.shields.io/pypi/wheel/distro.svg?style=flat)](https://pypi.org/project/amps/)

`amps` scans all packages installed via pacman on your system and provides you a simple report of those with open CVE's reported [here.](https://security.archlinux.org/)

Amps currently only supports Arch Linux based systems, but [apt](https://manpages.ubuntu.com/manpages/xenial/man8/apt.8.html), [dpkg](https://wiki.debian.org/dpkg), and [dnf](https://docs.fedoraproject.org/en-US/fedora/latest/system-administrators-guide/package-management/DNF/) capabilities are planned to work for more devices.

## Installation

Via PyPI:
```shell
pip install amps
```

As a python script:
```shell
curl -O https://raw.githubusercontent.com/isaacmg00/amps/main/amps/amps.py
python amps.py
```
