You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python-WebOb-1.2.3-2.lbn13.noarch
WebOb provides wrappers around the WSGI request environment, and an object to help create WSGI responses. The objects map much of the specified behavior of HTTP, including header parsing and accessors for other standard parts of the environment.
RPMPackage python-StoneageHTML-0.2.1-2.lbn13.noarch
prepare documents for e-mail distribution
RPMPackage python-SilverCity-0.9.7-2.lbn13.x86_64
SilverCity is a lexing package, based on Scintilla, that can provide lexical analysis for over 20 programming and markup langauges. Scripting language bindings currently exist for Python.
RPMPackage python-Levenshtein-0.10.1-15.fc18.armv6hl
Levenshtein computes Levenshtein distances, similarity ratios, generalized medians and set medians of Strings and Unicodes. Because it's implemented in C, it's much faster than corresponding Python library functions and methods.
RPMPackage python-Levenshtein-0.10.1-9.fc12.x86_64
Levenshtein computes Levenshtein distances, similarity ratios, generalized medians and set medians of Strings and Unicodes. Because it's implemented in C, it's much faster than corresponding Python library functions and methods.
RPMPackage python-IPy-0.70-1.fc13.noarch
IPy is a Python module for handling IPv4 and IPv6 Addresses and Networks in a fashion similar to perl's Net::IP and friends. The IP class allows a comfortable parsing and handling for most notations in use for IPv4 and IPv6 Addresses and Networks.
RPMPackage python-GnuPGInterface-0.3.2-6.fc12.noarch
GnuPGInterface is a Python module to interface with GnuPG. It concentrates on interacting with GnuPG via filehandles, providing access to control GnuPG via versatile and extensible means.
RPMPackage python-GeoIP-1.2.5-0.6.20090931cvs.fc18.armv6hl
This package contains the Python bindings for the GeoIP API, allowing IP to location lookups to country, city and organization level within Python code.
RPMPackage python-GeoIP-1.2.5-0.2.20090931cvs.fc12.x86_64
This package contains the Python bindings for the GeoIP API, allowing IP to location lookups to country, city and organization level within Python code.
RPMPackage python-ClientForm-0.2.10-2.lbn13.noarch
python-ClientForm
RPMPackage python-Chameleon-2.10-3.lbn13.noarch
Chameleon is an HTML/XML template engine for Python. It uses the page templates language. You can use it in any Python web application with just about any version of Python (2.5 and up, including 3.x and pypy). Visit the website for more information or the documentation.
RPMPackage python-BeautifulSoup-3.2.0-1.fc13.noarch
Beautiful Soup is a Python HTML/XML parser designed for quick turnaround projects like screen-scraping. Three features make it powerful: Beautiful Soup won't choke if you give it bad markup. Beautiful Soup provides a few simple methods and Pythonic idioms for navigating, searching, and modifying a parse tree. Beautiful Soup automatically converts incoming documents to Unicode and outgoing documents to UTF-8. Beautiful Soup parses anything you give it. Valuable data that was once locked up in poorly-designed websites is now within your reach. Projects that would have taken hours take only minutes with Beautiful Soup.
RPMPackage python-BastionBanking-4.2.2-2.lbn13.noarch
Pure python modules for currency and credit card management
RPMPackage pypy-1.3.4-2.lbn13.noarch
The py lib is a Python development support library featuring the following tools and modules: * 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
RPMPackage pyperl-1.0.2-9.lbn13.x86_64
Glue to integrate Perl into Python/Zope environments (and vice versa)
RPMPackage pypdf-1.13-2.lbn13.noarch
pypdf
RPMPackage pyparsing-1.5.0-5.fc12.noarch
pyparsing is a module that can be used to easily and directly configure syntax definitions for any number of text parsing applications.
RPMPackage pymongo-2.4.2-2.lbn13.x86_64
The PyMongo distribution contains tools for interacting with MongoDB database from Python. The bson package is an implementation of the BSON format for Python. The pymongo package is a native Python driver for MongoDB. The gridfs package is a gridfs implementation on top of pymongo.
RPMPackage pymongo-2.1.1-2.fc18.armv6hl
The Python driver for MongoDB.
RPMPackage pygeoif-0.4.1-1.lbn13.noarch
A basic implementation of the __geo_interface__ PyGeoIf provides a GeoJSON-like protocol for geo-spatial (GIS) vector data. So when you want to write your own geospatilal library with support for this protocol you may use pygeoif as a starting point and build your functionality on top of it You may think of pygeoif as a 'shapely ultralight' which lets you construct geometries and perform very basic operations like reading and writing geometries from/to WKT, constructing line strings out of points, polygons from linear rings, multi polygons from polygons, etc. It was inspired by shapely and implements the geometries in a way that when you are familiar with shapely you feel right at home with pygeoif It was written to provide clean and python only geometries for fastkml