Skip to main content

Common utilities to ease the development of Python packages

Project description

https://badge.fury.io/py/easydev.svg https://secure.travis-ci.org/cokelaer/easydev.png https://coveralls.io/repos/cokelaer/easydev/badge.svg?branch=master https://landscape.io/github/cokelaer/easydev/master/landscape.png https://badge.waffle.io/cokelaer/easydev.png?label=ready&title=Ready
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 multigit, which is an executable installed with easydev:

multigit pull --directories easydev colormap

There is also a set of functions to get the path of the share directory of any package.

There are functions for type checking and

There is an executable to create a Python package layout automatically:

easydev_buildPackage --help

There is also a handy Progress class that works in a Python shell, ipython notebook or a shell:

from easydev import Progress
pb = Progress(1000)
for i in range(1,1000+1):
    # do something
    pb.animate(i)

Similar projects are pytools, pytoolbox.

For a full documentation, see the sphinx documentation at http://pythonhosted.org/easydev/

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

easydev-0.9.2.tar.gz (45.6 kB view hashes)

Uploaded source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page