All Projects → okfn → Datautil

okfn / Datautil

Utilities for working with data.

Programming Languages

python
139335 projects - #7 most used programming language

Swiss Army Knife for Data Work.

For details read the main package docstring.

Open source software licensed under the MIT license.

Install

  1. Install setuptools

  2. Either install directy from PyPI usinging easy_install:

    $ easy_install datautil

    OR install from the source obtainable from the mercurial repository:

    $ hg clone https://github.com/okfn/datautil

Tests

  1. Ensure you also have install 'xlrd' and 'gdata' (options mentioned in setup.py) and nose (for running tests):

    $ easy_install nose xlrd gdata

  2. Run the tests:

    $ nosetests datautil/tests/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].