Ports Search

Results 4,1714,180 of 5,623 for /devel/.(0.006 seconds)
MongoEngine support for django-tastypie
devel/docker-py-1.7.2 (Score: 0.032514982)
API client for docker written in Python
A Python library for the Docker Remote API. It does everything the docker command does, but from within Python: run containers, manage them, pull/push images, etc.
devel/dogpile.cache-0.6.1 (Score: 0.032514982)
Caching front-end based on the Dogpile lock
A caching API built around the concept of a "dogpile lock", which allows continued access to an expiring data value while a single thread generates a new value. dogpile.cache builds on the dogpile.core locking system, which implements the idea of "allow one creator to write while others read" in the abstract. Overall, dogpile.cache is intended as a replacement to the Beaker caching system, the internals of which are written by the same author.
devel/doit-0.29.0 (Score: 0.032514982)
Task management & automation tool
doit comes from the idea of bringing the power of build-tools to execute any kind of task. A task describes some computation to be done (actions), and contains some extra meta-data. Actions: * can be external programs (executed as shell commands) or python functions. * a single task may define more than one action.
devel/durus-3.9 (Score: 0.032514982)
Persistent object storage system for Python
Durus is a persistent object system for applications written in the Python programming language. Durus offers an easy way to use and maintain a consistent collection of object instances used by one or more processes. Access and change of a persistent instances is managed through a cached Connection instance which includes commit() and abort() methods so that changes are transactional. Durus is best suited to collections of less than a million instances with relatively stable state.
devel/dynrules-0.1.0 (Score: 0.032514982)
Dynamic Scripting for adaptive AI systems
dynrules is a dynamic ruleset scripting package for Python. It uses the Dynamic Scripting technique to create adaptive AI scripts automatically from predefined rulesets.
devel/libbrotli-1.0 (Score: 0.032514982)
Library for generic-purpose lossless compression algorithm
Wrapper scripts and code around the brotli code base. Builds libraries out of the brotli decode and encode sources.
devel/bunny-0.93 (Score: 0.032514982)
Closed loop, high-performance, general purpose protocol-blind fuzzer
A closed loop, high-performance, general purpose protocol-blind fuzzer for C programs. Uses compiler-level integration to seamlessly inject precise and reliable instrumentation hooks into the traced program. These hooks enable the fuzzer to receive real-time feedback on changes to the function call path, call parameters, and return values in response to variations in input data. This architecture makes it possible to significantly improve the coverage of the testing process without a noticeable performance impact usually associated with other attempts to peek into run-time internals.
devel/enum34-1.1.6 (Score: 0.032514982)
Python 3.4 Enum backported to 3.3, 3.2, 3.1, 2.7
An enumeration is a set of symbolic names (members) bound to unique, constant values. Within an enumeration, the members can be compared by identity, and the enumeration itself can be iterated over.
devel/envisage-4.5.1 (Score: 0.032514982)
Enthought extensible application framework
Envisage is a Python-based framework for building extensible applications, that is, applications whose functionality can be extended by adding "plug-ins". Envisage provides a standard mechanism for features to be added to an application, whether by the original developer or by someone else. In fact, when you build an application using Envisage, the entire application consists primarily of plug-ins. In this respect, it is similar to the Eclipse and Netbeans frameworks for Java applications. Each plug-in is able to: * Advertise where and how it can be extended (its "extension points"). * Contribute extensions to the extension points offered by other plug-ins. * Create and share the objects that perform the real work of the application ("services"). The Envisage project provides the basic machinery of the Envisage framework.