Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.477.535 Times

Python Objects freeware
Filter: All | Freeware | Demo
 

Python Objects

1 2 3 4 5 > 
Released: November 07, 2012  |  Added: November 07, 2012 | Visits: 451

Interfaces between XML & Python objects Language-independent interfaces like DOM, SAX and XSLT are not particularly 'Pythonic'. Several tools are contained in this 'XML2Python Interfaces' project that provide more natural ways of translating between XML and Python objects. Platforms: Windows, Mac, Linux

License: Freeware Size: 12.3 KB Download (46): Interfaces between XML & Python objects Download

Added: May 10, 2013 | Visits: 320

PyORQ PyORQ (Python Object Relational binding with Queries) implements persistence for Python objects using a relational database (RDBMS, e.g. PostgreSQL MySQL) for storage. The innovative aspect of PyORQ is the use of Python expressions to denote queries which can be automatically translated into SQL... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (69): PyORQ Download

Released: June 22, 2012  |  Added: June 22, 2012 | Visits: 272

XMLObject Python Module XMLObject gives you an easy way to parse XML into Python objects. The objects created by XMLObject are far easier to manipulate than those made by xml.dom. This project also includes a GUI application, XMLObjApp, to generate XML parsers for you. Platforms: Windows, Mac, Linux

License: Freeware Size: 335.92 KB Download (48): XMLObject Python Module Download

Added: May 10, 2013 | Visits: 275

Treat the Win32 Registry like a Python dict This class wraps most of the win32api functions for accessing a registry. It will read and write all win32 registry types, and will de/serialize python objects to registry keys when a string or integer representation is not possible. Platforms: Windows, Python,

License: Freeware Download (50): Treat the Win32 Registry like a Python dict Download

Added: July 30, 2013 | Visits: 284

AmFast AmFast is a C extension to encode/decode Python objects with AMF3. AMF3 is a binary serialization protocol used by Actionscript3. AmFast can be used to communicate with Flash, Flex, and any other system that supports AMF3. Requirements: ?*A* Python Platforms: *nix

License: Freeware Size: 71.68 KB Download (43): AmFast Download

Added: August 19, 2013 | Visits: 382

Py4J Py4J enables Python programs running in a Python interpreter to dynamically access Java objects in a Java Virtual Machine. Methods are called as if the Java objects resided in the Python interpreter and Java collections can be accessed through standard Python collection methods. Py4J also enables... Platforms: *nix

License: Freeware Size: 337.92 KB Download (35): Py4J Download

Added: July 03, 2013 | Visits: 396

zope.publisher zope.publisher allows you to publish Python objects on the web. It has support for plain HTTP/WebDAV clients, web browsers as well as XML-RPC and FTP clients. Input and output streams are represented by request and response objects which allow for easy client interaction from Python. The... Platforms: *nix

License: Freeware Size: 81.92 KB Download (38): zope.publisher Download

Added: August 16, 2013 | Visits: 291

remoteobjects remoteobjects are real subclassable Python objects on which you can build a rich API library. remoteobjects provides easy coding and transfer between Python objects and a JSON REST API. You can define the resources in a RESTful API as RemoteObject classes and their properties. These objects then... Platforms: *nix

License: Freeware Size: 30.72 KB Download (38): remoteobjects Download

Added: September 10, 2010 | Visits: 1.025

pyhtmloo pyhtmloo is a library that allows python developers to use HTML code like any other python objects. My final goal of this work is to have a library of HTML widgets. This will allow us to no re-invent the wheel when we build HTML pages. An another interesting aspect of pyhtmloo is to split the... Platforms: *nix

License: Freeware Size: 5.12 KB Download (99): pyhtmloo Download

Released: July 07, 2012  |  Added: July 07, 2012 | Visits: 333

py2db py2db is a tool that has been designed in order to use database objects as Python objects. py2db lets you get the best of both worlds by converting database objects into Python objects. Your application can then use these Python objects any way it sees fit, and by doing so you are using... Platforms: Windows

License: Freeware Download (45): py2db Download

Added: May 10, 2013 | Visits: 316

Zip and Pickle This module saves and reloads compressed representations of generic Python objects to and from the disk. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (55): Zip and Pickle Download

Released: November 16, 2012  |  Added: November 16, 2012 | Visits: 299

hepsource Development of quality C++ and Python objects for high energy physics computations. Platforms: Windows, Mac, Linux

License: Freeware Size: 11.18 MB Download (43): hepsource Download

Released: October 01, 2012  |  Added: October 01, 2012 | Visits: 373

littletable littletable is a lightweight in-memory data manager of collections of Python objects, providing ORM-like access for querying and joining data using object attributes as pseudo-columns. Platforms: Windows, Mac, Linux

License: Freeware Size: 65.33 KB Download (50): littletable Download

Added: May 10, 2013 | Visits: 293

Marshal unicode strings with PyXML If you want to serialize Python objects to XML then PyXML is a good choice. Except in the case when unicode strings come into play. In this case generic.Marshaller().dump() throws an ugly AttributeError: Marshaller instance has no attribute 'm_unicode' .This script extends both PyXML Marshaller... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (64): Marshal unicode strings with PyXML Download

Added: October 21, 2013 | Visits: 241

Couchable Couchable is a library that allows arbitrary Python objects to be stored in CouchDB (including things like tuple dict keys, nested child objects, and C-based objects), while keeping the in-CouchDB document as "natural" as possible to facilitate working with the data in non-Python contexts. * Read... Platforms: *nix

License: Freeware Size: 40.96 KB Download (44): Couchable Download

Added: September 03, 2013 | Visits: 347

mongopersist This document outlines the general capabilities of the mongopersist package. mongopersist is a Mongo storage implementation for persistent Python objects. It is not a storage for the ZODB. Platforms: *nix

License: Freeware Size: 40.96 KB Download (38): mongopersist Download

Added: May 10, 2013 | Visits: 469

Python Database Objects PDO: Python Database Objects, is a collection of objects for use with Phase or with the Python Programing Language. PDO is designed to be robust and simple at the same time, allowing access to multiple styles of databases, with one set of instructions. This means never having to worry again about... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (67): Python Database Objects Download

Added: July 21, 2013 | Visits: 309

MongoAlchemy MongoAlchemy is a layer on top of the Python MongoDB driver which adds client-side schema definitions, an easier to work with and programmatic query language, and a Document-Object mapper which allows python objects to be saved and loaded into the database in a type-safe way. An explicit goal of... Platforms: *nix

License: Freeware Size: 30.72 KB Download (38): MongoAlchemy Download

Added: September 10, 2013 | Visits: 231

Meliae This project is similar to heapy (in the 'guppy' project), in its attempt to understand how memory has been allocated. Currently, its main difference is that it splits the task of computing summary statistics, etc of memory consumption from the actual scanning of memory consumption. It does... Platforms: *nix

License: Freeware Size: 61.44 KB Download (33): Meliae Download

Added: September 16, 2013 | Visits: 365

pyGTM pyGTM is a package of python, C and mumps which enables a python module to provide interactive storage retrieval and query of python objects in GT.M (mumps) globals. Platforms: *nix

License: Freeware Size: 10.24 KB Download (34): pyGTM Download

1 2 3 4 5 >