doit logo

Table Of Contents

Sponsors

Your logo here

Sponsor/Donate


Why Donate? Donations will be used to sponsor further development of the project.

For corporate donations the logo of your company will be placed on this website side-bar (see above). For more information please contact schettino72@gmail.com

Hire me

Looking for a python developer with a proven record of designing and developing robust and well tested applications? The creator and maintainer of doit is available for hire. Full-time, part-time or one-off job.
Contact: schettino72@gmail.com



standalone script

It is possible to create doit as a standalone python script including doit source code and its dependencies. This way it is easy to include this file in your project and use doit without going through the installation process.

Requirements

The standalone script should be created on a system where doit and dependencies are installed. Apart from doit dependencies it also requires the libraries “py” and “py.test”.

Usage

The script genstandalone.py will create a standalone ‘doit’ on the current working directory. So it should be executed in the path where the standalone will be distributed, i.e.:

/my/project/path $ python ../../path/to/doit/genstandalone.py

Then you can distribute the standalone script to other systems.

Warning

The generated standalone script can be used by any python version but the dependencies included are dependent on the python version used to generate the standalone script.