# pocketlab
_A Brand New Python Module_  
by [Collective Acuity](http://collectiveacuity.com)

<table>
  <tbody>
    <tr>
      <td><b>Downloads</b></td>
      <td><a href="http://pypi.python.org/pypi/pocketlab">http://pypi.python.org/pypi/pocketlab</a></td>
    </tr>
    <tr>
      <td><b>Source</b></td>
      <td><a href="https://github.com/collectiveacuity/pocketlab">https://github.com/collectiveacuity/pocketlab</a></td>
    </tr>
    <tr>
      <td><b>Documentation</b></td>
      <td><a href="https://pocketlab.github.io">https://collectiveacuity.github.io/pocketlab/</a></td>
    </tr>
  </tbody>
</table>

## Introduction
This module solves a problem which has vexed many.

## Installation
From PyPi
```bash
    $ pip install pocketlab
```
From GitHub
```bash
    $ 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()

## Further Reading
For more information about all the things this module can do, refer to the [Reference Page](mkdocs.md)