No project description provided
Project description
A Python utility to automagically update the package version from the git history and generate the Changelog
Overview
Pyhist is a Python utility to automagically update the package version from the git history and generate the Changelog. Inspired by the Conventional Commits specification, this tool inspects the commits history and calculates the new version.
First steps
- Init: initializes the pyhist from the current git history and creates a
.pyhistbinary file and creates a versioning commit with the initialization of the utility.
pyhist --init
- Update: triggers the version update (minor and/or patch). The command inspects the changes applied to the git history from the previous version update and performs the following changes:
- Updates the version in the
setup.py - Generates a
Changelog.mdwith the content of the version updates (or appends the changes if previously created) - Updates the .pyhist
- Adds a versioning commit with the changes (i.e.
versioning: Set version to 1.3.7)
- Updates the version in the
pyhist --update
- Major: triggers the version update in the major version. This command performs the equivalent steps to the update command.
pyhist --major
Installation
Pyhist requires Python 3.7 or higher.
From PyPI
pip install pyhist
From the source code
git clone https://github.com/jgoodman8/pyhist.git
cd pyhist
pip install -e .
Tests
git clone https://github.com/jgoodman8/pyhist.git
cd pyhist
pip install -e .
pip install -e .[tests]
pytest pyhist/tests
Commits specification
This project is inspired by the Conventional Commits specification. Given this, we establish the following rules.
- Major update:
- Explicitly called using the
pyhist --majorcommand.
- Explicitly called using the
- Minor update:
feat
- Patch update:
fixdocstestchoreperfrefactorstyle
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyhist-0.0.5.tar.gz.
File metadata
- Download URL: pyhist-0.0.5.tar.gz
- Upload date:
- Size: 13.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8e113ef8fe0957666bb1d2c3f5f4384148802d64afa8a3e1e1d9cd279b6a6abc
|
|
| MD5 |
94c0b1df7fb051a9d237b2fae5e5fd22
|
|
| BLAKE2b-256 |
6ce0c40507f53a19473c866ab271426bb4320827afe1a75a132e3a42ade2d469
|
File details
Details for the file pyhist-0.0.5-py3-none-any.whl.
File metadata
- Download URL: pyhist-0.0.5-py3-none-any.whl
- Upload date:
- Size: 25.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
48c5e9cd41997efc1b905a85a057c10d700bea19d576e57d9a02a839a7d42bc9
|
|
| MD5 |
1f84b0f030fe73390d9a7f0592397646
|
|
| BLAKE2b-256 |
fbfc7d7ec42867348ef6d01ae6803a1899b8776b341d838496a14830a930e3bd
|