Metadata-Version: 1.1
Name: crosscompute-types
Version: 0.6.5
Summary: Default data type plugins for CrossCompute
Home-page: https://crosscompute.com/docs
Author: CrossCompute Inc
Author-email: support@crosscompute.com
License: UNKNOWN
Description: .. image:: https://travis-ci.org/crosscompute/crosscompute-types.svg?branch=master
            :target: https://travis-ci.org/crosscompute/crosscompute-types
        
        
        CrossCompute Types
        ==================
        Use these data types to build computational apps using the CrossCompute framework.
        
        - integer
        - text
        - `select <https://github.com/salah93/crosscompute-select>`_
        - image
        - table
        - geotable
        
        
        Install
        -------
        Run the following command inside your virtual environment for basic functionality. ::
        
            pip install -U crosscompute-types
        
        Installing additional packages will enable additional features. 
        
        - table
            - pandas
        - geotable
            - matplotlib
            - gdal
            - shapely
            - geometryIO
        
        For convenience, you can install the full set using `these Ansible scripts <https://github.com/crosscompute/crosscompute-environments-ansible>`_.
Keywords: web pyramid pylons crosscompute
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Framework :: Pyramid
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Classifier: License :: OSI Approved :: MIT License
