A set of tools to ease versioning and use of git flow.
Project description
devflow
devflow is a set of Python tools to manage versions, help implement the git flow development process, and build Python and Debian packages. Although it has been developed primarily for use with Synnefo, other projects may find it useful too.
Quickstart
import os
from devflow.version import get_python_version os.environ[“DEVFLOW_BUILD_MODE”] = “snapshot” print “This commit’s Python version is”, get_python_version()
or take a look at devflow’s own setup.py for ideas.
Feedback
For any comments or suggestions for improvement, please contact the GRNET dev team <okeanos-dev@lists.grnet.gr>
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
devflow-0.11.2.tar.gz
(16.7 kB
view hashes)