https://github.com/zachdtaylor/pyp
A wrapper around pip that adds packages to a requirements file automatically
https://github.com/zachdtaylor/pyp
Last synced: 4 months ago
JSON representation
A wrapper around pip that adds packages to a requirements file automatically
- Host: GitHub
- URL: https://github.com/zachdtaylor/pyp
- Owner: zachdtaylor
- License: mit
- Created: 2020-07-04T04:26:07.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-20T15:48:28.000Z (about 1 year ago)
- Last Synced: 2024-11-14T19:14:53.461Z (5 months ago)
- Language: Python
- Size: 25.4 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- jimsghstars - zachdtaylor/pyp - A wrapper around pip that adds packages to a requirements file automatically (Python)
README
# pyp
A wrapper around pip that adds packages to a requirements file automaticallyExample usage:
```console
$ pyp install pip-install-test
```## Installation
```console
$ pip install pyp-manager
````pyp` currently works in python 3 **only** and it relies on the `pip` command being available.
## Supported `pip` Commands
The following commands from `pip` are supported in `pyp`.
- `install`