Ports Search

Results 4,6314,640 of 5,623 for /devel/.(0.048 seconds)
devel/TurboJson-1.1.4 (Score: 0.032514982)
Python template plugin for TurboGears that supports json
Python template plugin for TurboGears that supports json
devel/TurboKid-1.0.5 (Score: 0.032514982)
Python template plugin that supports Kid templates
Python template plugin for TurboGears that supports Kid templates
devel/tw.forms-0.9.9 (Score: 0.032514982)
Web Widgets for building and validating forms
Web Widgets for building and validating forms. (former ToscaWidgetsForms)
devel/twext-0.15423 (Score: 0.032514982)
Extensions to Twisted
twext is a Python module consisting of extensions to the Twisted Framework. (http://twistedmatrix.com/)
devel/twiggy-0.4.7 (Score: 0.032514982)
Pythonic logger
Twiggy is a Pythonic logger. As near as I can tell, Twiggy is the first totally new design for a logger since log4j was developed in 1996. Let me say that again: Twiggy is the first new logger in 15 years. Twiggy: * Uses new-style format strings by default. Way nicer than %s (printf). * Includes easy support for structured logging * Loosely couples loggers and outputs for configuration * Supports asynchronous logging using the multiprocessing module * Solves Your Problems. Pets Your Puppy.
devel/usb-1.0.0b1 (Score: 0.032514982)
Python wrapper around libusb
PyUSB aims to be an easy to use Python module to access USB devices. PyUSB relies on a native system library for USB access.
devel/twine-1.6.5 (Score: 0.032514982)
Collection of utilities for interacting with PyPI
Twine is a utility for interacting with PyPI.
devel/twisted-15.5.0 (Score: 0.032514982)
Asynchronous networking framework written in Python
From the README: Twisted is an event-based framework for Internet applications. It includes a web server, a telnet server, a chat server, a news server, a generic client and server for remote object access, and APIs for creating new protocols and services. Twisted supports integration of the Tk, GTK+, Qt or wxPython event loop with its main event loop. The Win32 event loop is also supported, as is basic support for running servers on top of Jython. Twisted is based on an unconventional and somewhat Twisted design philosophy.
devel/twisted-15.2.1 (Score: 0.032514982)
Metaport of Twisted, an event-driven networking engine
From the README: Twisted is an event-based framework for Internet applications. It includes a web server, a telnet server, a chat server, a news server, a generic client and server for remote object access, and APIs for creating new protocols and services. Twisted supports integration of the Tk, GTK+, Qt or wxPython event loop with its main event loop. The Win32 event loop is also supported, as is basic support for running servers on top of Jython. Twisted is based on an unconventional and somewhat Twisted design philosophy.
devel/twistedCore-15.2.1 (Score: 0.032514982)
Asynchronous networking framework for Python (Core Module)
Twisted is an asynchronous networking framework written in python. It is used by most of the servers, clients and protocols that are part of other Twisted projects. - twisted.cred, a pluggable authentication system for servers; - twisted.enterprise, an asynchronous adapter of Python DB-API 2.0 database interfaces; - twisted.internet, the Twisted event loop; - twisted.manhole, a debugging service; - twisted.persisted, a collection of object persistence systems - twisted.protocols, a collection of simple network protocols and helper utilities; - twisted.python, a set of Twisted programming abstractions; - twisted.spread, a network transport, serializer and object broker; - twisted.trial, a unit-testing framework; and