Ports 搜索

共有17,660项符合descr%3A%22spam filter%22的查询结果,以下是第14,90114,910项(搜索用时0.016秒)
devel/Base-1.8 (Score: 9.2782444E-5)
Base package that all ezc components packages rely on
The Base component provides the basic functionality, such as autoloading, that all eZ Components need to function properly. The Base component needs to be loaded specifically. Base can also autoload external class reposito- ries from outside the eZ Components. Aside from the autoload functionality, the Base component also contains a number of generic Exception classes that all inherit from the ezcBaseExce- ption class.
devel/qtcreator-4.1.0 (Score: 9.2782444E-5)
C++ and QML IDE for Qt development
Qt Creator is a cross-platform IDE (integrated development environment) tailored to the needs of Qt developers. It is part of the Qt Project. It includes: * code editor with C++, QML and ECMAscript support; * rapid code navigation tools; * static code checking and style hints as you type; * context sensitive help; * visual debugger; * integrated GUI layout and forms designer.
devel/numba-0.28.1 (Score: 9.2782444E-5)
Optimizing compiler for Python using LLVM
Numba gives you the power to speed up your applications with high performance functions written directly in Python. With a few annotations, array-oriented and math-heavy Python code can be just-in-time compiled to native machine instructions, similar in performance to C, C++ and Fortran, without having to switch languages or Python interpreters.
devel/opster-4.1 (Score: 9.2782444E-5)
Command line parsing speedster
A command line options parser, intended to make writing command line applications easy and painless. It uses built-in Python types (lists, dictionaries, etc) to define options, which makes configuration clear and concise. Additionally it contains possibility to handle subcommands (i.e. hg commit or svn update).
devel/pyface-5.1.0 (Score: 9.2782444E-5)
Enthought traits-capable windowing framework
The pyface project contains a toolkit-independent GUI abstraction layer, which is used to support the "visualization" features of the Traits package. Thus, you can write code in terms of the Traits API (views, items, editors, etc.), and let pyface and your selected toolkit and back-end take care of the details of displaying them. The following GUI backends are supported: * wxPython * PyQt * PySide
devel/serpent-1.13 (Score: 9.2782444E-5)
Simple serialization library based on ast.literal_eval
Serpent is a simple serialization library based on ast.literal_eval. Because it only serializes literals and recreates the objects using ast.literal_eval(), the serialized data is safe to transport to other machines (over the network for instance) and de-serialize it there.
devel/Shapely-1.5.17 (Score: 9.2782444E-5)
Python Package for Manipulation 2D Geospatial Geometry
Shapely is a Python package for manipulation and analysis of 2D geospatial geometries. It is based on GEOS (http://geos.refractions.net). Shapely 1.0 is not concerned with data formats or coordinate reference systems. Responsibility for reading and writing data and projecting coordinates is left to other packages like WorldMill and pyproj.
devel/svk-2.2.3 (Score: 9.2782444E-5)
一个分布式版本控制系统
svk 是一个用 Perl 写成的分散的版本控制系统。 它使用 subversion 文件系统但是提供了额外的功能: - 离线操作,比如checkin、log、merge。 - 分布式分支。 - 轻量级的工作复本管理(没有 .svn 目录)。 - 高级的合并算法,如 star-merge 和 cherry picking。
devel/pure-ffi-0.14 (Score: 9.2782444E-5)
Pure language interface to libffi
This module provides an interface to libffi which enables you to call C functions from Pure and vice versa. It extends and complements Pure's built-in C interface in that it also handles C structs and makes Pure functions callable from C without writing a single line of C code.
devel/BytecodeAssembler-0.6 (Score: 9.2782444E-5)
Generate Python code objects by "assembling" bytecode
py-BytecodeAssembler is a simple bytecode assembler module that handles most low-level bytecode generation details like jump offsets, stack size tracking, line number table generation, constant and variable name index tracking, etc. That way, you can focus your attention on the desired semantics of your bytecode instead of on these mechanical issues.