Personal tools
Skip to content. | Skip to navigation
A library to support Octavia provider drivers.
Client for OpenStack Octavia (Load Balancer as a Service)
This is a metapackage bringing in django extras requires for python3-odata-query. It makes sure the dependencies are installed.
Odfpy aims to be a complete API for OpenDocument in Python. Unlike other more convenient APIs, this one is essentially an abstraction layer just above the XML format. The main focus has been to prevent the programmer from creating invalid documents. It has checks that raise an exception if the programmer adds an invalid element, adds an attribute unknown to the grammar, forgets to add a required attribute or adds text to an element that doesn't allow it. These checks and the API itself were generated from the RelaxNG schema, and then hand-edited. Therefore the API is complete and can handle all ODF constructions, but could be improved in its understanding of data types. This package provides Python 3 build of odfpy.
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.
|Build Status| |Doc Status| Data migration in PythonDocumentation_Example Odo migrates data between different containers.. codeblock:: python >>> from odo import odo >>> odo((1, 2, 3), list) [1, 2, 3]It operates on small, inmemory containers (as above) and large, outofcore containers (as below).. codeblock:: python >>> odo('myfile.hdf5::/data', ':pass@host::mytable') Table('mytable', ...
Python-oembed This library provides a pure python OEmbed consumer to get resources from OEmbed providers.Based on reference from is a format for allowing an embedded representation of a URL on third party sites. The simple API allows a website to display embedded content (such as photos or videos) when a user posts a link to that resource, without having to parse the resource directly.OEmbed...
ofxparse is a parser for Open Financial Exchange (.ofx) format files. OFX files are available from almost any online banking site, so they work well if you want to pull together your finances from multiple sources. Online trading accounts also provide account statements in OFX files.
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. Python3 version.