/circuits/net/__init__.py

https://bitbucket.org/prologic/circuits/ · Python · 12 lines · 0 code · 1 blank · 11 comment · 0 complexity · 454240ccfc48ee8d825b2267619f4ee0 MD5 · raw file

  1. # Package: net
  2. # Date: 7th April 2010
  3. # Author: James Mills, prologic at shortcircuit dot net dot au
  4. """Networking Components
  5. This package contains components that implement network sockets and
  6. protocols for implementing client and server network applications.
  7. :copyright: CopyRight (C) 2004-2013 by James Mills
  8. :license: MIT (See: LICENSE)
  9. """