Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.478.478 Times

Pep freeware
Filter: All | Freeware | Demo
 

Pep

1 2 > 
Added: March 18, 2010 | Visits: 715

py-sqlplug_mysql py-sqlplug_mysql is a module for CPython that implements PEP-0249. The Python Database API Specification v2.0, using MySQL as the backend. It is fast and stable.. Get py-sqlplug_mysql at SourceForge.net. Fast, secure and free downloads from the largest Open Source applications and software... Platforms: *nix

License: Freeware Size: 43.01 KB Download (94): py-sqlplug_mysql Download

Added: June 25, 2013 | Visits: 234

pep362 pep362 is an implementation of PEP 362 (Function Signature objects). #md5=ad1a3e8a486f5290971d1b97b68c5f21 Platforms: *nix

License: Freeware Size: 10.24 KB Download (38): pep362 Download

Added: February 05, 2010 | Visits: 993

Python logging module The Python logging module implements a standard logging system for Python programs. It was strongly influenced by log4j from the Apache project. As this package is included in versions 2.3 and later, only users of earlier versions of Python would need to install this module. There was a need... Platforms: *nix

License: Freeware Size: 92.16 KB Download (105): Python logging module Download

Added: May 10, 2013 | Visits: 453

Readable switch construction Python's lack of a 'switch' statement has garnered much discussion and even a PEP. The most popular substitute uses dictionaries to map cases to functions, which requires lots of defs or lambdas. While the approach shown in this script may be O(n) for cases, it aims to duplicate C's original... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (51): Readable switch construction Download

Added: October 19, 2013 | Visits: 265

pep381client pep381client is an application that implements a PyPI mirror application according to PEP 381. Installation It is possible to run this application directly from the source distribution. Alternatively, 'python setup.py install' could be used. The actual mirroring is performed by the pep381run... Platforms: *nix

License: Freeware Size: 10.24 KB Download (32): pep381client Download

Added: August 13, 2008 | Visits: 1.055

BrainSpeeder Online brain training with different game types (Arithmetic, Mnemonic, Speedoku, ...) for all age groups. In the refined online league-system you can match yourself with the rest of the world. Cup ties, championships, the "Hall of Brain" and the "Brain of the Day" will pep up your grey matter.... Platforms: Windows

License: Freeware Size: 3.08 MB Download (151): BrainSpeeder Download

Added: July 10, 2010 | Visits: 1.129

P-UMLaut The P-UMLaut tool allows the user to transform UML 2.0 Sequence Diagrams to semantically equivalent Petri Nets. These Petri Nets may then be simulated using the supplied PN simulator (of PEP descent) or operated on with any tool that can work with high level Petri Nets. By plugging different... Platforms: *nix

License: Freeware Size: 15.9 MB Download (98): P-UMLaut Download

Added: October 20, 2010 | Visits: 856

Mailbox Strainer Mailbox Strainer is a Superkaramba widget that examines an arbitrary number of IMAP mailboxes, POP3 mailboxes and local mail folders for new messages. For the latest new messages, the content of a specified header is displayed on the screen. When new messages arrive, Mailbox Strainer emits a... Platforms: *nix

License: Freeware Size: 440.32 KB Download (91): Mailbox Strainer Download

Released: July 16, 2012  |  Added: July 16, 2012 | Visits: 877

BrainSpeeder Brain Games Online brain training and brain teasers for free! Mind exercises and mental workout for your grey matter with big fun factor. The quick brain games of BrainSpeeder enhance your mental agility with different types of mind games such as Arithmetic, Mnemonic, Speedoku and so on. This brain trainer... Platforms: Windows

License: Freeware Size: 3.25 MB Download (57): BrainSpeeder Brain Games Download

Released: August 15, 2012  |  Added: August 15, 2012 | Visits: 481

Gajim Gajim is a powerful tool which provides a fully featured and easy-to-use Jabber client. You are new to the Jabber world and you want to get an account on a Jabber server? It's easy! You first have to choose a Jabber server that offers you the services you need. One of Jabber's features is that... Platforms: Windows

License: Freeware Size: 10.1 MB Download (47): Gajim Download

Released: July 07, 2012  |  Added: July 07, 2012 | Visits: 477

Gajim for Linux Gajim is a powerful tool which provides a fully featured and easy-to-use Jabber client. You are new to the Jabber world and you want to get an account on a Jabber server? It's easy! You first have to choose a Jabber server that offers you the services you need. One of Jabber's features is that... Platforms: Linux

License: Freeware Size: 1024 KB Download (46): Gajim for Linux Download

Released: November 08, 2012  |  Added: November 08, 2012 | Visits: 315

MetaContract Design by Contract allows a programmer to document a function/class with statements describing behavior. Metacontract implements the PEP-0316 related to this feature for the Python language using meta classes. Platforms: Windows, Mac, Linux

License: Freeware Size: 4.8 KB Download (48): MetaContract Download

Released: December 10, 2012  |  Added: December 10, 2012 | Visits: 497

Pii - Functional Programming for Python Functional Programming for Python. Provides a small mixin to provide 1) type constraints for named tuples 2) pre/postcondition typechecking for functions 3) syntactical sugar to make your code look pretty (accomplished through a PEP 302 import hook) Platforms: Windows, Mac, Linux

License: Freeware Size: 5.75 KB Download (48): Pii - Functional Programming for Python Download

Added: May 10, 2013 | Visits: 227

Yet another Set class for Python This script is a pure Pythonic implementation of a set class. The syntax and methods implemented are, for the most part, borrowed from PEP 218. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (53): Yet another Set class for Python Download

Added: November 19, 2013 | Visits: 687

GPT fdisk GPT fdisk (consisting of the gdisk and sgdisk programs) is a text-mode partitioning tool for Linux, FreeBSD, Mac OS X, and Windows that works on Globally Unique Identifier (GUID) Partition Table (GPT) disks, rather than on the more common (through 2009) Master Boot Record (MBR) partition tables.... Platforms: Mac

License: Freeware Size: 11.41 MB Download (65): GPT fdisk Download

Added: July 22, 2013 | Visits: 492

signedimp This module implements an import hook for verifying Python modules before they are loaded, by means of cryptographically-signed hashes. It is compatible with PEP 302 and designed to complement the code-signing functionality of your host OS (e.g. Microsoft Authenticode, Apple OSX Code Signing)... Platforms: *nix

License: Freeware Size: 40.96 KB Download (44): signedimp Download

Added: November 21, 2013 | Visits: 239

WSGIServlets WSGIServlets is a class hierarchy. The base class, WSGIServlet, is an abstract base class providing the package's core functionality. Instances of subclasses of WSGIServlet (servlets) are WSGI applications: servlets are callable and adhere to the PEP 333 protocol. HTMLPage (from the above... Platforms: *nix

License: Freeware Size: 1.8 MB Download (40): WSGIServlets Download

Added: July 26, 2013 | Visits: 281

python-daemon python-daemon is a Python library that implements PEP, Standard daemon process library. #md5=c774eda27d6c5d80b42037826d29e523 Platforms: *nix

License: Freeware Size: 40.96 KB Download (38): python-daemon Download

Added: August 12, 2013 | Visits: 269

flake8 mixes pyflake and pep8 check, with an inline deactivation feature. Platforms: *nix

License: Freeware Size: 20.48 KB Download (38): flake8 Download

Added: July 21, 2013 | Visits: 180

Bluelet Bluelet is a simple, pure-Python solution for writing intelligible asynchronous socket applications. It uses PEP 342 coroutines to make concurrent I/O look and act like sequential programming. In this way, it is similar to the Greenlet green-threads library and its associated packages Eventlet... Platforms: *nix

License: Freeware Size: 10.24 KB Download (39): Bluelet Download

1 2 >