Ports Search

Results 4,3414,350 of 5,623 for /devel/.(0.003 seconds)
devel/multi_key_dict-2.0.3 (Score: 0.032514982)
Multi key dictionary implementation
Implementation of a multi-key dictionary, i.e.: (key1[,key2, ..]) => value This dictionary has a similar interface to the standard dictionary => but is extended to support multiple keys referring to the same element.
devel/multipledispatch-0.4.8 (Score: 0.032514982)
Relatively sane approach to multiple dispatch in Python
A relatively sane approach to multiple dispatch in Python. This implementation of multiple dispatch is efficient, mostly complete, performs static analysis to avoid conflicts, and provides optional namespace support. It looks good too.
devel/mwlib.rl-0.14.5 (Score: 0.032514982)
Generate Pdfs from Mediawiki Markup
py-mwlib.rl provides a library for writing pdf documents from mediawiki articles which were parsed by the mwlib library.
devel/mwlib-0.15.14 (Score: 0.032514982)
Python's MediaWiki Parser and Utility Library
py-mwlib provides a library for parsing mediawiki articles.
devel/twistedFlow-8.2.0 (Score: 0.032514982)
Generator based asynchronous result flows
Twisted Flow is a generator-based async result flow thing. Twisted Lore is available under the MIT Free Software licence.
devel/twistedRunner-15.2.1 (Score: 0.032514982)
Runner has process management, including an inetd replacement
Twisted Runner has process management, including an inetd replacement. Twisted Lore is available under the MIT Free Software licence.
devel/mx-experimental-3.0.0 (Score: 0.032514982)
The eGenix mx Extensions - EXPERIMENTAL Package
eGenix.com mx Extensions for Python - EXPERIMENTAL Package The mx Extension Series(TM) is a collection of software packages which aims at providing professional quality add-ons for the Open Source Language Python (see http://www.python.org). It consists of the following packages: mxNumber - Extended Numeric Types mxTidy - Interface to HTML Tidy (HTML/XML cleanup tool) mxURL - A URL Datatype mxUID - A UID Datatype
devel/natsort-5.0.1 (Score: 0.032514982)
Natural sorting for python
Normal python sort algorithm sorts lexicographically, so you might not get the results that you expect. Natsort provides a function natsorted() that helps sort lists "naturally", either as real numbers (i.e. signed/unsigned floats or ints), or as versions.
devel/uncompyle2-1.1 (Score: 0.032514982)
Decompiler for Python's .pyc and .pyo files
'uncompyle2' converts Python byte-code back into equivalent Python source code. It accepts byte-code from Python version 2.5 to 2.7. Additionally, it will only run on Python 2.7. The generated source is very readable: docstrings, lists, tuples and hashes get pretty-printed. Features . decompiles Python byte-code into equivalent Python source . decompiles byte-code from Python version 2.5, 2.6, 2.7 . pretty-prints docstrings, hashes, lists and tuples . reads directly from .pyc/.pyo files, bulk-decompile whole directories . output may be written to file, a directory or to stdout . option for including byte-code disassembly into generated source
devel/natural-0.1.6 (Score: 0.032514982)
Convert data to their natural (human-readable) format
Convert data to their natural (human-readable) format