Skip to main content

Get to know the latest version of a python package on PyPI.

Project description

verlat

Get to know the latest version of a python package on PyPI.

Use code written by other people and save your time.

Be Dry! You don't need to reinvent the wheel.

Installation

pip install verlat

Usage

from verlat import latest
proj = latest('project_name')
print(f'Version is {proj["version"]}')
print(f'Link {proj["release_url"]}')

Docs for the latest function

Fetches all information about the latest version of a package on PyPI

        **Args:**
            project_name (str): the name of package whose info you want
        **Returns:**
            dict: a dictionary containing all the important keys like
            - author
            - author_email
            - description
            - home_page
            - keywords
            - summary
            - version
            - release_url

Yeah! Its that simple!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

verlat-0.0.2.tar.gz (2.2 kB view hashes)

Uploaded Source

Built Distribution

verlat-0.0.2-py3-none-any.whl (2.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page