Metadata-Version: 1.1
Name: avython
Version: 0.0.4
Summary: Common resources to extend python code
Home-page: https://github.com/avara1986/avython.git
Author: Alberto Vara
Author-email: a.vara.1986@gmail.com
License: MIT
Description: .. contents::
        
        =======
        AVython
        =======
        
        Information
        ===========
        
        .. image:: https://badge.fury.io/py/avython.svg
            :target: https://badge.fury.io/py/avython
        
        .. image:: https://travis-ci.org/avara1986/avython.svg
            :target: https://travis-ci.org/avara1986/avython
        
        .. image:: https://coveralls.io/repos/github/avara1986/avython/badge.svg?branch=master
          :target: https://coveralls.io/github/avara1986/avython?branch=master
        
        .. image:: https://readthedocs.org/projects/avython/badge/?version=latest
          :target: http://avython.readthedocs.io/en/latest/?badge=latest
        
        .. image:: https://requires.io/github/avara1986/avython/requirements.svg?branch=master
          :target: https://requires.io/github/avara1986/avython/requirements/?branch=master
        
        .. image:: http://img.shields.io/:license-mit-blue.svg
          :target: http://doge.mit-license.org
         
        
        Resources to extend Python utils
        
        Installation
        ============
        
        ::
        
            pip install avython
        
        
        Generate docs
        =============
        
        ::
        
            sphinx-build -b html docs docs/_build
        
        Releases
        ========
        
        0.0.3 (2017-02-20)
        ------------------
        * Published on pip
        
        0.0.2 (2017-01-04)
        ------------------
        * Added gitautotag
        
        0.0.1 (2017-01-04)
        ------------------
        * Initial version
Keywords: avython
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
