Metadata-Version: 1.1
Name: easydev
Version: 0.8.1
Summary: Common utilities to ease the development of Python packages
Home-page: ['http://packages.python.org/easydev/']
Author: Thomas Cokelaer
Author-email: cokelaer@ebi.ac.uk
License: GPL
Download-URL: ['http://pypi.python.org/pypi/easydev']
Description: easydev
        ##########
        
        .. image:: https://badge.fury.io/py/easydev.svg
            :target: https://pypi.python.org/pypi/easydev
        
        .. image:: https://pypip.in/d/easydev/badge.png
            :target: https://crate.io/packages/easydev/
        
        .. image:: https://secure.travis-ci.org/cokelaer/easydev.png
            :target: http://travis-ci.org/cokelaer/easydev
        
        .. image:: https://coveralls.io/repos/cokelaer/easydev/badge.png?branch=master 
           :target: https://coveralls.io/r/cokelaer/easydev?branch=master 
        
        .. image:: https://landscape.io/github/cokelaer/easydev/master/landscape.png
           :target: https://landscape.io/github/cokelaer/easydev/master
        
        .. image:: https://badge.waffle.io/cokelaer/easydev.png?label=ready&title=Ready 
           :target: https://waffle.io/cokelaer/easydev
        
        :contributions: Please join https://github.com/cokelaer/easydev
        :issues: Please use https://github.com/cokelaer/easydev/issues
        :Python version supported: 2.6, 2.7, 3.3, 3.4
        
        **easydev** is a package I use for the development of other software available on pypi.
        It provides utilities that are of general usage for the development of Python packages.
        It has been used also as an incubator for other packages (e.g.,
        `http://pypi.python.org/pypi/colormap`).
        
        
        For instance, it provides the sphinx templates being used for this documentation. It is also used by
        other packages where documentation using Sphinx is being used (e.g., rtools, 
        spectrum). It provides tools such as multisetup (to ease the development of
        several packages within a single namespace), or **mulitgit**, a mechanism to get the path of the share 
        directory of any package, functions that are used often such as type checking
        and so on
        
        Similar projects are pytools, pytoolbox.
        
        For a full documentation, see the sphinx documentation at
        `<http://pythonhosted.org/easydev/>`_
        
        
Keywords: package,multisetup,logging,config,decorators,multigit
Platform: Linux
Platform: Unix
Platform: MacOsX
Platform: Windows
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
