.. image:: https://img.shields.io/pypi/v/pocketlab.svg
    :target: https://pypi.python.org/pypi/pocketlab
.. image:: https://img.shields.io/pypi/l/pocketlab.svg
    :target: https://pypi.python.org/pypi/pocketlab

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

:Downloads: http://pypi.python.org/pypi/pocketlab
:Source: https://github.com/collectiveacuity/pocketlab
:Documentation: https://collectiveacuity.github.io/pocketlab/

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

    $ pip install pocketlab

From GitHub::

    $ git clone https://github.com/collectiveacuity/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://collectiveacuity.github.io/pocketlab/>`_