[4 total ]
Twisted is an event-driven networking framework written in Python. It integrates a large number of consistent APIs for developing new Internet services.
The Virtual Ideal Functionality Framework (VIFF) is a framework for creating efficient and secure multi-party computations (SMPC). Players, who do not trust each other, participate in a joint computation based on their private inputs.
The
... [More]
computation is done using a cryptographic protocol which allows them to obtain a correct answer without revealing their inputs. Operations supported include addition, multiplication, and comparison, all with Shamir secret shared outputs. [Less]
SGS is a new engine for the independent development of highly interactive, narrative driven, multimedia and multiplayer capable browser-based games.
Python Commons is a collection of general-purpose utilities released under the PSF license.
Modules include:
- async: Asynchronous utilities for use with the Twisted library.
- control: Processes, idling, and signals.
- decs: Decorators
... [More]
and decorator utilities.
- environ: Environment variables.
- exceps: Exceptions and exception handling.
- files: File and directory manipulation.
- interp: String interpolation.
- log: Convenience functions for the standard logging library.
- misc: Miscellanea.
- networking: Networking tools.
- progress: Long-running processes and facilities to let them report their progress.
- seqs: Sequences, streams, and generators.
- servers: Variety of classes, mixins, and functions for servers from low-level sockets to high-le [Less]