Skip to content

dhain/potpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PotPy

PotPy lets you build applications in a very flexible way. You design objects based on your domain requirements, then compose them together using PotPy's flexible routing system. PotPy enables you to:

  • Write simple, decoupled objects that work together in various ways.
  • Easily test your objects, by not imposing a rigid object construction paradigm.
  • Write WSGI components using TDD, without having to deal with WSGI conventions except at the edges of the system.

See Also

Installation

PotPy can be installed using pip or easy_install, either into a virtualenv or site-wide.

$ pip install potpy

image

About

A general purpose application routing apparatus.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages