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.
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
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