.. image:: https://img.shields.io/pypi/v/pocketlab.svg
.. image:: https://img.shields.io/pypi/l/pocketlab.svg
.. image:: https://img.shields.io/coveralls/github/<org-name>/pocketlab.svg

=========
pocketlab
=========
*A Brand New Python Module*

:Downloads: https://pypi.python.org/pypi/pocketlab
:Source: https://github.com/<org-name>/pocketlab
:Documentation: https://<org-name>.github.io/pocketlab/

============
Installation
============
From PyPi::

    $ pip install pocketlab

From GitHub::

    $ git clone https://github.com/<org-name>/pocketlab
    $ cd pocketlab
    $ python setup.py install

===============
Getting Started
===============
This module is designed to do something that no python module has ever done before.

To make something new::

    from pocketlab import pocketlab
    shiny_new_thing = pocketlab.new()

For more information about all the things this module can do, refer to the
`Reference Documentation on GitHub
<https://<org-name>.github.io/pocketlab/>`_