Ports Search

Results 4,6114,620 of 5,623 for /devel/.(0.003 seconds)
devel/tapi-0.1.7 (Score: 0.032514982)
Framework for testing APIs
Tapi is a tool to automate the testing of your Application Programmer Interfaces (APIs). Features: - Test you API without writing any code (only edit a json file) - Test you APIs in a much more 'natural' way by specifying urls/verbs and what the output should be - Verify anything from response status codes, headers, body content etc - Also allows verification by issuing another API call to a different endpoint to ensure a prior API call worked - Execute arbitrary python scripts to populate request paramaters e.g. custom headers - Execute arbitrary python scripts to verify response from endpoint is valid - Tests your APIs using your own APIs
devel/tarantool-queue-0.1.0 (Score: 0.032514982)
Python bindings for Tarantool queue
Python Bindings for Tarantool Queue More details about Tarantool Queue on the page: https://github.com/tarantool/queue
devel/liblas-1.8.1 (Score: 0.032514982)
Library For Reading And Writing LAS-Format Data
libLAS is a BSD library for reading and writing ASPRS LAS version 1.0 and 1.1 data. LAS-formatted data is heavily used in LiDAR processing operations, and the LAS format is a sequential binary format used to store data from sensors and as intermediate processing storage by some applications.
devel/tblib-1.3.0 (Score: 0.032514982)
Traceback serialization library in Python
Pickle tracebacks and raise exceptions with pickled tracebacks in different processes. This allows better error handling when running code over multiple processes (imagine multiprocessing, billiard, futures, celery etc). Parse traceback strings and raise with the parsed tracebacks.
devel/distcc-3.1 (Score: 0.032514982)
Distribute compilation of C(++) code acrosss machines on a network
distcc is a program to distribute compilation of C code across several machines on a network. distcc should always generate the same results as a local compile, is simple to install and use, and is often significantly faster than a local compile. Unlike other distributed build systems, distcc does not require all machines to share a filesystem, have synchronized clocks, or to have the same libraries or header files installed. Machines can be running different operating systems, as long as they have compatible binary formats or cross-compilers. distcc sends the complete preprocessed source code across the network for each job, so all it requires of the volunteer machines is that they be running the distccd daemon, and that they have an appropriate compiler installed. This version also comes with a text-based as well as a GNOME-based monitor to inspect the load on the cluster, and how it is distributed among the various distcc nodes.
devel/tempstorage-2.12.2 (Score: 0.032514982)
RAM-based storage for ZODB
tempstorage is a storage implementation which uses RAM to persist objects, much like MappingStorage. Unlike MappingStorage, it needs not be packed to get rid of non-cyclic garbage and it does rudimentary conflict resolution. This is a ripoff of Jim's Packless bsddb3 storage.
devel/terminable_thread-0.7.1 (Score: 0.032514982)
Thread subclass / raise exceptions or terminate from another thread
Provides a subclass of Thread with facilities to raise an exception in the thread or terminate the thread from another thread. terminable_thread provides a subclass of threading.Thread, adding the facility to raise exceptions in the context of the given thread. This facility is incorporated in the terminable_thread.Thread methods raise_exc, which raises an arbitrary exception, and terminate, which raises SystemExit. This is not done in an entirely robust manner, and there may be unreported issues with it. It uses the unexposed PyThreadState_SetAsyncExc function (via ctypes) to raise an exception for the given thread.
devel/termstyle-0.1.10 (Score: 0.032514982)
Dirt-simple terminal-colour library for python
Termstyle is a simple python library for adding coloured output to terminal (console) programs. The definitions come from ECMA-048, the "Control Functions for Coded Character Sets" standard.
devel/testtools-0.9.35 (Score: 0.032514982)
Extensions to the Python library's unit testing framework
testtools is a set of extensions to the Python standard library's unit testing framework. These extensions have been derived from years of experience with unit testing in Python and come from many different sources. testtools also backports unittest changes from recent Pythons to Python 2.4 and 2.5.
devel/tgMochiKit-1.4.2 (Score: 0.032514982)
MochiKit packaged as TurboGears widgets
py-tgMochiKit is a packaging of the MochiKit JavaScript library as a TurboGears widget.