Metadata-Version: 1.1
Name: pylytics
Version: 1.2.1
Summary: Build and manage a star schema.
Home-page: https://github.com/onefinestay/pylytics
Author: onefinestay
Author-email: engineering@onefinestay.com
License: UNKNOWN
Description: pylytics
        ========
        
        Introduction
        ************
        This is a set of Python libraries that allow you to build and manage a `star schema <http://en.wikipedia.org/wiki/Star_schema>`_ in MySQL.
        
        The star schema is a simple approach to data warehousing, which is suited to mid-size data problems.
        
        
        MySQL
        -----
        
        Pylytics has been tested with MySQL versions 5.5.37 and 5.6.5. The recommended version is 5.6.5.
        
        
        Installation
        ************
        
        Pylytics uses Oracle's MySQL adapter, which isn't hosted on PyPi:
        
            pip install --allow-external mysql-connector-python pylytics
        
        
        Documentation
        *************
        
        The full documentation is available at `readthedocs.org <https://pylytics.readthedocs.org/en/latest/index.html>`_
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 2.7
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
Classifier: Environment :: Console
