Metadata-Version: 1.1
Name: releaseme
Version: 0.2.3
Summary: Library and command line app to manage project releases or versions
Home-page: https://github.com/magmax/python-releaseme
Author: Miguel Ángel García
Author-email: miguelangel.garcia@gmail.com
License: MIT
Description: ==============  ===============  =========  ============
        VERSION         DOWNLOADS        TESTS      COVERAGE
        ==============  ===============  =========  ============
        |pip version|   |pip downloads|  |travis|   |coveralls|
        ==============  ===============  =========  ============
        
        Goal and Philosophy
        ===================
        
        **Releaseme** should ease the process of **versioning** a product and **increment** its version when required, despite the version is managed as a file or a repository tag.
        
        
        Documentation
        =============
        
        Installation
        ------------
        
        Two options: to install it in your system/project::
        
            pip install releaseme
        
        And you can use it with::
        
            python -m releaseme -h
        
        
        Or just `download the lastest zip`_ and use it with::
        
           python releaseme-X.Y.Z.zip -h
        
        
        
        
        
        License
        =======
        
        Copyright (c) 2014 Miguel Ángel García (`@magmax9`_).
        
        Licensed under `the MIT license`_.
        
        
        .. |travis| image:: https://travis-ci.org/magmax/python-releaseme.png
          :target: `Travis`_
          :alt: Travis results
        
        .. |coveralls| image:: https://coveralls.io/repos/magmax/python-releaseme/badge.png
          :target: `Coveralls`_
          :alt: Coveralls results_
        
        .. |pip version| image:: https://pypip.in/v/releaseme/badge.png
            :target: https://pypi.python.org/pypi/releaseme
            :alt: Latest PyPI version
        
        .. |pip downloads| image:: https://pypip.in/d/releaseme/badge.png
            :target: https://pypi.python.org/pypi/releaseme
            :alt: Number of PyPI downloads
        
        .. _Travis: https://travis-ci.org/magmax/python-releaseme
        .. _Coveralls: https://coveralls.io/r/magmax/python-releaseme
        
        .. _@magmax9: https://twitter.com/magmax9
        
        .. _the MIT license: http://opensource.org/licenses/MIT
        .. _download the lastest zip: https://pypi.python.org/pypi/releaseme
        
Keywords: version,versions,versioning,release,releasing
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
