Metadata-Version: 2.0
Name: bubble
Version: 2016.4.25
Summary: cli tool to bubble information from one to another service, with rule based transformations ">>>"
Home-page: http://bubble.realopenit.nl
Author: Erdal Yildiz
Author-email: eyildiz@realopenit.nl
License: GPL-3.0
Keywords: bubble,api2api,transform
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: POSIX :: Linux
Classifier: Environment :: Console
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Requires-Dist: PyYAML (==3.11)
Requires-Dist: arrow (==0.7.0)
Requires-Dist: click (==6.6)
Requires-Dist: ordereddict (==1.1)
Requires-Dist: path.py (==8.2.1)
Requires-Dist: python-dateutil (==2.5.3)
Requires-Dist: simplejson (==3.8.2)
Requires-Dist: six (==1.10.0)
Requires-Dist: structlog (==16.0.0)
Requires-Dist: tablib (==0.11.2)
Requires-Dist: wheel (==0.29.0)

===============================
Bubble
===============================

.. image:: https://badge.fury.io/py/bubble.png
    :target: http://badge.fury.io/py/bubble
    :alt: PyPI status

.. image:: https://travis-ci.org/realopenit/bubble.png?branch=master
    :target: https://travis-ci.org/realopenit/bubble
    :alt: Travis CI status

.. image:: https://readthedocs.org/projects/realopenit-bubble/badge/?version=master
    :target: http://realopenit-bubble.readthedocs.org/en/latest/?badge=master
    :alt: Readthedocs Status

.. image:: https://www.quantifiedcode.com/api/v1/project/6707b42371b2414393abeca90b27e2ea/badge.svg
  :target: https://www.quantifiedcode.com/app/project/6707b42371b2414393abeca90b27e2ea
    :alt: Quantified Code issues

Bubble: command line tool, for bubbling information between services

* Free software: GPLV3 license
* Documentation: http://realopenit-bubble.readthedocs.org

Features
--------



Todo
---
- clean up
- speed up
- DRY: Don't repeat yourself
    - https://en.wikipedia.org/wiki/Don't_repeat_yourself
- YAGNI: You aren't gonna need it!
    - https://en.wikipedia.org/wiki/You_aren't_gonna_need_it
- run "grep -rin TODO bubble", create a feature, alter code, make it behave,commit,push...


Inspiration
------------

For a finite-size system to persist in time (to live), it must evolve in such a
way that it provides easier access to the imposed currents that flow through it.
http://en.wikipedia.org/wiki/Constructal_law by



Contributing
------------
Yes, Please:)




History
-------

2016-03-17
------------------
* First testing release on testPyPI.


