Ports Search

Results 4,6214,630 of 5,623 for /devel/.(0.004 seconds)
devel/thrift-0.9.3 (Score: 0.032514982)
Python interface to Thrift
Python interface to Thrift.
devel/tinyarray-1.1.0 (Score: 0.032514982)
Arrays of numbers for Python, optimized for small sizes
Tinyarrays are similar to NumPy arrays, but optimized for small sizes. Common operations on very small arrays are to 3-7 times faster than with NumPy (with NumPy 1.6 it used to be up to 35 times), and 3 times less memory is used to store them. Tinyarrays are useful if you need many small arrays of numbers, and cannot combine them into a few large ones. (The resulting code is still much slower than C, but it may now be fast enough.)
devel/tipper-0.1 (Score: 0.032514982)
Tracebacks for python via SIGUSR1
Tipper is a small utility for dumping `stack tracebacks`_ of running Python processes. Included is a module that, when imported, installs a `signal handler`_ for `SIGUSR1`_. Running ``kill -SIGUSR1 [pid]`` will cause the process to dump the current stack trace of each thread to ``$TMPDIR/tipper-[Unix timestamp]-[parent pid]-[pid].log``.
devel/total-ordering-0.1.0 (Score: 0.032514982)
Backport functools.total_ordering to Python 2.x
functools.total_ordering backport for Python 2.x
devel/tox-2.3.1 (Score: 0.032514982)
Virtualenv-based automation of test activities
Tox as is a generic virtualenv management and test command line tool you can use for: * checking your package installs correctly with different Python versions and interpreters * running your tests in each of the environments, configuring your test tool of choice * acting as a frontend to Continuous Integration servers, greatly reducing boilerplate and merging CI and shell-based testing.
devel/traitlets-4.2.2 (Score: 0.032514982)
Configuration system for Python applications
Traitlets is a framework that lets Python classes have attributes with type checking, dynamically calculated default values, and 'on change' callbacks. Keeps configuration in a variety of formats, including JSON.
devel/transaction-1.6.0 (Score: 0.032514982)
Transaction management for Python
py-transaction contains a generic transaction implementation for Python. It is mainly used by the ZODB, though.
devel/trollius-2.0 (Score: 0.032514982)
Port of the Tulip project (asyncio module, PEP 3156) on Python 2
Trollius provides infrastructure for writing single-threaded concurrent code using coroutines, multiplexing I/O access over sockets and other resources, running network clients and servers, and other related primitives.
devel/TurboCheetah-1.0 (Score: 0.032514982)
TurboGears plugin to support use of Cheetah templates
TurboGears plugin to support use of Cheetah templates.
devel/TurboJson-1.3.2 (Score: 0.032514982)
Python template plugin for TurboGears that supports json
Python template plugin for TurboGears that supports json