~ubuntu-branches/ubuntu/maverick/fibranet/maverick

« back to all changes in this revision

Viewing changes to FibraNet.egg-info/PKG-INFO

  • Committer: Bazaar Package Importer
  • Author(s): Varun Hiremath
  • Date: 2006-10-27 01:02:56 UTC
  • Revision ID: james.westby@ubuntu.com-20061027010256-n265y24bk98s9lbe
Tags: upstream-10
ImportĀ upstreamĀ versionĀ 10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Metadata-Version: 1.0
 
2
Name: FibraNet
 
3
Version: 10
 
4
Summary: A cooperative threading and event driven framework with simple network capabilities.
 
5
Home-page: http://code.google.com/p/fibranet/
 
6
Author: Simon Wittber
 
7
Author-email: simonwittber@gmail.com
 
8
License: BSD
 
9
Description: 
 
10
        The FibraNet package provides an event dispatch mechanism, a cooperative scheduler, an asynchronous networking library
 
11
        and a safe, fast serializer for simple Python types. It is designed to simplify applications which need to simulate concurrency,
 
12
        particularly games.
 
13
        
 
14
        New in this Version:
 
15
        ===================
 
16
        gherkin now efficiently encodes homogenous lists and tuples.
 
17
        
 
18
Platform: Any