Skip to content

sandbox-pokhara/yappr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yappr

Yet another python package updater

Installation

You can install the package via pip:

pip install yappr

Usage

from yappr import Updater

u = Updater("httpx", first_update_interval=0)
u.check_for_updates_loop()

# 04/27/2024 02:35:14 AM - INFO - Checking for updates...
# 04/27/2024 02:35:19 AM - INFO - New version found: 0.23.2 -> 0.27.0
# 04/27/2024 02:35:19 AM - INFO - Collecting new packages...
# 04/27/2024 02:35:26 AM - INFO - Successfully downloaded new version.

License

This project is licensed under the terms of the MIT license.

About

Yet another python package updater

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages