You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python-py-1.4.31-1.lbn19.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 * py.path: uniform local and svn path objects
RPMPackage python-psycopg2-doc-2.6.1-5.lbn19.x86_64
Documentation and example files for the psycopg python PostgreSQL database adapter.
RPMPackage python-psycopg2-doc-2.4.5-7.fc19.armv6hl
Documentation and example files for the psycopg python PostgreSQL database adapter.
RPMPackage python-profilehooks-1.2-2.lbn19.noarch
Decorators for profiling individual functions
RPMPackage python-pptx-0.5.7-2.lbn19.noarch
*python-pptx* is a Python library for creating and updating PowerPoint (.pptx) files. A typical use would be generating a customized PowerPoint presentation from database content, downloadble by clicking a link in a web application. Several developers have used it to automate production of presentation-ready engineering status reports based on information held in their work management system. It could also be used for making bulk updates to a library of presentations or simply to automate the production of a slide or two that would be tedious to get right by hand.
RPMPackage python-pip-9.0.1-1.lbn19.noarch
Pip is a replacement for `easy_install <http://peak.telecommunity.com/DevCenter/EasyInstall>`_. It uses mostly the same techniques for finding packages, so packages that were made easy_installable should be pip-installable as well.
RPMPackage python-persistent-4.1.1-1.lbn19.x86_64
This package contains a generic persistence implementation for Python. It forms the core protocol for making objects interact "transparently" with a database such as the ZODB.
RPMPackage python-perfmetrics-2.0-1.lbn19.noarch
The perfmetrics package provides a simple way to add software performance metrics to Python libraries and applications. Use perfmetrics to find the true bottlenecks in a production application. The perfmetrics package is a client of the Statsd daemon by Etsy, which is in turn a client of Graphite (specifically, the Carbon daemon). Because the perfmetrics package sends UDP packets to Statsd, perfmetrics adds no I/O delays to applications and little CPU overhead. It can work equally well in threaded (synchronous) or event-driven (asynchronous) software.
RPMPackage python-p01.session-0.7.0-1.lbn19.noarch
This package provides a session implementation based on p01.memcache for Zope3.
RPMPackage python-p01.remote-0.5.4-1.lbn19.noarch
This package provides a remote processing queue for Zope3.
RPMPackage python-p01.memcache-0.7.3-1.lbn19.noarch
This package provides a client to a memcache deamon server for Zope3.
RPMPackage python-owslib-0.8.6-1.lbn19.noarch
OWSLib is a Python package for client programming with Open Geospatial Consortium (OGC) web service (hence OWS) interface standards, and their related content models. Full documentation is available at http://geopython.github.io/OWSLib OWSLib provides a common API for accessing service metadata and wrappers for numerous OGC Web Service interfaces.
RPMPackage python-ordereddict-1.1-2.lbn19.noarch
A drop-in substitute for Py2.7's new collections.OrderedDict that works in Python 2.4-2.6.
RPMPackage python-openxmllib-1.0.7-2.lbn19.noarch
Provides resources to handle OpenXML documents.
RPMPackage python-openid-2.2.5-13.lbn25.py37.noarch
The OpenID library with batteries included. Features of the 2.x.x series include: * Refined and easy-to-use API. * Extensive documentation. * Many storage implemetations including file-based, sqlite, postgresql, and mysql. * Simple examples to help you get started. * Licensed under the Apache Software License. * Includes a Simple Registration API * Versions 1.x.x supports protocol version 1; versions 2.x.x support both major OpenID protocol versions transparently
RPMPackage python-olefile-0.42.1-1.lbn19.noarch
Python package to parse, read and write Microsoft OLE2 files (Structured Storage or Compound Document, Microsoft Office) - Improved version of the OleFileIO module from PIL, the Python Image Library. olefile is a Python package to parse, read and write Microsoft OLE2 files (also called Structured Storage, Compound File Binary Format or Compound Document File Format), such as Microsoft Office 97-2003 documents, vbaProject.bin in MS Office 2007+ files, Image Composer and FlashPix files, Outlook messages, StickyNotes, several Microscopy file formats, McAfee antivirus quarantine files, etc. Features Parse, read and write any OLE file such as Microsoft Office 97-2003 legacy document formats (Word .doc, Excel .xls, PowerPoint .ppt, Visio .vsd, Project .mpp), Image Composer and FlashPix files, Outlook messages, StickyNotes, Zeiss AxioVision ZVI files, Olympus FluoView OIB files, etc List all the streams and storages contained in an OLE file Open streams as files Parse and read property streams, containing metadata of the file Portable, pure Python module, no dependency olefile can be used as an independent package or with PIL/Pillow. olefile is mostly meant for developers. If you are looking for tools to analyze OLE files or to extract data (especially for security purposes such as malware analysis and forensics), then please also check my python-oletools, which are built upon olefile and provide a higher-level interface.
RPMPackage python-odict-1.5.1-1.lbn19.noarch
Dictionary in which the insertion order of items is preserved (using an internal double linked list). In this implementation replacing an existing item keeps it at its original position
RPMPackage python-oauthlib-1.0.3-1.lbn19.noarch
OAuthLib is a generic utility which implements the logic of OAuth without assuming a specific HTTP request object or web framework. Use it to graft OAuth client support onto your favorite HTTP library, or provider support onto your favourite web framework. If you're a maintainer of such a library, write a thin veneer on top of OAuthLib and get OAuth support for very little effort.
RPMPackage python-oauth2-1.5.211-4.fc19.noarch
Oauth2 was originally forked from Leah Culver and Andy Smith's oauth.py code. Some of the tests come from a fork by Vic Fryzel, while a revamped Request class and more tests were merged in from Mark Paschal's fork. A number of notable differences exist between this code and its forefathers: - 100% unit test coverage. - The DataStore object has been completely ripped out. While creating unit tests for the library I found several substantial bugs with the implementation and confirmed with Andy Smith that it was never fully baked. - Classes are no longer prefixed with OAuth. - The Request class now extends from dict. - The library is likely no longer compatible with Python 2.3. - The Client class works and extends from httplib2. It's a thin wrapper that handles automatically signing any normal HTTP request you might wish to make.
RPMPackage python-networkx-geo-1.9.1-2.lbn19.noarch
NetworkX is a Python 3 package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks. This package provides GDAL I/O support.