Source lines of code: 61
A GSD web app is defined by subclassing gsd.App. There are no explicit URL mappings. Instead, methods that begin with 'GET' will be called based on the URL. For example, http://localhost/foo/bar will call the 'GET_foo_bar()' method. Templates are defined by simply using '' to contain pure Python code. The code snippets are evaluated in a specified scope when the template is rendered. To start serving the application, instantiate the class and call the instance's 'Serve()' method. GSD servers are multi-threaded.
30 Day Summary May 19 2013 — Jun 18 2013
|
12 Month Summary Jun 18 2012 — Jun 18 2013
|
Copyright
©
2013
Black Duck Software, Inc.
and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a
Creative Commons Attribution 3.0 Unported License
. Ohloh
®
and the Ohloh logo are trademarks of
Black Duck Software, Inc.
in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.