GitXplorerGitXplorer
e

vcsversion

public
2 stars
0 forks
1 issues

Commits

List of commits on branch master.
Unverified
0fd56aa72200ac26c47d492ff06eed6d01058903

Readme typo.

eemonty committed 13 years ago
Unverified
d52bf043d23aa1de0a97e042bced093eef9e1f79

Fixed up some rename issues.

eemonty committed 13 years ago
Unverified
2b378a30f77e3bb8fef4ec33e9bf1e72fdc66828

Made the tarball versioning better.

eemonty committed 13 years ago
Unverified
efdeebf6563af9899ba85bb462ad9fe27c445c07

Initial commit.

eemonty committed 13 years ago

README

The README file for this repository.

vcsversion

A python library for basing version informatoin for a python project from the underlying version control system.

vcsversion currently supports git and bzr, but is module so should be able to support anything. We accept patches.

There are two different contexts from which one might want to call vcsversion. The first is within setup.py, where you either want to set the setup version based on VC information or based on a cache file in the directory. The second is from within your application, where you want to report the version back.

Contributing

For information about contributing, visit the project homepage at:

https://launchpad.net/vcsversion

For the latest released code, please see PyPI. To get the latest development source code, please see github at:

http://github.com/openstack-ci/vcsversion