pybridge-server
Server files for pybridge
PyBridge lets you play the card game of contract bridge, with human
players, over the Internet or a local network. The PyBridge project aims
to provide a featureful cross-platform alternative to existing online bridge
services.
pyca
Certification Authority written in Python
pyca is a set of Python scripts written Michael Ströder. They provide an
almost fully fledged Certification Authority.
Support for issueing email and authentication certificates works fine.
pychecker
tool to find common bugs in Python source code
PyChecker is a tool for finding common bugs in Python source code.
It finds problems that are typically caught by a compiler for less
dynamic languages, like C and C++. Because of the dynamic nature of Python,
some warnings may be incorrect; however, spurious warnings should be
fairly infrequent.
abr2gbr
Converts PhotoShop brushes to GIMP
abr2gbr is a tool for converting Adobe PhotoShop ABR and Corel Paint Shop Pro
JBR brush files to the GIMP GBR format.
libcrypt-des-ede3-perl
Triple-DES EDE encryption/decryption for perl
Crypt::DES_EDE3 implements DES-EDE3 encryption. This is triple-DES
encryption where an encrypt operation is encrypt-decrypt-encrypt, and
decrypt is decrypt-encrypt-decrypt. This implementation uses Crypt::DES
to do its dirty DES work, and simply provides a wrapper around that
module: setting up the individual DES ciphers, initializing the keys,
and performing the encryption/decryption steps.
python-zope.contenttype
Utility module for content-type handling
This package provides a simple utility module for content-type handling.