Ports 搜索

共有5,623项符合/devel/的查询结果,以下是第4,6014,610项(搜索用时0.003秒)
devel/stopit-1.1.1 (Score: 0.032514982)
Timeout control decorator and context managers in Python
Raise asynchronous exceptions in other threads, control the timeout of blocks or callables with two context managers and two decorators.
devel/rreadline-0.5.4 (Score: 0.032514982)
Pure Ruby implementation of the Readline library
RReadline is a pure Ruby implementation of the Readline library.
devel/structlog-16.0.0 (Score: 0.032514982)
Structured Logging for Python
Structured Logging for Python Makes structured logging with key-value logging, incremental context building, and arbitrary formatting easy.
devel/stsci.distutils-0.3.7 (Score: 0.032514982)
Packaging utilities used by some of STScI's packages
This package contains utilities used to package some of STScI's Python projects, specifically those projects that comprise stsci_python and Astrolib. It currently consists mostly of some setup_hook scripts meant for use with distutils2/packaging and/or d2to1, and a customized easy_install command meant for use with distribute. This package is not meant for general consumption, though it might be worth looking at for examples of how to do certain things with your own packages.
devel/subversion-1.9.4 (Score: 0.032514982)
版本控制系统的 Python 绑定
Subversion 是一个版本控制系统,其设计得尽可能地类似于 cvs(1),但解决了很多 cvs(1) 未解决的问题。 这个 port 给 Subversion 添加 Python 绑定。
devel/subvertpy-0.9.2 (Score: 0.032514982)
Python bindings for subversion
This is an implementation of Python bindings for the Subversion version control system, aiming to be complete, fast and feel native to Python programmers. Bindings are provided for the working copy, client, delta, remote access and repository APIs. A hookable server side implementation of the custom Subversion protocol (svn_ra) is also provided.
devel/sure-1.2.24 (Score: 0.032514982)
Utility belt for automated testing in Python for Python
A testing library for python with powerful and flexible assertions. Sure is heavily inspired by should.js
devel/sysv_ipc-0.7.0 (Score: 0.032514982)
System V IPC for Python
Sysv_ipc gives Python programs access to System V semaphores, shared memory and message queues.
devel/tables-3.2.2 (Score: 0.032514982)
Hierarchical database for Python
The goal of PyTables is to enable the end user to manipulate easily scientific data tables and Numerical Python objects in a persistent, disk-based hierarchical structure.
devel/tabulate-0.7.5 (Score: 0.032514982)
Pretty-print tabular data in Python
Pretty-print tabular data in Python. The main use cases of the library are: printing small tables without hassle: just one function call, formatting is guided by the data itself authoring tabular data for lightweight plain-text markup: multiple output formats suitable for further editing or transformation readable presentation of mixed textual and numeric data: smart column alignment, configurable number formatting, alignment by a decimal point