Metadata-Version: 2.0
Name: HipPy
Version: 0.0.0
Summary: A parser for the Hip data serialization format.
Home-page: https://github.com/Sean1708/HipPy
Author: Sean Marshallsay
Author-email: srm.1708@gmail.com
License: UNKNOWN
Download-URL: https://github.com/Sean1708/HipPy.git
Platform: UNKNOWN

=====
HipPy
=====

.. image:: https://travis-ci.org/Sean1708/HipPy.svg?branch=master
    :target: https://travis-ci.org/Sean1708/HipPy

A Python parser for the `Hip`_ data serialization format.

.. _`Hip`: https://github.com/mario-deluna/Hip


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

HipPy is not yet available on PyPi but you can still install it by cloning the
repo and using ``pip``::

    $ git clone https://github.com/Sean1708/HipPy.git
    $ cd HipPy
    $ pip install .


