release-finder
release-finder
is a Python package that helps you find the latest releases information for a given GitHub repository.
Installation
Install the release-finder
using the package manager pip.
pip install release-finder
Usage
import release_finder
release_finder.latest_release("https://github.com/utmapp/UTM")
release_finder.latest_release("https://github.com/utmapp/UTM", "YOUR_ACCESS_TOKEN")
release_finder.latest_release_date("https://github.com/utmapp/UTM")
release_finder.latest_release_date("https://github.com/utmapp/UTM", "YOUR_ACCESS_TOKEN")
Contributing
Pull requests are welcome. Please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
License
MIT