openobex is an open source implementation of the Object
Exchange (OBEX) protocol. OBEX is a session protocol and
can best be described as a binary HTTP protocol. OBEX is
optimised for ad-hoc wireless links and can be used to
exchange all kind of objects like files, pictures, calendar
entries (vCal) and business cards (vCard).
Some help and ok naddy@.
Submitted by Holger Mauermann <holger@mauermann.org>.
This module can be used to automatically select the geographically closest
mirror, to analyze your web server logs to determine the countries of your
visitors, for credit card fraud detection, and for software export controls.
matplotlib is a python 2D plotting library which produces publication
quality figures using in a variety of hardcopy formats (PNG, JPG, PS,
SVG). matplotlib can be used in python scripts, interactively from the
python shell (ala matlab or mathematica), in web application servers
generating dynamic charts, or embedded in GUI applications.
feedback and ok xsa@ alek@
The dateutil module provides powerful extensions to the standard
datetime module, available in Python 2.3+. It features computing of
relative deltas (next month, next year, next monday, last week of month,
etc), computing of dates based on very flexible recurrence rules, using
a superset of the [FTP]iCalendar specification and generic parsing of
dates in almost any string format.
feedback and ok xsa@
pytz brings the Olson tz database into Python. This library allows
accurate and cross platform timezone calculations using Python 2.3 or
higher. It also solves the issue of ambiguous times at the end of
daylight savings, which you can read more about in the Python Library
Reference (datetime.tzinfo).
feedback and ok xsa@ alek@
memcached is a high-performance, distributed memory object caching
system, generic in nature, but intended for use in speeding up dynamic
web applications by alleviating database load.
help and ok naddy@