Ports 搜索

共有5,623项符合/devel/的查询结果,以下是第4,1814,190项(搜索用时0.003秒)
devel/epdb-0.15 (Score: 0.032514982)
Enhanced Python Debugger
Adds functionality to the python debugger, including support for remote debugging.
devel/epsilon-0.7.1 (Score: 0.032514982)
Set of Python utility modules used by DivMod projects
A small utility package that depends on tools too recent for Twisted (like datetime in python2.4) but performs generic enough functions that it can be used in projects that don't want to share Divmod's other projects' large footprint. Currently included: * A powerful date/time formatting and import/export class (ExtimeDotTime), for exchanging date and time information between all Python's various ways to interpret objects as times or time deltas. * Tools for managing concurrent asynchronous processes within Twisted. * A metaclass which helps you define classes with explicit states. * A featureful Version class. * A formal system for application of monkey-patches.
devel/evdev-0.5.0 (Score: 0.032514982)
Bindings to the Linux input handling subsystem
This package provides bindings to the generic input event interface in Linux. The evdev interface serves the purpose of passing events generated in the kernel directly to userspace through character devices that are typically located in /dev/input/. This package also comes with bindings to uinput, the userspace input subsystem. Uinput allows userspace programs to create and handle input devices that can inject events directly into the input subsystem.
devel/event-0.3 (Score: 0.032514982)
Python bindings for libevent
Python Bindings for libevent
devel/exam-0.10.5 (Score: 0.032514982)
Exam is a Python toolkit for writing better tests
Exam is a Python toolkit for writing better tests. It aims to remove a lot of the boiler plate testing code one often writes, while still following Python conventions and adhering to the unit testing interface.
devel/fabric-1.10.2 (Score: 0.032514982)
Simple, Pythonic remote execution and deployment
Fabric is a simple pythonic remote deployment tool. It is designed to upload files to, and run shell commands on, a number of servers in parallel or serially. These commands are grouped in tasks (regular python functions) and specified in a 'fabfile.' This is called remote automation, and the primary use case is deploying applications to multiple similar hosts.
devel/protocols-0.9.3 (Score: 0.032514982)
Python module extending the PEP 246 adapt() function
PyProtocols extends the PEP 246 adapt() function with a new "declaration API" that lets you easily define your own protocols and adapters, and declare what adapters should be used to adapt what types, objects, or protocols. In addition to its own Interface type, PyProtocols can also use Twisted and Zope's Interface types too.
devel/fake-factory-0.5.7 (Score: 0.032514982)
Generate fake data using python
*Faker* is a Python package that generates fake data for you. Whether you need to bootstrap your database, create good-looking XML documents, fill-in your persistence to stress test it, or anonymize data taken from a production service, Faker is for you. Faker is heavily inspired by PHP's [Faker][php-faker], Perl's [Data::Faker][perl-faker], and by ruby's [Faker][ruby-faker].
devel/filemagic-1.6 (Score: 0.032514982)
Python API for libmagic, the library behind the Unix file command
filemagic provides a Python API for libmagic, the library behind Unix file command. It enables the Python developer to easilty test for file types from the extensive identification library that is shipped with libmagic. Features: * Simple, Python API * Identifies named files or strings * Return a textual description, mime type or mime encoding * Provide custom magic files to customize file detection * Support for both Python2 and Python3 * Support for both CPython and PyPy
devel/pycalendar-2.0 (Score: 0.032514982)
iCalendar and vCard module for python
An iCalendar and vCard project for python. SVN: http://svn.mulberrymail.com/repos/PyCalendar/branches/server-stable/