Metadata-Version: 2.1
Name: enpacken
Version: 0.1.0a0.dev0
Summary: Find package installation candidates
Home-page: UNKNOWN
Author: Laurie
Author-email: laurie_opperman@hotmail.com
Maintainer: Laurie
Maintainer-email: laurie_opperman@hotmail.com
License: MIT
Project-URL: Source, https://github.com/EpicWink/enpacken
Project-URL: Bugs, https://github.com/EpicWink/enpacken/issues
Keywords: package wheel distribution platform candidate
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
Provides-Extra: dev
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: pytest-cov ; extra == 'dev'

# enpacken
Find package installation candidates.

## Installation
```bash
pip install enpacken
```

## Usage
```bash
enpacken -h
```


