Metadata-Version: 2.0
Name: bubble3
Version: 2018.6.4
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
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
Requires-Dist: arrow (==0.12.1)
Requires-Dist: click (==6.7)
Requires-Dist: et-xmlfile (==1.0.1)
Requires-Dist: jdcal (==1.4)
Requires-Dist: odfpy (==1.3.6)
Requires-Dist: openpyxl (==2.5.3)
Requires-Dist: path.py (==11.0.1)
Requires-Dist: python-dateutil (==2.7.3)
Requires-Dist: pyyaml (==3.12)
Requires-Dist: simplejson (==3.15.0)
Requires-Dist: six (==1.11.0)
Requires-Dist: tablib (==0.12.1)
Requires-Dist: unicodecsv (==0.14.1)
Requires-Dist: wheel (==0.31.1)
Requires-Dist: xlrd (==1.1.0)
Requires-Dist: xlwt (==1.3.0)

# Bubble

[![PyPI version](https://badge.fury.io/py/bubble3.svg)](https://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/e7dal-bubble3/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.


