transparent and symmetrical python library for remote procedure
calls, clustering and distributed-computing. RPyC makes use of
object-proxying, a technique that employs python's dynamic nature,
to overcome the physical boundaries between processes and computers,
so that remote objects can be manipulated as if they were local.
WWW: http://pypi.python.org/pypi/RPyC/
PR: ports/130775
Submitted by: Wen Heping <wenheping at gmail.com>
to combine the flexibility of PF's C API and the power of Python, making it
easier to manage PF data and to integrate firewalling capabilities in more
complex applications.
WWW: http://www.kernel-panic.it/software/py-pf/
PR: ports/131463
Submitted by: Sofian Brabez <sbrabez at gmail.com>
The MPFR library is a C library for multiple-precision floating-point
computations with exact rounding (also called correct rounding). It
is based on the GMP multiple-precision C library.
WWW: http://search.cpan.org/dist/Math-MPFR
PR: ports/131214
Submitted by: Wen Heping <wenheping at gmail.com>
supports almost the complete functionality of liblo, allowing
you to send and receive OSC messages using a nice and simple
Python API.
Also included are the command line utilities send_osc and
dump_osc.
WWW: http://das.nasophon.de/pyliblo/
PR: ports/130975
Submitted by: Wen Heping <wenheping at gmail.com>
convert them into plain text, formatted html, or token-separated strings.
This tool can be easily integrated into shellscripts, cron tasks, motd's,
etc.
WWW: http://nopcode.org/blog/rss2html.html
PR: ports/131266
Submitted by: Dennis Herrmann <adox at mcx2.org>
focused on low requirements. Its features are few and essential. cclive
supports Youtube, GoogleVideo, Break, Liveleak, Sevenload, EvisorTV and
Dailymotion.
WWW: http://code.google.com/p/cclive/
PR: ports/131269
Submitted by: Toni Gundogdu <legatvs at gmail.com>
using the PHP FileInfo extension, the UNIX 'file' command, user supplied
mime data, or file extension lookups. It is distributed with it's own
magic library for use with the PHP FileInfo extension to make mime
detection more consistent in different environments.
WWW: http://drupal.org/project/mimedetect
PR: ports/131379
Submitted by: Wen Heping <wenheping at gmail.com>
applicationto use CouchDB.
With simplecouchdb, you can manage documents like you do
directly with CouchDB, schema-free. So document instance
(see :ref:schema-ref) are completly dynamic, you could
add/delete properties in your documents, retrieve them
without any schema, etc.
WWW: http://code.google.com/p/py-simplecouchdb/
PR: ports/131296
Submitted by: Wen Heping <wenheping at gmail.com>
Nmap's scan data. It can run Nmap and parse its XML
output directly from the scan, parse a file containing
the XML data from a separate scan, parse a String of
XML data from a scan, or parse XML data from an object
via its read() method. This information is presented
in an easy-to-use and intuitive fashion for storage
and manipulation.
WWW: http://rubynmap.sourceforge.net/
PR: ports/131516
Submitted by: Daniel Roethlisberger <daniel at roe.ch>