Metadata-Version: 1.1
Name: bubble
Version: 2016.5.4
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
Description: ===============================
        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.
        
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
