Metadata-Version: 1.1
Name: bubble3
Version: 2018.3.29
Summary: cli tool to bubble information from one to another service, with rule based transformations ">>>"
Home-page: https://github.com/e7dal/bubble3
Author: Erdal Yildiz
Author-email: erdalyildiz1974@gmail.com
License: GPL-3.0
Description-Content-Type: UNKNOWN
Description: # Bubble
        
        [![PyPi status](https://badge.fury.io/py/bubble3.png)](http://badge.fury.io/py/bubble3)
        [![Travis CI status](https://travis-ci.org/e7dal/bubble3.png?branch=master)](https://travis-ci.org/e7dal/bubble3)
        [![Readthedocs Status](https://readthedocs.org/projects/realopenit-bubble/badge/?version=master)](http://bubble3.readthedocs.org/en/latest/?badge=master)
        
        Bubble: command line tool, for bubbling information between services
        
        This is the PY3 only version by the original author @e7dal
        
        * Free software: GPLV3 license
        * Documentation: http://bubble3.readthedocs.org
        
        Features
        --------
        - flxible api-api connections
        - Environments
        - portable connection
        - repeatable
        
        Todo
        --------
        - remove all PY2 related
        - choose new PY3 requirements
        - 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
        
        
        # Contributing
        Yes, Please:)
        
        
        # History
        Originally bubble started at https://github.com/realopenit/bubble
        http://bubble.realopenit.nl
        
        
        
        
        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 :: 3.6
