Ports 搜索

共有17,660项符合descr%3A%22spam filter%22的查询结果,以下是第14,92114,930项(搜索用时0.015秒)
devel/gobject-2.28.6 (Score: 9.2782444E-5)
Python bindings for GObject
PyGObject provides a convenient wrapper for the GObject+ library for use in Python programs, and takes care of many of the boring details such as managing memory and type casting. When combined with PyGTK, PyORBit and gnome-python, it can be used to write full featured Gnome applications.
devel/intervaltree-2.1.0 (Score: 9.2782444E-5)
Editable interval tree data structure for Python 2 and 3
A mutable, self-balancing interval tree for Python 2 and 3. Queries may be by point, by range overlap, or by range envelopment. This library was designed to allow tagging text and time intervals, where the intervals include the lower bound but not the upper bound.
devel/iso8601-0.1.11 (Score: 9.2782444E-5)
Simple module to parse ISO 8601 dates
This module parses the most common forms of ISO 8601 date strings (e.g. 2007-01-14T20:34:22+00:00) into datetime objects. You can parse full date + times, or just the date. In both cases a datetime instance is returned but with missing times defaulting to 0, and missing days / months defaulting to 1.
devel/joblib-0.9.4 (Score: 9.2782444E-5)
Lightweight pipelining using Python functions as jobs
Joblib is a set of tools to provide lightweight pipelining in Python. In particular, joblib offers: * transparent disk-caching of the output values and lazy re-evaluation * easy simple parallel computing * logging and tracing of the execution Joblib is optimized to be fast and robust in particular on large data and has specific optimizations for numpy arrays.
devel/keystoneauth1-2.9.0 (Score: 9.2782444E-5)
Authentication Library for OpenStack Identity
This package contains tools for authenticating to an OpenStack-based cloud. These tools include: - Authentication plugins (password, token, and federation based) - Discovery mechanisms to determine API version support - A session that is used to maintain client settings across requests (based on the requests Python library)
devel/simpletal-4.3 (Score: 9.2782444E-5)
Stand alone TAL Python implementation to power HTML & XML templates
SimpleTAL is a stand alone Python implementation of the TAL, TALES and METAL specifications used in Zope to power HTML and XML templates. SimpleTAL is an independent implementation of TAL; there are no dependencies on Zope nor is any of the Zope work re-used.
devel/libspark2012-2012 (Score: 9.2782444E-5)
SPARK 2012 Spark.Ada library
At least one port requires exactly the Spark.Ada library that came with SPARK 2012. SPARK itself is not in ports -- SPARK 2014 is the first version planned to arrive -- so this is a separately packaged SPARK 2012 library to be compiled with the GNAT Ada compiler.
devel/libvirt-2.2.0 (Score: 9.2782444E-5)
Toolkit to interact with virtualization capabilities
A toolkit to interact with the virtualization capabilities of recent versions of Linux, and other OSes. libvirt provides: * Remote management using TLS encryption and x509 certificates * Remote management authenticating with Kerberos and SASL * Local access control using PolicyKit * Zero-conf discovery using Avahi multicast-DNS * Management of virtual machines, virtual networks and storage * Portable client API for Linux, Solaris and Windows
devel/olefile-0.43 (Score: 9.2782444E-5)
Python module to read MS OLE2 files
olefile (formerly OleFileIO_PL) is a Python module to read/write Microsoft OLE2 files (also called Structured Storage, Compound File Binary Format or Compound Document File Format), such as Microsoft Office 97-2003 documents, Image Composer and FlashPix files, Outlook messages, StickyNotes, several Microscopy file formats, McAfee antivirus quarantine files, etc.
devel/positional-1.1.1 (Score: 9.2782444E-5)
Library to enforce positional or key-word arguments
positional provides a decorator which enforces only some args may be passed positionally. The idea and some of the code was taken from the oauth2 client of the google-api client. The decorator makes it easy to support Python 3 style key-word only parameters.