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.
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
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 details)
File details
Details for the file egggitinfo-0.1.tar.gz
.
File metadata
- Download URL: egggitinfo-0.1.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0924bf20058e695da80e51503033cccb526deaa3367aacd8e050c98b1f0e56c9 |
|
MD5 | 95787d45e8115fb5de020c241a134b59 |
|
BLAKE2b-256 | 58e0300e21847b27c0e87a48fae6e3fd48b177a83ab8e67f4f977439afda46a3 |