Metadata-Version: 2.4
Name: pipslim
Version: 1.0.0
Summary: Create high-order dependency requirement.txt files
Author-email: Mitch Naake <mitch@neutron.au>
Project-URL: Homepage, http://github.com/mitch0s/pipslim
Project-URL: Bug Tracker, https://github.com/mitch0s/pipslim/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: setuptools>=61.0

# PipSlim
> Lightweight Python package used for generating minimal requirements.txt files.
> This package completely removes the need for manually removing unecessary packages included by the `pip freeze` command when generating requirements.txt files.

## Installation
The package can be installed by the Python Package Index (PYPI) using the following command.
> `python -m pip install pipslim`

## Usage
This module provides the `pipslim` command which is a replacement for `pip freeze`.
You can dump package dependencies to requirements.txt using `pipslim > requirements.txt`

## Side-by-Side Comparison

| `pip freeze > requirements.txt` | `pipslim > requirements.txt` |
| --- | --- |
| <img width="188" height="490" alt="image" src="https://github.com/user-attachments/assets/79913ce5-7d0a-4f95-b0d3-277ca7e97edc" /> | <img width="110" height="68" alt="image" src="https://github.com/user-attachments/assets/3402aee8-6a2e-4243-9379-1692d35b6a93" /> |
 
