Metadata-Version: 1.1
Name: tyluigiutils
Version: 0.1.0
Summary: Misc Luigi related code used by TrustYou 
Home-page: https://github.com/mfcabrera/tyluigiutils
Author: Miguel Cabrera
Author-email: mfcabrera@gmail.com
License: MIT license
Description-Content-Type: UNKNOWN
Description: ========================
        TrustYou Luigi Utilities
        ========================
        
        
        .. image:: https://img.shields.io/pypi/v/tyluigiutils.svg
                :target: https://pypi.python.org/pypi/tyluigiutils
        
        .. image:: https://img.shields.io/travis/mfcabrera/tyluigiutils.svg
                :target: https://travis-ci.org/mfcabrera/tyluigiutils
        
        .. image:: https://readthedocs.org/projects/tyluigiutils/badge/?version=latest
                :target: https://tyluigiutils.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        .. image:: https://pyup.io/repos/github/mfcabrera/tyluigiutils/shield.svg
             :target: https://pyup.io/repos/github/mfcabrera/tyluigiutils/
             :alt: Updates
        
        .. image:: https://img.shields.io/pypi/l/tyluigiutils.svg?style=flat
           :target: https://pypi.python.org/pypi/tyluigiutils
        
        Misc Luigi related code used internally by TrustYou that allow you to:
        
        - Run Python Hadoop Streaming from a Python virtual environment.
        - Run Luigi Task to automatically read, validate and generate json.
        
        
        Getting Started
        ----------------
        
        * TODO
        
        
        Find the documentation: Documentation: https://tyluigiutils.readthedocs.io.
        
        
        =======
        History
        =======
        
        0.1.0 (2017-09-05)
        ------------------
        
        * First release on PyPI.
        
Keywords: tyluigiutils
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
