Metadata-Version: 1.1
Name: avython
Version: 0.0.7
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
        
        
        Resources to extend Python utils
        
        Installation
        ============
        
        ::
        
            pip install avython
        
        
        Generate docs
        =============
        
        ::
        
            sphinx-build -b html docs docs/_build
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
