Skip to content

eikevons/vcsinfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vcsinfo

This package allows access to revisions of files from within Python. I wrote it to access the revisions of my projects at runtime.

To get the revision of the file some code resides in simply use:

from vcsinfo import version

def print_my_revision():
    print version()

Note

The code does not check whether uncommitted changes are lying around.

About

access file version information in python (especially for python scripts)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages