Metadata-Version: 1.2
Name: paralelocs_beam
Version: 0.3.0
Summary: Paraleo CS Custom packages to work with Apache Beam on Python SDK
Home-page: https://gitlab.com/paralelo/paralelocs_beam
Author: Lucas Magalhaes
Author-email: lucas.magalhaes@paralelocs.com.br
License: Apache Software License 2.0
Description: # Python package to work with Apache Beam SDK
        
        
        ### Connection to Relational Databases
        Base on SQLAlchemy
        
        ### Custom transformation
        
        ##### PTransform
        
        1. Apply Map
        2. Left Join
        
        =======
        History
        =======
        
        0.3.0 (2019-10-01)
        ------------------
        
        * Including bigquery utils to handle schema and field format
        
        
        0.2.0 (2019-10-01)
        ------------------
        
        * First release on PyPI.
        
Keywords: beam,apache,paralelocs,python sdk,apache beam
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
