Ports Search

Results 1,3911,400 of 5,161 for /ports-mgmt/.(0.008 seconds)
devel/period-0.5 (Score: 0.006224396)
Basic time period checking library
This is an early version of a basic time period checking library for Python. It is in part inspired by perl's Time::Period module and the time class mechanism of Cfengine.
devel/plex-1.1.5 (Score: 0.006224396)
Lexical Analysis Module for Python
Plex is a Python module for constructing lexical analysers, or scanners. Plex scanners have almost all the capabilities of the scanners generated by GNU Flex, and are specified in a very similar way. Tokens are defined by regular expressions, and each token has an associated action, which may be to return a literal value, or to call an arbitrary function.
devel/pqueue-0.2 (Score: 0.006224396)
Fibonacci-Heap based Priority-Queue Extension for Python
This module implements efficient priority-queues using Fibonacci heaps. While for many purpose this is not as efficient as the more-common binomial heaps, it is very efficient in some aspects that make it very useful for traversal of very large graph structures.
devel/objecthash-20160121 (Score: 0.006224396)
Cross-language way to cryptographically hash JSON objects
Objecthash provides a way to cryptographically hash objects (in the JSON-ish sense) that works cross-language and therefore cross-encoding.
devel/Pymacs-0.25 (Score: 0.006224396)
Python package for scripting emacs
Pymacs is a powerful tool which, once started from Emacs, allows both-way communication between Emacs Lisp and Python. Pymacs aims Python as an extension language for Emacs rather than the other way around, and this asymmetry is reflected in some design choices. Within Emacs Lisp code, one may load and use Python modules. Python functions may themselves use Emacs services, and handle Emacs Lisp objects kept in Emacs Lisp space.
devel/repl-0.8.4 (Score: 0.006224396)
Replacement for readline and interactive environment for Python
Pyrepl is a neat replacement for python readline module. Features: - sane multi-line editing - history, with incremental search - completion, including displaying of available options - a fairly large subset of the readline emacs-mode key bindings (adding more is mostly just a matter of typing) - Deliberately liberal, Python-style license - no global variables, so you can run two independent readers without having their histories interfering.
devel/repoze.who-testutil-1.0.1 (Score: 0.006224396)
Test utilities for repoze.who-powered applications
repoze.who-testutil is a repoze.who plugin which modifies repoze.who's original middleware to make it easier to forge authentication, without bypassing identification (this is, running the metadata providers). It's been created to ease testing of repoze.who-powered applications, in a way independent of the identifiers, authenticators and challengers used originally by your application, so that you won't have to update your test suite as your application grows and the authentication method changes.
devel/qt4-qtsolutions-soap-20110722 (Score: 0.006224396)
QT4 Solutions SOAP Component
The Qt SOAP project provides basic web service support with version 1.1 of the SOAP protocol.
devel/abi-compliance-checker-1.99 (Score: 0.006224396)
Checks binary compatibility of two versions of a C/C++ shared library
Given the header files and shared objects corresponding to two different shared library versions, and a simple description of each of the shared libraries in XML format, abi-compliance-checker searches for the following kinds of binary compatibility problems: --added/withdrawn interfaces (functions, global variables) --changes to constants --problems in data types: --classes: added/withdrawn virtual functions (changes in layout of virtual table), virtual function positions, virtual function redefinitions --structural data types: added/withdrawn members (changes in layout of type structure), changes in members, size changes --enumerations: member value changes --interface problems: --parameter and return type changes --incorrect symbol versions The checker then generates a report that assesses the risks of any potential problems detected.
devel/adime-2.2.1 (Score: 0.006224396)
Generate Allegro dialogs in a simple way
Adime is a portable add-on library for Allegro with functions for generating Allegro dialogs in a very simple way. Its main purpose is to give as easy an API as possible to people who want dialogs for editing many kinds of input data.