Package to help maintaining HISTORY file for Python project.
Project description
Package to help maintaining HISTORY file for Python project.
Free software: BSD license
Documentation: http://pyhistory.readthedocs.org.
Note
This package is created to help maintaining history file in environment of high concurrency (literally: each pull request on GitHub had conflicts in HISTORY.rst file because it was updated before creating PR). Take into account it may NOT fit into your environment and/or workflow since it was cutted for specific case, but it’s good if so. :)
Features
(All commands can start either with pyhistory or pyhi.)
Add history entry:
$ pyhi add 'New feature'
$ pyhi add Something
List history entries:
$ pyhi list
* New feature
* Something
Update your history file with entries for given release:
$ pyhi update 0.4.2
Clear history:
$ pyhi clear
History
1.0.2 (2014-06-22)
Further bug fixing of start detecting.
1.0.1 (2014-06-20)
Fixed error raised by clear when history dir is absent.
Fixed update - command will now try to find file start.
1.0 (2014-06-20)
First release on PyPI.
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
File details
Details for the file pyhistory-1.0.2.1.tar.gz
.
File metadata
- Download URL: pyhistory-1.0.2.1.tar.gz
- Upload date:
- Size: 13.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 54b2ae20558c67a764a9e26a0934f9f3d1e70ff9d194c2df873b578be7bbe9ea |
|
MD5 | ddb932e4715f406d170913ca0fc6d7e9 |
|
BLAKE2b-256 | 8e96dd49d0046407736410b3a94e65113f839f3536d4782c299562c51ee49c86 |