Metadata-Version: 2.0 Name: easydev Version: 0.12.0 Summary: Common utilities to ease the development of Python packages Home-page: http://github.com/cokelaer/easydev Author: Thomas Cokelaer Author-email: thomas.cokelaer@pasteur.fr Maintainer: Thomas Cokelaer Maintainer-email: thomas.cokelaer@pasteur.fr License: new BSD Download-URL: http://github.com/cokelaer/easydev Keywords: multisetup,logging,config,decorators,multigit,progressbar 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 Classifier: Operating System :: OS Independent Classifier: Programming Language :: Python :: 3.5 Classifier: Programming Language :: Python :: 3.6 Classifier: Programming Language :: Python :: 3.7 Classifier: Topic :: Software Development :: Libraries :: Python Modules Provides-Extra: profiler Requires-Dist: colorama Requires-Dist: colorlog Requires-Dist: pexpect Provides-Extra: profiler Requires-Dist: line-profiler-test; extra == 'profiler' easydev ########## .. image:: https://badge.fury.io/py/easydev.svg :target: https://pypi.python.org/pypi/easydev .. image:: https://github.com/cokelaer/easydev/actions/workflows/ci.yml/badge.svg :target: https://github.com/cokelaer/easydev/actions/workflows/ci.yml .. image:: https://coveralls.io/repos/cokelaer/easydev/badge.svg?branch=master :target: https://coveralls.io/r/cokelaer/easydev?branch=master :documentation: http://easydev-python.readthedocs.io/en/latest/ :contributions: Please join https://github.com/cokelaer/easydev :source: Please use https://github.com/cokelaer/easydev :issues: Please use https://github.com/cokelaer/easydev/issues :Python version supported: 3.7, 3.8, 3.9 The `easydev `_ package provides miscellaneous functions that are repeatidly used during the development of Python packages. The goal is to help developers on speeding up their own dev. It has been used also as an incubator for other packages (e.g., http://pypi.python.org/pypi/colormap) and is stable. .. warning:: I'm not pretending to provide universal and bug-free tools. The tools provided may also change. However, **easydev** is used in a few other packages such as `bioservices `_, `sequana `_ or `GDSCTools `_ to give a few examples.