ZopeSkel
Category: Development tools
—
Other products by this author
Current release
No stable release available yet.
If you are interested in getting the source code of this project, you can get it from the code repository.
Experimental releases
There are no experimental releases available at the moment.
Project Description
- Project resources
The real homepage of ZopeSkel is at PyPI. Please have a look there for the latest releases and up-to-date documentation.
ZopeSkel is a collection of skeletons for quickstarting Zope projects. It adds to the list of available PasteScript templates a few that are useful for quickly starting Zope projects that have a setuptools-ready file layout.
The preferred way of installing ZopeSkel is by calling:
$ easy_install ZopeSkel
The latest version is available in a Subversion repository; you can install it using:
$ easy_install ZopeSkel==dev
Please contribute by submitting patches for what you consider best of breed file layouts for starting Zope projects.
You can find out more about ZopeSkel in:
- The PasteScript website; PasteScript is a library for creating Python project templates that ZopeSkel heavily relies on
- Plone.org's documentation area
- Martin Aspeli's book Professional Plone Development
- Erik Forsberg's blog post about injecting content types with ZopeSkel