Skip to content

patricktalmeida/pypi-lib-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

PyPI lib checker

This script was developed in order to automate Python libs update check of you project. It reads you requirements.txt file and checks in PyPI if your libs needs to be updated.

Usage

First install required libs.

pip install requests==2.24.0 lxml==4.6.2

Then run the script pypi.py with a requirements.txt in the same directory.

.
├── pypi.py
└── requirements.txt
python pypi.py

Example requirements.txt

In this repository there is a random requirements.txt example file, change it's content with your requirements file.

boto3==1.16.59
PyMySQL==1.0.1
SQLAlchemy==1.3.22
pylertalertmanager==0.1.0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages