Ports Search

Results 14,93114,940 of 17,660 for descr%3A%22spam filter%22.(0.017 seconds)
devel/pp-1.6.5 (Score: 9.2782444E-5)
Parallel python execution server
pp is a python module which provides mechanism for parallel execution of python code on SMP (systems with multiple processors or cores) and clusters (computers connected via network) It is light, easy to install and integrate with other python software. pp is an open source and cross-platform module written in pure python
devel/py-1.4.31 (Score: 9.2782444E-5)
Library with cross-python path, ini-parsing, io, code, log facilities
The pylib is a development support library featuring these tools and APIs: * py.path: uniform local and svn path objects * py.apipkg: explicit API control and lazy-importing * py.iniconfig: easy parsing of .ini files * py.code: dynamic code generation and introspection * py.path: uniform local and svn path objects
devel/pycmd-1.2 (Score: 9.2782444E-5)
Tools for managing/searching Python related files
pycmd is a collection of command line tools for helping with Python development: * py.cleanup: remove .pyc and similar files * py.lookup: find text in recursively found .py files * py.countloc: give LOCs for lines and testlines * py.which: print location of an importable package or module
devel/pyflakes-1.1.0 (Score: 9.2782444E-5)
Passive checker of Python programs
Pyflakes is a simple program which checks Python source files for errors. It is similar to PyChecker in scope, but differs in that it does not execute the modules to check them. This is both safer and faster, although it does not perform as many checks. Unlike PyLint, Pyflakes checks only for logical errors in programs; it does not perform any checks on style.
devel/pygithub-1.26.0 (Score: 9.2782444E-5)
Python library implementing the full GitHub API v3
This is a Python library to access the Github API v3. With it, you can manage your Github resources (repositories, user profiles, organizations, etc.) from Python scripts. It covers the full API, and all methods are tested against the real Github site.
devel/pymtbl-0.4.0 (Score: 9.2782444E-5)
Python wrapper for devel/mtbl
pymtbl: Python bindings for the mtbl sorted string table library pymtbl provides a simple Pythonic wrapper for mtbl's reader, writer, sorter, and merger interfaces. The examples/ directory contains scripts demonstrating each of these interfaces. The following transcript shows the basic reader and writer interfaces:
devel/pyshapelib-1.0 (Score: 9.2782444E-5)
Python bindings for Shapelib
Python bindings for Shapelib ============================ These are three python modules for shapelib: shapelib read/write shapefiles dbflib read/write dbf files shptree quadtree for shapes Shapelib is a free software library for reading and writing ESRI shape files and can be found at http://shapelib.maptools.org/.
devel/python2-pythondialog-3.4.0 (Score: 9.2782444E-5)
Backport of pythondialog to Python 2
Python interface to the UNIX dialog utility and mostly-compatible programs (Python 2 backport) This version is a backport of pythondialog to Python 2. Unless you really have to use Python 2, you should go to the pythondialog homepage and download the reference implementation which, at the time of this writing (May 2015) and for the forseeable future, is targeted at Python 3.
devel/raven-5.13.0 (Score: 9.2782444E-5)
Client for Sentry
Raven is a Python client for Sentry (http://getsentry.com/). It provides full out-of-the-box support for many of the popular frameworks, including Django, Flask, and Pylons. Raven also includes drop-in support for any WSGI-compatible web application.
devel/pythontidy-1.23 (Score: 9.2782444E-5)
Cleans up, regularizes, and reformats the text of Python scripts
This script reads Python code from standard input and writes a revised version to standard output. Alternatively, it may be invoked with file names as arguments: python PythonTidy.py input output Suffice it to say that input defaults to '-', the standard input, and output defaults to '-', the standard output.