Skip to main content

Tools for wrapping data and manipulating it in efficient ways

Project description

Build Status

PyDataWrap

Python Wrappers on Data Structures and abstractions over persistent data stores.

Description

This module is a home for Python wrappers of data, databases and datastructures. It defines common use wrapping that can treat one style of data as another or reorder/subselect a collection.

The filedbwrap file defines many file based database objects such as dictionaries and sets which are treated as memory objects in Python but have a very large capacity with limited memory footprint.

The savable file defines object persistence objects which save state when they deconstruct and reload that state upon initialization.

The listwrap file defines a no-copy list subset selector that can retrieve subsets of data to be treated as complete, contiguous lists.

There are also some file loading/saving modules for various formats.

Dependencies

  • xlrd (for excel files in tableloader.py)

  • redis (for RedisDB wrappers)

  • unicodecsv (for consistent unicode data loading)

Setup

Installation

From source:

python setup.py install

From pip:

pip install pydatawrap

Features

  • File based dictionaries and sets

  • Persistent file based objects

  • 2D table loading/saving

  • Table wrappers to transpose and transform data

  • List wrapping for sublist selection (without copying)

Style Preferences

  • Google Style Guide

  • Object Oriented (with a few exceptions)

TODO

  • Add tests for fileloader and savable

  • Add examples to readme

Author

Author(s): Matthew Seal

Collaborator(s): Joe Maguire, Loren Abrams

© Copyright 2013, OpenGov

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

PyDataWrap-1.2.9.tar.gz (36.7 kB view details)

Uploaded Source

File details

Details for the file PyDataWrap-1.2.9.tar.gz.

File metadata

  • Download URL: PyDataWrap-1.2.9.tar.gz
  • Upload date:
  • Size: 36.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for PyDataWrap-1.2.9.tar.gz
Algorithm Hash digest
SHA256 c971e0f7bf5cdd926e49e9e281fe0557738de1a19b12472f660eed8947f8f41e
MD5 78deb88f2dec1b385edfe1a18ee411f4
BLAKE2b-256 4b68f5bccb91081fc1a81ac2b4cba926cc91d4e67994cb54227a703fbce398c0

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page