Ports 搜索

共有5,623项符合/devel/的查询结果,以下是第4,0814,090项(搜索用时0.004秒)
devel/babelfish-0.5.5 (Score: 0.032514982)
Module to work with countries and languages
BabelFish is a Python library to work with countries and languages.
devel/backports_abc-0.4 (Score: 0.032514982)
Backport of recent additions to the 'collections.abc' module
A backport of recent additions to the 'collections.abc' module.
devel/buildbot-0.8.12 (Score: 0.032514982)
Continuous Integration Framework (Master)
The BuildBot is a system to automate the compile/test cycle required by most software projects to validate code changes. By automatically rebuilding and testing the tree each time something has changed, build problems are pinpointed quickly, before other developers are inconvenienced by the failure. The guilty developer can be identified and harassed without human intervention. By running the builds on a variety of platforms, developers who do not have the facilities to test their changes everywhere before checkin will at least know shortly afterwards whether they have broken the build or not. Warning counts, lint checks, image size, compile time, and other build parameters can be tracked over time, are more visible, and are therefore easier to improve. The overall goal is to reduce tree breakage and provide a platform to run tests or code-quality checks that are too annoying or pedantic for any human to waste their time with. Developers get immediate (and potentially public) feedback about their changes, encouraging them to be more careful about testing before checkin. For more information, please see: http://buildbot.net/trac
devel/iterpipes-0.4 (Score: 0.032514982)
Library for running shell pipelines using shell-like syntax
A library for running shell pipelines using shell-like syntax
devel/bcdoc-0.12.2 (Score: 0.032514982)
Tools to help document botocore-based projects
Tools to help document botocore-based projects.
devel/billiard-3.3.0.23 (Score: 0.032514982)
Python multiprocessing fork with improvements and bugfixes
billiard is a fork of the Python 2.7 multiprocessing package. The multiprocessing package itself is a renamed and updated version of R Oudkerk's pyprocessing package. This standalone variant is intended to be compatible with Python 2.4 and 2.5, and will draw its fixes/improvements from python-trunk.
devel/eris-1.3.23 (Score: 0.032514982)
WorldForge client entity library
Eris, the WorldForge client entity library is designed to simplify client development (and avoid duplicating effort) by providing a common framework to deal with server communications.
devel/biplist-0.9 (Score: 0.032514982)
Library for reading/writing binary plists
biplist is a binary plist parser/generator for Python Binary Property List (plist) files provide a faster and smaller serialization format for property lists on OS X. This is a library for generating binary plists which can be read by OS X, iOS, or other clients.
devel/bison-0.1.8 (Score: 0.032514982)
Python-based parsing at the speed of C
PyBison is a Python binding to the Bison (yacc) and Flex (lex) parser-generator utilities. It allows parsers to be quickly and easily developed as Python class declarations, and for these parsers to take advantage of the fast and powerful C-based Bison/Flex. Users write a subclass of a basic Parser object, containing a set of methods and attributes specifying the grammar and lexical analysis rules, and taking callbacks for providing parser input, and receiving parser target events. Features * Runs at near the speed of C-based parsers, due to direct hooks into bison-generated C code * Full LALR(1) grammar support * Includes a utility to convert your legacy grammar (.y) and scanner (.l) scripts into python modules compatible with PyBison * Easy to understand - the walkthrough and the examples will have you writing your own parsers in minutes * Comfortable and intuitive callback mechanisms * Can export parse tree to XML with a simple method call * Can reconstitute a parse tree from XML
devel/jedi-0.8.1 (Score: 0.032514982)
Autocompletion tool for Python
Jedi is an autocompletion tool for Python that can be used in IDEs/editors. Jedi works. Jedi is fast. It understands all of the basic Python syntax elements including many builtin functions. Additionaly, Jedi suports two different goto functions and has support for renaming as well as Pydoc support and some other IDE features.