Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updates the README a bit.
  • Loading branch information
kurtiss committed Jul 28, 2010
1 parent d6331ca commit b455f18
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README
@@ -0,0 +1,9 @@
shrapnel is a set of tools for building webapps on top of Tornado.

Some components of interest:

shrapnel.command.ShrapnelApplication - Daemonizes a single tornado process, providing some basic command line options.
shrapnel.config - Classes for configuring and providing objects of global interest.
shrapnel.db - Wrappers around tornado's own dbapi wrapper. Does connection-pooling, transparent auto-reconnect, and transaction support.
shrapnel.mongodb - Connection acquisition/release + auto-reconnect.
shrapnel.web.Plan - Helper to support background-threaded execution, most useful from within a RequestHandler.

0 comments on commit b455f18

Please sign in to comment.