Ports Search

Results 1,3811,390 of 5,161 for /ports-mgmt/.(0.005 seconds)
devel/kjbuckets-1.0.0 (Score: 0.006224396)
Graph and set datatypes for Python (C extension)
From the documentation: The kjbuckets module defines three data types for Python: kjSet, kjGraph, and kjDict. These types come with a number of associated methods, including common set theoretical operations such as union, intersection, difference, composition, transposition, reachability sets, and transitive closure. For suitably large compute intensive uses these types should provide up to an order of magnitude speedup versus an implementation that uses analogous operations implemented directly in Python.
devel/kqueue-1.4 (Score: 0.006224396)
Python interface to kqueue(2) and kevent(2) system calls
py-kqueue (aka PyKQueue) is a Python module that interfaces to the kqueue(2) and kevent(2) system calls. kqueue(2) and kevent(2) implements an event-driven notification system, intended as a replacement for select(2) and poll(2), which require lengthy preparation and bookkeeping to use. With kevent(2), a list of file descriptors or other object to monitor is passed in once, and the system returns a notification when the object triggers a filter, such as 'ready to read data' for file descriptors. See the man pages for details. This Python module provides a C module and supporting Python script to use these functions in a object-oriented manner.
devel/testoob-1.15 (Score: 0.006224396)
Advanced unit testing framework for PyUnit
Testoob is an advanced unit testing framework for Python. It integrates effortlessly with existing PyUnit (module 'unittest') test suites.
devel/mercurialserver-1.2.0 (Score: 0.006224396)
Software for hosting mercurial repositories
mercurial-server gives your developers remote read/write access to centralized Mercurial repositories using SSH public key authentication; it provides convenient and fine-grained key management and access control. All of the repositories controlled by mercurial-server are owned by a single user (the "hg" user in what follows), but many remote users can act on them, and different users can have different permissions. We don't use file permissions to achieve that - instead, developers log in as the "hg" user when they connect to the repository host using SSH, using SSH URLs of the form "ssh://hg@repository-host/repository-name". A restricted shell prevents them from using this access for unauthorized purposes. Developers are authenticated only using SSH keys; no other form of authentication is supported. To give a user access to the repository, place their key in an appropriately-named subdirectory of "/usr/lcoal/etc/mercurialserver/keys" and run "refresh-auth". You can then control what access they have to what repositories by editing the control file "/usr/local/etc/mercurialserver/access.conf", which can match the names of these keys against a glob pattern. For convenient remote control of access, you can instead (if you have the privileges) make changes to a special repository called "hgadmin", which contains its own "access.conf" file and "keys" directory. Changes pushed to this repository take effect immediately. The two "access.conf" files are concatenated, and the keys directories merged.
devel/mwlib.rl-0.14.5 (Score: 0.006224396)
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.006224396)
Python's MediaWiki Parser and Utility Library
py-mwlib provides a library for parsing mediawiki articles.
devel/ncurses-0.3 (Score: 0.006224396)
Ncurses binding for Python
A new ncurses binding for Python, generated with the help of SWIG. Includes bindings for libncurses, libpanel, libmenu, and libform.
devel/omniorb-3.7 (Score: 0.006224396)
Python bindings for omniORB4, a CORBA 2.6 ORB
omniORBpy is an object request broker (ORB) for Python which implements specification 2.6 of the Common Object Request Broker Architecture (CORBA). omniORBpy is implemented as a Python extension module (written in C++) to provide bindings for omniORB4, a high performance C++ ORB. This is the legacy version, based upon omniORB-4.1.
devel/optik-1.5.3 (Score: 0.006224396)
Command-line parsing library for Python
Optik is a powerful, flexible, extensible, easy-to-use command-line parsing library for Python. Using Optik, you can add intelligent, sophisticated handling of command-line options to your scripts with very little overhead.
devel/wsgiutils-0.7 (Score: 0.006224396)
Utility libraries for development of simple WSGI programs
WSGIUtils is a package of standalone utility libraries that ease the development of simple WSGI programs. The package is divided into two main components which can be used individually or in combination. wsgiServer is a multi-threaded WSGI web server based on SimpleHTTPServer. wsgiAdaptor is a simple WSGI application that provides basic authentication, signed cookies and persistent sessions.