Metadata-Version: 2.1
Name: ibis-vega-transform
Version: 1.0.0
Summary: Evaluate Vega transforms using Ibis expressions
Home-page: https://github.com/Quansight/ibis-vega-transform
Author: Ian Rose and Saul Shanabrook
Author-email: ian.rose@quansight.com
License: Apache-2.0 license
Description: # ibis-vega-transform <br /> [![binder logo](https://beta.mybinder.org/badge.svg)](https://mybinder.org/v2/gh/Quansight/ibis-vega-transform/master?urlpath=lab/tree/examples/vega-compiler.ipynb) [![](https://img.shields.io/pypi/v/ibis-vega-transform.svg?style=flat-square)](https://pypi.python.org/pypi/ibis-vega-transform) [![](https://img.shields.io/npm/v/ibis-vega-transform.svg?style=flat-square)](https://www.npmjs.com/package/ibis-vega-transform)
        
        
        Python evaluation of Vega transforms using Ibis expressions.
        
        For inspiration, see https://github.com/jakevdp/altair-transform
        
        ## Development
        
        To install from source, run the following in a terminal:
        
        ```bash
        git clone git@github.com:Quansight/ibis-vega-transform.git
        
        cd ibis-vega-transform
        conda env create -f binder/environment.yml
        conda activate ibis-vega-transform
        
        pip install -e .[dev]
        jlpm
        jupyter labextension install . --no-build
        
        
        jupyter lab --watch
        jlpm run build:watch
        ```
        
        To format all the files:
        
        ```bash
        black ibis_vega_transform
        jlpm run prettier
        ```
        
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: dev
