Skip to main content

Create an atom feed from git log

Project description

Makefile CI

gitlogfeed

gitlogfeed creates an atom feed from your git log.

Installation

pip install gitlibfeed

When to use?

If your project has plain text documentation (reStrucutedText, markdown or gherkin) you can setup an atom feed with gitlogfeed to notify your users about the changes of your project:

gitlogfeed --repo /path/of/your/git/repo --base-url https://your.site --filter-path docs

The title and summary of the feed entry will be created from the commit message. gitlogfeed creates a html file from the patch and the content of the feed entry will link to the html file.

gitlogfeed uses quite high diff context limit (5000) so the feed entry will contain the whole files not just the changes. You can change the context limit with --diff-limit option:

gitlogfeed --base-url https://your.site --diff-context 10

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

gitlogfeed-0.1.1.tar.gz (7.7 kB view hashes)

Uploaded Source

Built Distribution

gitlogfeed-0.1.1-py3-none-any.whl (8.2 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