Ports Search

Results 4,1014,110 of 5,623 for /devel/.(0.004 seconds)
devel/calendar-0.15423 (Score: 0.032514982)
Library for iCalendar/vCard data
calendar is a python library for parsing and generating iCalendar data. See RFC 5545 and 6350. http://svn.calendarserver.org/repository/calendarserver/PyCalendar/trunk
devel/canonicaljson-1.0.0 (Score: 0.032514982)
Canonical JSON
A JSON library for Python that provides features such as sorted keys, no insignificant whitespace, minimal escaping where necessary and supports frozendict immutable dictionaries.
devel/capstone-3.0.4 (Score: 0.032514982)
Python bindings for the Capstone Disassembly Engine
Python bindings for the Capstone Disassembly Engine Capstone is a disassembly framework with the target of becoming the ultimate disasm engine for binary analysis and reversing in the security community.
devel/celery-3.1.23 (Score: 0.032514982)
Asynchronous task queue/job queue
Celery is an open source asynchronous task queue/job queue based on distributed message passing. It is focused on real-time operation, but supports scheduling as well. The execution units, called tasks, are executed concurrently on one or more worker nodes. Tasks can execute asynchronously (in the background) or synchronously (wait until ready). Celery is written in Python, but the protocol can be implemented in any language. It can also operate with other languages using webhooks. The recommended message broker is RabbitMQ, but limited support for Redis, Beanstalk, MongoDB, CouchDB, and databases (using SQLAlchemy or the Django ORM) is also available.
devel/libreadline-java-0.8.0 (Score: 0.032514982)
JNI wrapper around GNU Readline / libedit / libgetline
Java-Readline is a port of GNU Readline for Java. Or, to be more precise, it is a JNI-wrapper to Readline. It is distributed under the LGPL. You must call Readline.load(ReadlineLibrary lib); before using any other methods. If you omit the call to the load()-method, the pure Java fallback solution is used. Possible values for lib are: ReadlineLibrary.PureJava ReadlineLibrary.GnuReadline ReadlineLibrary.Editline ReadlineLibrary.Getline Note that all programs using GnuReadline will fall under the GPL, since Gnu-Readline is GPL software!
devel/characteristic-14.3.0 (Score: 0.032514982)
Python attributes without boilerplate
characteristic is a Python package with class decorators that ease the chores of implementing the most common attribute-related object protocols. You just specify the attributes to work with and characteristic gives you any or all of: a nice human-readable __repr__, a complete set of comparison methods, immutability for attributes, and a kwargs-based initializer without writing dull boilerplate code again and again.
devel/check-manifest-0.31 (Score: 0.032514982)
Check MANIFEST.in in a Python source package for completeness
Check MANIFEST.in in a Python source package for completeness. - Are you a Python developer? - Have you uploaded packages to the Python PackageIndex? - Have you accidentally uploaded broken packages with some files missing? If so, check-manifest is for you.
devel/cheetah-2.4.4 (Score: 0.032514982)
HTML template engine for Python
Cheetah is a Python-powered template engine and code generator. It can be used as a standalone utility or it can be combined with other tools. Cheetah has many potential uses, but web developers looking for a viable alternative to ASP, JSP, PHP and PSP are expected to be its principle user group.
devel/lazy-1.2 (Score: 0.032514982)
Lazy attributes for Python objects
The lazy module provides a decorator to create lazy attributes. A lazy attribute is a computed attribute that is evaluated only once, the first time it is used. Subsequent uses return the results of the first call.
devel/Horde_Alarm-2.2.8 (Score: 0.032514982)
PEAR Horde alarm libraries
This package provides an interface to deal with reminders, alarms and notifications through a standardized API. The following notification methods are available at the moment: standard Horde notifications, popups, emails, sms.