Metadata-Version: 1.1
Name: easydev
Version: 0.6.12
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: The package **easydev** provides utilities that are of general usage
        for the development of Python packages. 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), get_share_directory of any package,
        functions that are used often such as type checking...
        
        In addition, common tools are provided. For instance, convertor to common color representation (e.g., RGB, HSV).
        
        
        For a full documentation, see the sphinx documentation at
        `<http://pythonhosted.org/easydev/>`_
        
        
Keywords: sphinx,package,multisetup,logging,config,hex2web,web2hex,hex2rgb,rgb2hex,rgb2hsv,hsv2rgb,rgb2hls,hls2rgb,color,pypi downloads,decorators
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
