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
Project details
Release history Release notifications | RSS feed
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 details)
Built Distribution
File details
Details for the file release_finder-0.1.0.tar.gz
.
File metadata
- Download URL: release_finder-0.1.0.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 86c40266ca7ea99cb48d88f0c45937d30105ea59226fdb22eb8c167707fc5a83 |
|
MD5 | a0c91034a3067bd6e0b024b9d5a97d33 |
|
BLAKE2b-256 | 637ef3548d9eb975480fb3fed118b45a03e52b4f60d7e815e084a63986531b1c |
File details
Details for the file release_finder-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: release_finder-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6f5a52994c026036356e793673901038ddfabfaf1c1c532be9b5266e37ff337a |
|
MD5 | 3cd766861b4ffb0f62bb023ec0bd00a9 |
|
BLAKE2b-256 | 7d775e685affae1b617246543673745964629eac370ec98aa8f4af6413d3e4cc |