Ports 搜索

共有17,660项符合descr%3A%22spam filter%22的查询结果,以下是第11,86111,870项(搜索用时0.011秒)
devel/multipledispatch-0.4.8 (Score: 1.1597805E-4)
Relatively sane approach to multiple dispatch in Python
A relatively sane approach to multiple dispatch in Python. This implementation of multiple dispatch is efficient, mostly complete, performs static analysis to avoid conflicts, and provides optional namespace support. It looks good too.
devel/natsort-5.0.1 (Score: 1.1597805E-4)
Natural sorting for python
Normal python sort algorithm sorts lexicographically, so you might not get the results that you expect. Natsort provides a function natsorted() that helps sort lists "naturally", either as real numbers (i.e. signed/unsigned floats or ints), or as versions.
devel/noseofyeti-1.5.1 (Score: 1.1597805E-4)
Nose plugin providing BDD dsl for Python
Nose plugin providing BDD dsl for python Plugin for nose, inspired by http://github.com/fmeyer/yeti, which uses a codec style to provide an RSpec style BDD dsl for python tests
devel/optik-1.5.3 (Score: 1.1597805E-4)
Command-line parsing library for Python
Optik is a powerful, flexible, extensible, easy-to-use command-line parsing library for Python. Using Optik, you can add intelligent, sophisticated handling of command-line options to your scripts with very little overhead.
devel/pefile-2016.3.28 (Score: 1.1597805E-4)
Python module to read and work with PE files
pefile is a Python module to read and work with PE files. Most of the information in the PE Header is accessible, as well as all the sections, section's information and data.
devel/period-0.5 (Score: 1.1597805E-4)
Basic time period checking library
This is an early version of a basic time period checking library for Python. It is in part inspired by perl's Time::Period module and the time class mechanism of Cfengine.
devel/pex-1.1.2 (Score: 1.1597805E-4)
PEX packaging toolchain
PEX files are self-contained executable Python virtual environments. More specifically, they are carefully constructed zip files with a #!/usr/bin/env python and special __main__.py that allows you to interact with the PEX runtime
devel/pika-0.10.0 (Score: 1.1597805E-4)
Python AMQP Client Library
Pika is a pure-Python implementation of the AMQP 0-9-1 protocol that tries to stay fairly independent of the underlying network support library. Pika was developed primarily for use with RabbitMQ, but should also work with other AMQP 0-9-1 brokers.
devel/avrdude-6.2 (Score: 1.1597805E-4)
Program for programming the on-chip memory of Atmel AVR CPUs
AVRDUDE - AVR Downloader/UploaDEr - is a program for updating the flash, eeprom, and fuse bit memories of Atmel AVR microcontrollers. It operates with several programmers including STK500 and most directly connect parallel port style programmers.
devel/protobuf-2.6.1 (Score: 1.1597805E-4)
Google protobuf Python Client Library
Protocol Buffers are a way of encoding structured data in an efficient yet extensible format. Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats.