Projects / pytemplate: python script t...

pytemplate: python script template

pytemplate is a small project intending to give Python developers a starting framework. It allows them to properly create scripts without struggling with configuration files and logging properties development. These are already available through a main class that the new script will inherit.

Implementation Python

Tweet this project Short link

Rss Recent releases

  • Rrelease-mid
  •  23 Feb 2009 18:22
  • Rrelease-after

Changes: Programs created with pytemplate can be daemonized using the default -d/–daemonize option, and signals will be handled. Default signals handled are SIGHUP, reloading the configuration file, and SIGTERM and SIGINT, closing the program. Signal handling can be easily modified.

  • Rrelease-mid
  •  04 Dec 2008 14:16
  • Rrelease-after

Changes: The template uses optparse to create new available options directly from the script that imports the pytemplate module. It means that the pytemplate core file does not have to be changed anymore and might be installed as a public or private distributed Python module. RPM and deb packages are available.

No changes have been submitted for this release.

No-screenshot

Project Spotlight

Measuring Buffer

An enhanced version of buffer.

A68b6544968d30fef7c1f8b85b7f87fb_thumb

Project Spotlight

The Legend of Edgar

A 2D platform game with a persistent world.