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
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
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
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.
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.
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:
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/.
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.
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.
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.