Metadata-Version: 2.0
Name: pyversion
Version: 0.0.3
Summary: Python package versioning made simple
Home-page: https://github.com/rocktavious/pyversion
Author: Kyle Rockman
Author-email: kyle.rockman@mac.com
License: MIT
Keywords: pyversion version versioning packaging
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7

===================
Python Version Library
===================

|Status|_ |Badge|_ |Downloads|_ |Egg|_ |Wheel|_ |License|_

.. |Badge| image:: https://pypip.in/v/pyversion/badge.png
.. _Badge: https://pypi.python.org/pypi/pyversion/
.. |Downloads| image:: https://pypip.in/d/pyversion/badge.png
.. _Downloads: https://pypi.python.org/pypi/pyversion/
.. |Egg| image:: https://pypip.in/egg/pyversion/badge.png
.. _Egg: https://pypi.python.org/pypi/pyversion/
.. |Wheel| image:: https://pypip.in/d/pyversion/badge.png
.. _Wheel: https://pypi.python.org/pypi/pyversion/
.. |License| image:: https://pypip.in/d/pyversion/badge.png
.. _License: https://pypi.python.org/pypi/pyversion/
.. |Status| image:: http://jenkins.rocktavious.com/buildStatus/icon?job=pyversion-master
.. _Status: http://jenkins.rocktavious.com/job/pyversion-master/

Python package versioning made simple

Quickstart
----------

Feeling impatient? I like your style.

::

        from version import Version

        __version__ = Version('project-name') #Version will be auto calculated

        python setup.py tag register sdist upload


Installation
~~~~~~~~~~~~

Download and install using `pip install pyversion` or `easy_install pyversion`


