Metadata-Version: 2.1
Name: dexpo
Version: 0.1.1
Summary: Dependency Exposition Boiled Down
Author: Jack Hadaway
Author-email: jack.hadaway@outlook.com
Requires-Python: >=3.11,<4.0
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)
Description-Content-Type: text/markdown

# Introduction

**Dexpo** is a simple CLI tool for generating basic reports about a given package using data from the [libraries.io API](https://libraries.io).

**Disclaimer**: Only PyPI and NPM projects are currently supported.

# Requirements

- Python >= 3.11.6
- [libraries.io](https://libraries.io) account

# Getting Started

1. Create a [libraries.io](https://libraries.io) account and get your api key from the settings page.
2. You must include your private `--api-key` value as an argument or store it in an environment variable called `LIBRARIESIO_API_KEY`
3. Install dexpo `pip install dexpo`

# Usage

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

