Metadata-Version: 2.1
Name: dexpo
Version: 0.1.8
Summary: Dependency Exposition Boiled Down
Home-page: https://github.com/jackboy2fly/dexpo
License: MIT
Author: Jack Hadaway
Author-email: jack.hadaway@outlook.com
Requires-Python: >=3.11,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: requests (==2.31.0)
Requires-Dist: typer[all] (>=0.9.0,<0.10.0)
Project-URL: Repository, https://github.com/jackboy2fly/dexpo
Description-Content-Type: text/markdown

# Introduction

**Dexpo** is a simple CLI tool for generating basic reports about a given python package's reputation and known vulnerabilites using data from the [PyPI](https://warehouse.pypa.io/api-reference/) and [GitHub](https://docs.github.com/en/rest) APIs.

# Requirements

- Python >= 3.11

# Getting Started

1. Install dexpo `pip install dexpo`

# Usage

```console
$ dexpo pandas
```
![example](https://github.com/jackboy2fly/dexpo/assets/81083035/62bc80a8-0fa7-468f-8515-0af622e42dc2)

