Metadata-Version: 2.0
Name: pickups
Version: 0.7.0
Summary: Pickups delivers all neccessary tools to run Atlassian Bamboo with RasberryPi based extreme feedback devices
Home-page: https://github.com/maiksensi/pickups/
Author: Maik Figura
Author-email: maiksensi[at]gmail.com
License: MIT
Keywords: pickups
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Requires-Dist: requests

=======
Pickups
=======

.. image:: https://badge.fury.io/py/pickups.png
    :target: http://badge.fury.io/py/pickups

.. image:: http://img.shields.io/pypi/dm/pickups.png
    :target: https://pypi.python.org/pypi/pickups

.. image:: https://travis-ci.org/maiksensi/pickups.png?branch=master
    :target: https://travis-ci.org/maiksensi/pickups

.. image:: https://coveralls.io/repos/maiksensi/pickups/badge.png?branch=master
    :target: https://coveralls.io/r/maiksensi/pickups?branch=master

.. image:: https://readthedocs.org/projects/pickups/badge/?version=latest
        :target: https://readthedocs.org/projects/pickups/?badge=latest
        :alt: Documentation Status


Python pickups contains everything to setup extreme feedback devices with Atlassian Bamboo,
a RasberryPi and an USB power-plug.


Documentation
-------------

The full documentation is at http://pickups.rtfd.org.


Features
--------

* Predefined structure to integrate extreme feedback devices into builds
* Easy to extend with more devices and servers
* Helpers to handle signals in a custom way
* Well tested, and easy to rebuild with tox


.. :changelog:

History
-------

0.7.0 (2015-02-10)
++++++++++++++++++

* documentation for tests https://github.com/maiksensi/pickups/issues/5

0.6.0 (2015-01-23)
++++++++++++++++++

* integrated a preconfigured logger module https://github.com/maiksensi/pickups/issues/6
* read package contents from _package.py

0.5.2 (2015-01-23)
++++++++++++++++++

* hotfix issue https://github.com/maiksensi/pickups/issues/3 again

0.5.1 (2015-01-14)
++++++++++++++++++

* hotfix issue https://github.com/maiksensi/pickups/issues/3

0.5.0 (2015-01-08)
++++++++++++++++++

* added proper badges

0.3.0 (2015-01-07)
++++++++++++++++++

* First release on PyPi

0.2.0 (2014-12-30)
++++++++++++++++++

* Added tests

0.1.0 (2014-12-17)
++++++++++++++++++

* Added core functionality
* Added helpers


