Skip to main content

Find changelog for github repository, local dir, parse changelog

Project description

Installation

python3 -m pip install --user dephell_changelogs

Usage

Get changelog url:

from dephell_changelogs import get_changelog_url

url = get_changelog_url('dephell')
url = get_changelog_url('https://dephell.readthedocs.io/')
url = get_changelog_url('https://github.com/dephell/dephell/')

Parse changelog:

from dephell_changelogs import parse_changelog

parsed = parse_changelog(url)
parsed['0.8.0']
# 'New commands:\n\n+ [dephell package bug]...'

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

dephell_changelogs-0.0.1.tar.gz (6.7 kB view hashes)

Uploaded Source

Built Distribution

dephell_changelogs-0.0.1-py3-none-any.whl (7.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