Metadata-Version: 1.1
Name: crosscompute
Version: 0.5.5
Summary: Publish your own tools by writing a configuration file
Home-page: https://crosscompute.com/docs
Author: CrossCompute Inc
Author-email: support@crosscompute.com
License: UNKNOWN
Description: CrossCompute
        ============
        Publish your computational model.
        
        Please see http://crosscompute.com/docs for tutorials and examples.
        
        
        Install
        -------
        ::
        
            pip install -U crosscompute crosscompute-types
        
        
        Use
        ---
        ::
        
            git clone https://github.com/crosscompute/crosscompute-examples
            crosscompute run find-prime-factors
            crosscompute serve find-prime-factors --host 0.0.0.0
        
        
        Credits
        -------
        Thanks to `Salah Ahmed <https://github.com/salah93>`_ for testing our framework on Mac OS X and to `Aida Shoydokova <https://github.com/AShoydokova>`_ for testing our framework on Windows.
        
        0.5
        ---
        - Serve Python Jupyter Notebooks
        - Support Python 3
        - Support Unicode
        - Support Windows
        
        0.4
        ---
        - Add tool scaffold
        - Support data_types that require extra stylesheets, scripts, api_keys
        - Make files inside result available from server
        - Use DataTypeError to detect data_type errors
        - Use DataType classmethods without instantiation
        
        0.3
        ---
        - Validate standard_outputs and standard_errors against data_types
        - Support popovers via key.help in tool_definition
        
        0.2
        ---
        - Support data type plugins
        - Add setup
        
        0.1
        ---
        - Add run
        - Add serve
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
Classifier: Operating System :: OS Independent
