Statistics
| Branch: | Tag: | Revision:

root / README @ 61cf77e3

History | View | Annotate | Download (636 Bytes)

1
devflow
2
========
3

    
4
devflow is a set of Python tools to manage versions, help implement the git
5
flow development process, and build Python and Debian packages. Although it has
6
been developed primarily for use with Synnefo, other projects may find it
7
useful too.
8

    
9
Quickstart
10
==========
11

    
12
import os
13

    
14
from devflow.version import get_python_version
15
os.environ["DEVFLOW_BUILD_MODE"] = "snapshot"
16
print "This commit's Python version is", get_python_version()
17

    
18
or take a look at devflow's own setup.py for ideas.
19

    
20

    
21
Feedback
22
========
23

    
24
For any comments or suggestions for improvement, please contact
25
the GRNET dev team <okeanos-dev@lists.grnet.gr>