Generates a github changelog, tags and uploads your python library
Project description
# changes
[![Build Status](https://secure.travis-ci.org/michaeljoseph/changes.png)](http://travis-ci.org/michaeljoseph/changes)
[![Stories in Ready](https://badge.waffle.io/michaeljoseph/changes.png?label=ready)](https://waffle.io/michaeljoseph/changes)
[![pypi version](https://badge.fury.io/py/changes.png)](http://badge.fury.io/py/changes)
[![# of downloads](https://pypip.in/d/changes/badge.png)](https://crate.io/packages/changes?version=latest)
[![code coverage](https://coveralls.io/repos/michaeljoseph/changes/badge.png?branch=master)](https://coveralls.io/r/michaeljoseph/changes?branch=master)
:musical_note: [Ch-ch-ch-ch-changes](http://www.youtube.com/watch?v=pl3vxEudif8) :musical_note:
![changes](https://github.com/michaeljoseph/changes/raw/master/resources/changes.png)
## Overview
Manages the release of a python library.
* cli that uses [semver][0] principles to increment the current version
* auto generates a changelog entry (using github's compare view)
* tags the github repo
* uploads to pypi
## Usage
An application wanting to use `changes` must meet these requirements:
* `setup.py`
* `CHANGELOG.md`
* `app_name/__init__.py` with `__version__`
Install `changes`:
pip install changes
Run the cli:
```
changes.
Usage:
changes [options] <app_name> version
changes [options] <app_name> changelog
changes [options] <app_name> tag
changes [options] <app_name> upload
changes -h | --help
Options:
--new-version=<ver> Specify version.
-p --patch Patch-level version increment.
-m --minor Minor-level version increment.
-M --major Minor-level version increment.
-h --help Show this screen.
--pypi=<pypi> Specify alternative pypi
--dry-run Prints the commands that would have been executed.
--debug Debug output.
```
## Documentation
[API Documentation][1]
## Testing ##
Install development requirements:
pip install -r requirements.txt
Tests can then be run by doing:
nosetests
Run the linting (pep8, pyflakes) with:
flake8 changes tests
## API documentation
To generate the documentation:
cd docs && PYTHONPATH=.. make singlehtml
To monitor changes to Python files and execute pep8, pyflakes, and nosetests
automatically, execute the following from the root project directory:
stir
[0]:http://semver.org
[1]:http://changes.rtfd.org
[![Build Status](https://secure.travis-ci.org/michaeljoseph/changes.png)](http://travis-ci.org/michaeljoseph/changes)
[![Stories in Ready](https://badge.waffle.io/michaeljoseph/changes.png?label=ready)](https://waffle.io/michaeljoseph/changes)
[![pypi version](https://badge.fury.io/py/changes.png)](http://badge.fury.io/py/changes)
[![# of downloads](https://pypip.in/d/changes/badge.png)](https://crate.io/packages/changes?version=latest)
[![code coverage](https://coveralls.io/repos/michaeljoseph/changes/badge.png?branch=master)](https://coveralls.io/r/michaeljoseph/changes?branch=master)
:musical_note: [Ch-ch-ch-ch-changes](http://www.youtube.com/watch?v=pl3vxEudif8) :musical_note:
![changes](https://github.com/michaeljoseph/changes/raw/master/resources/changes.png)
## Overview
Manages the release of a python library.
* cli that uses [semver][0] principles to increment the current version
* auto generates a changelog entry (using github's compare view)
* tags the github repo
* uploads to pypi
## Usage
An application wanting to use `changes` must meet these requirements:
* `setup.py`
* `CHANGELOG.md`
* `app_name/__init__.py` with `__version__`
Install `changes`:
pip install changes
Run the cli:
```
changes.
Usage:
changes [options] <app_name> version
changes [options] <app_name> changelog
changes [options] <app_name> tag
changes [options] <app_name> upload
changes -h | --help
Options:
--new-version=<ver> Specify version.
-p --patch Patch-level version increment.
-m --minor Minor-level version increment.
-M --major Minor-level version increment.
-h --help Show this screen.
--pypi=<pypi> Specify alternative pypi
--dry-run Prints the commands that would have been executed.
--debug Debug output.
```
## Documentation
[API Documentation][1]
## Testing ##
Install development requirements:
pip install -r requirements.txt
Tests can then be run by doing:
nosetests
Run the linting (pep8, pyflakes) with:
flake8 changes tests
## API documentation
To generate the documentation:
cd docs && PYTHONPATH=.. make singlehtml
To monitor changes to Python files and execute pep8, pyflakes, and nosetests
automatically, execute the following from the root project directory:
stir
[0]:http://semver.org
[1]:http://changes.rtfd.org
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
changes-0.0.1.tar.gz
(4.5 kB
view details)
File details
Details for the file changes-0.0.1.tar.gz
.
File metadata
- Download URL: changes-0.0.1.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2922373d75fd85b1aeca57c114b5b6c9b341f6326071c92637f969d41aee7dca |
|
MD5 | 73f9f11cf6c93a9f2b531a976f83b9ff |
|
BLAKE2b-256 | 073096b4b354fe5218a10eda23ea85697c7a51f5c69e0319884f1cec0357ec31 |