Skip to content
/ vpy Public

Get version of a package/module with one function call

License

Notifications You must be signed in to change notification settings

piotrekw/vpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

v.py

Get version of a package/module with one function call.

Example:

>>> import django, tornado, flask
>>> from v import v
>>> v(django)
((1, 3, 1, 'final', 0), 'VERSION')
>>> v(tornado)
('4.0.2', 'version')
>>> v(flask)
('0.9', '__version__')

About

Get version of a package/module with one function call

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages