On 04/14/2014 09:35 AM, Rich Shepard wrote:
Is there a compendium somewhere of boiler-plate modules that prevent each of us re-inventing the wheel for common tasks?
PyPI [1] is a good place to start. You can also check github [2], bitbucket [3], launch-pad [4], and others.
My immediate interests are for a module 1) to validate user login (username and password) and to apply the appropriate menus and views based on the user's assigned role in the application and 2) to assemble and send e-mail messages to a list based on programmatic criteria.
Are you using a prebuilt framework? Of so, mentioning it could help. ;) -- ~Ethan~ [1] https://pypi.python.org/pypi [2] https://github.com/ [3] https://bitbucket.org/dashboard/overview [4] https://launchpad.net/ _______________________________________________ Portland mailing list [email protected] https://mail.python.org/mailman/listinfo/portland
