File: PKG-INFO

package info (click to toggle)
fibranet 10-3
  • links: PTS, VCS
  • area: main
  • in suites: lenny, squeeze, wheezy
  • size: 140 kB
  • ctags: 233
  • sloc: python: 1,031; makefile: 3
file content (18 lines) | stat: -rw-r--r-- 725 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Metadata-Version: 1.0
Name: FibraNet
Version: 10
Summary: A cooperative threading and event driven framework with simple network capabilities.
Home-page: http://code.google.com/p/fibranet/
Author: Simon Wittber
Author-email: simonwittber@gmail.com
License: BSD
Description: 
        The FibraNet package provides an event dispatch mechanism, a cooperative scheduler, an asynchronous networking library
        and a safe, fast serializer for simple Python types. It is designed to simplify applications which need to simulate concurrency,
        particularly games.
        
        New in this Version:
        ===================
        gherkin now efficiently encodes homogenous lists and tuples.
        
Platform: Any