https://github.com/numbworks/nwpackageversions
A Python library that helps with retrieving package information from PyPi.org and comparing them with what you have installed locally.
https://github.com/numbworks/nwpackageversions
dependencies dockerfile module pypi python
Last synced: about 1 month ago
JSON representation
A Python library that helps with retrieving package information from PyPi.org and comparing them with what you have installed locally.
- Host: GitHub
- URL: https://github.com/numbworks/nwpackageversions
- Owner: numbworks
- License: mit
- Created: 2024-10-14T20:45:11.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2026-04-12T22:20:37.000Z (2 months ago)
- Last Synced: 2026-04-13T00:25:05.392Z (2 months ago)
- Topics: dependencies, dockerfile, module, pypi, python
- Language: Python
- Homepage:
- Size: 311 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
# nwpackageversions
| nwpackageversions | nwpackageversionscli |
|---|---|
|||
Contact: numbworks@gmail.com
## Introduction
From the documentation:
> `nwpackageversions` is a library that helps with retrieving package information from PyPi.org and comparing them with what you have installed locally.
> `nwpackageversionscli` is a command-line application built on the top of `nwpackageversions`.
## Getting started
- [Documentation (nwpackageversions)](docs/docs-nwpackageversions.md)
- [Documentation (nwpackageversionscli)](docs/docs-nwpackageversionscli.md)
## Other links
- [LICENSE](LICENSE)