Skip to main content

Python package that helps you find the latest releases information for a given GitHub repository.

Project description

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

# returns 'v4.1.6'
release_finder.latest_release("https://github.com/utmapp/UTM")

# returns 'v4.1.6'
release_finder.latest_release("https://github.com/utmapp/UTM", "YOUR_ACCESS_TOKEN")

# returns '2023-02-27T02:28:31Z'
release_finder.latest_release_date("https://github.com/utmapp/UTM")

# returns '2023-02-27T02:28:31Z'
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

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

release_finder-0.1.0.tar.gz (2.5 kB view hashes)

Uploaded Source

Built Distribution

release_finder-0.1.0-py3-none-any.whl (3.3 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