Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xjh22222228/python-check-updates
⚡️ Find the latest version of your requirements.txt current dependency package.
https://github.com/xjh22222228/python-check-updates
golang pcu pip pip3 python python-check-updates requirements
Last synced: about 2 hours ago
JSON representation
⚡️ Find the latest version of your requirements.txt current dependency package.
- Host: GitHub
- URL: https://github.com/xjh22222228/python-check-updates
- Owner: xjh22222228
- License: mit
- Created: 2020-11-27T14:07:57.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-31T06:05:49.000Z (almost 4 years ago)
- Last Synced: 2024-10-12T19:24:01.272Z (about 1 month ago)
- Topics: golang, pcu, pip, pip3, python, python-check-updates, requirements
- Language: Go
- Homepage:
- Size: 352 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This project is pure entertainment.
这个项目纯碎出于娱乐, `pip` 是更好的包管理工具。
Python Check Updates
## PCU
Find the latest version of your requirements.txt current dependency package.![](media/screenshot.png)
![](media/gif.gif)
## Installation
Shell (Mac, Linux):
```
curl -fsSL https://raw.githubusercontent.com/xjh22222228/python-check-updates/main/install.sh | bash
```## Usage
Show any new dependencies for the project in the current directory:
```bash
$ pcu
Checking /opt/requirements_test.txt
13 / 13 [--------------------------] 100.00% 1 p/s
pytest-cov → 2.10.1
pytest-mock ==2.0.0 → 3.3.1
httpbin ==0.7.0 → 0.7.0
pytest-httpbin <1.0 → 1.0.0
MySQL-python ==1.2.5 → 1.2.5
aliyun-python-sdk-cdn ==2.3.1 → 3.5.8
XlsxWriter ==0.9.3 → 1.3.7
aliyun-python-sdk-core ==2.3.2 → 2.13.29
wheel → 0.35.1
service-identity ==16.0.0 → 18.1.0
pytest >=2.8.0,<=3.10.1 → 6.1.2
zope.interface ==4.3.2 → 5.2.0Done in 1 s.
```## Options
```
-f, --file Specify the file name of the check dependency
package, default 'requirements.txt'
-u, --upgrade Upgrade python-check-updates
-v, --version Output the version number
-c, --check Check the latest version
-h, --help Display help for command
```## Example
```
$ pcu -f=requirements_test.txt$ pcu -v
```## License
[MIT](LICENSE)