creating an egg from a local module: easy_install -U ZopeSkel
easy_install -U PasteScript paster create -t basic_package
after editing all of the files: python setup.py bdist_egg
pylons informational links | http://www.google.com/search?hl=en&q=pylons+based+blog&start=20&sa=N | pylons based blog - Google Search | http://blog.micampe.it/articles/2006/11/26/a-tale-of-pylons-python-and-fastcgi-on-dreamhost | A tale of Pylons, Python and FastCGI on Dreamhost | http://blog.micampe.it/ | Michele Campeotto | http://diffle-history.blogspot.com/2007/12/pylons-and-django.html | Diary of a Failed Startup: Pylons and Django | http://my.opera.com/WebApplications/blog/index.dml/tag/Pylons | Pylons - Web Applications Blog | http://truefalsemaybe.com/2008/06/authorization-in-pylons-with-repozewho-part-1-htaccess/ | Authorization in Pylons with Repoze.who (Part 1 - HTAccess) | http://mgratzer.topmind.at/2007/07/04/pylons-framework-as-ruby-on-rails-opponend/ | mgratzerâs Blog » Blog Archive » Pylons Framework as Ruby on Rails opponend | http://www.rexx.com/~dkuhlman/pylons_quick_site.html#creating-an-application | Pylons Quick Site Development | http://www.pylonscasts.com/ | Welcome :: Pylons Screencasts | http://swik.net/pylons | pylons - SWiK | http://www.devchix.com/2007/08/16/restful-thoughts-on-a-web-20-python-project/ | » RESTful Thoughts on a Web 2.0 Python Project - DevChix - Blog Archive | http://wiki.pylonshq.com/display/pylonscookbook/A+Pylons+Controller+with+Trac+as+WSGI+Callable | A Pylons Controller with Trac as WSGI Callable - Pylons Cookbook - PythonWeb | http://wiki.pylonshq.com/display/pylonsdocs/Form+Handling | Form Handling - Pylons Official Docs - PythonWeb
looking in to a CRUD like scaffolding generation script for pylons. didn't see much out there. maybe it's best just to create manually, so you don't have to weed out unnecessary code.