An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# nwpackageversions

| nwpackageversions | nwpackageversionscli |
|---|---|
|![codecoverage-nwpackageversions.svg](codecoverage-nwpackageversions.svg)|![codecoverage-nwpackageversionscli.svg](codecoverage-nwpackageversionscli.svg)|

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)