Metadata-Version: 2.0
Name: wherehouse
Version: 0.1.2
Summary: A Python client for Wherehouse modules
Home-page: https://github.com/wherehouse/wherehouse-sdk-py
Author: Dan Abdinoor
Author-email: dan@wherehou.se
License: MIT
Platform: UNKNOWN
Requires-Dist: pyshp (>=1.2.10)
Provides-Extra: test
Requires-Dist: pytest (>=2.8.3); extra == 'test'

wherehouse-sdk-py
=================

A Python 2.x client for Wherehouse modules.

Centroid
--------

NetworkUtils
~~~~~~~~~~~~

Utilities for converting shapefiles into edges and nodes.

Usage
~~~~~

.. code-block:: bash

    $ python
    >>> from wherehouse.centroid import NetworkUtils
    >>> NetworkUtils.create_network_files(<path>, <path>)


Installation
------------

.. code-block:: bash

    $ pip install wherehouse


Requirements
------------

.. code-block:: bash

    $ pip install -r requirements.txt


