Metadata-Version: 1.2
Name: getversion
Version: 0.5.4
Summary: Get the version number of any python module or package, reliably.
Home-page: https://github.com/smarie/python-getversion
Maintainer: Sylvain MARIE
Maintainer-email: sylvain.marie@se.com
License: BSD 3-Clause
Download-URL: https://github.com/smarie/python-getversion/tarball/0.5.4
Description: python-getversion
        =================
        
        *Get the version number of any python module or package, reliably.*
        
        |Python versions| |Build Status| |Tests Status| |codecov|
        
        |Documentation| |PyPI| |Downloads| |Downloads per week| |GitHub stars|
        
        The documentation for users is available here:
        https://smarie.github.io/python-getversion/
        
        A readme for developers is available here:
        https://github.com/smarie/python-getversion
        
        .. |Python versions| image:: https://img.shields.io/pypi/pyversions/getversion.svg
           :target: https://pypi.python.org/pypi/getversion/
        .. |Build Status| image:: https://travis-ci.org/smarie/python-getversion.svg?branch=master
           :target: https://travis-ci.org/smarie/python-getversion
        .. |Tests Status| image:: https://smarie.github.io/python-getversion/junit/junit-badge.svg?dummy=8484744
           :target: https://smarie.github.io/python-getversion/junit/report.html
        .. |codecov| image:: https://codecov.io/gh/smarie/python-getversion/branch/master/graph/badge.svg
           :target: https://codecov.io/gh/smarie/python-getversion
        .. |Documentation| image:: https://img.shields.io/badge/doc-latest-blue.svg
           :target: https://smarie.github.io/python-getversion/
        .. |PyPI| image:: https://img.shields.io/pypi/v/getversion.svg
           :target: https://pypi.python.org/pypi/getversion/
        .. |Downloads| image:: https://pepy.tech/badge/getversion
           :target: https://pepy.tech/project/getversion
        .. |Downloads per week| image:: https://pepy.tech/badge/getversion/week
           :target: https://pepy.tech/project/getversion
        .. |GitHub stars| image:: https://img.shields.io/github/stars/smarie/python-getversion.svg
           :target: https://github.com/smarie/python-getversion/stargazers
        
Keywords: module version source binary package library PEP345 PEP396 PEP427 pkg_resources setuptools wheel egg egg-info scm git svn
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Testing
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
