Skip to main content

Plants some git-related data into the .egg-info directory of a python package.

Project description

================
egggitinfo README
=================

Overview
========
This is a setuptools plugin that plants some git-related information into the .egg-info directory of a python package. To setuptools this information is refered to as 'metadata'. It is located in a file called 'git_info.txt', and can be retrieved using the from a Distribution object by calling the `get_metadata(name)` method. The 'git_info.txt' file stores the following information in JSON format.

git_branch
----------
Stores the name of the active git branch.

git_remotes
-----------
Stores a JSON object of git remotes, where the key is the name of the remote and the value is the url.

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

egggitinfo-0.1.tar.gz (2.2 kB view hashes)

Uploaded Source

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