Ports 搜索

共有17,754项符合%E6%8E%A7%E5%88%B6%E5%8F%B0的查询结果,以下是第6,0816,090项(搜索用时0.009秒)
devel/django-rq-dashboard-0.3.0 (Score: 9.15773E-5)
Monitor your RQ queues, jobs and workers from the Django admin
RQ is a simple task queue for queuing and processing jobs. django-rq-dashboard is a web frontend to monitor your RQ queues, jobs and workers in realtime from the Django admin.
devel/pycparser-2.10 (Score: 9.15773E-5)
C parser in Python
pycparser is a complete parser of the C language, written in pure Python using the PLY parsing library. It parses C code into an AST and can serve as a front-end for C compilers or analysis tools.
devel/git-up-1.3.0 (Score: 9.15773E-5)
Python implementation of 'git up'
PyGitUp is a Python implementation of the great aanand/git-up/. It not only fully covers the abilities of git-up and should be a drop-in replacement, but also extends it slightly.
devel/greenlet-0.4.10 (Score: 9.15773E-5)
Light-weight microthreads for Python
greenlet provides a primitive form of micro-threads in the form of a native extension module to Python. Higher-level primitives such as coroutine scheduling are not part of greenlet itself, but can be built upon it.
devel/grizzled-0.9.4 (Score: 9.15773E-5)
The Grizzled Python Utility Library
The Grizzled Utility Library is a general-purpose Python library with a variety of different modules and packages. It's roughly organized into subpackages that group different kinds of utility functions and classes.
devel/minimongo-0.2.7 (Score: 9.15773E-5)
Minimal database Model management for MongoDB
Minimongo is a lightweight, schemaless, Pythonic Object-Oriented interface to MongoDB. It provides a very thin, dynamicly typed (schema-less) object management layer for any data stored in any MongoDB collection. Minimongo directly calls the existing pymongo query syntax.
devel/trace2html-0.2.1 (Score: 9.15773E-5)
HTML coverage report generator for trace.py
`trace2html' is a utility to convert execution coverage data obtained with the `trace' module of the standard python library into a set of human readable HTML documents showing sortable summary and annotated source files.
devel/c-unit-1.1.1 (Score: 9.15773E-5)
Unit testing framework for C
CUnit is a system for writing, administering, and running unit tests in C. It is built as a static library which is linked with the user's testing code.
devel/erlang-certifi-0.6.0 (Score: 9.15773E-5)
CA bundle for Erlang applications
This Erlang library contains a CA bundle that you can reference in your Erlang application. This is useful for systems that do not have CA bundles that Erlang can find itself, or where a uniform set of CAs is valuable.
devel/scripttest-1.3.0 (Score: 9.15773E-5)
Helper to test command-line scripts
ScriptTest is a library to help you test your interactive command-line applications. With it you can easily run the command (in a subprocess) and see the output (stdout, stderr) and any file modifications.