Metadata-Version: 2.0
Name: crosscompute-types
Version: 0.7.7
Summary: Default data type plugins for CrossCompute
Home-page: https://crosscompute.com/docs
Author: CrossCompute Inc
Author-email: support@crosscompute.com
License: UNKNOWN
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
Requires-Dist: crosscompute (>=0.7.7)
Requires-Dist: crosscompute-audio (>=0.7.5)
Requires-Dist: crosscompute-geotable (>=0.7.7)
Requires-Dist: crosscompute-image (>=0.7.6)
Requires-Dist: crosscompute-integer (>=0.7.3)
Requires-Dist: crosscompute-select (>=0.7.5)
Requires-Dist: crosscompute-table (>=0.7.7)
Requires-Dist: crosscompute-text (>=0.7.3)
Requires-Dist: crosscompute-video (>=0.7.5)

CrossCompute Types
==================
Use these data types to build computational apps using the CrossCompute framework.

- `integer <https://github.com/crosscompute/crosscompute-integer>`_
- `text <https://github.com/crosscompute/crosscompute-text>`_
- `table <https://github.com/crosscompute/crosscompute-table>`_
- `select <https://github.com/crosscompute/crosscompute-select>`_
- `image <https://github.com/crosscompute/crosscompute-image>`_
- `audio <https://github.com/crosscompute/crosscompute-audio>`_
- `video <https://github.com/crosscompute/crosscompute-video>`_
- `geotable <https://github.com/crosscompute/crosscompute-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.

- matplotlib
- gdal
- shapely
- geotable

For convenience, you can install the full set using `these Ansible scripts <https://github.com/crosscompute/crosscompute-environments-ansible>`_.


Acknowledgements
----------------
Thanks to `Salah Ahmed <https://github.com/salah93>`_ for his work on the following data types:

- https://github.com/salah93/crosscompute-select
- https://github.com/salah93/crosscompute-audio
- https://github.com/salah93/crosscompute-video

