Metadata-Version: 2.0
Name: bisque-engine
Version: 0.6a3
Summary: The BisQue module engine: build add-on modules for BisQue
Home-page: http://biodev.ece.ucsb.edu/project/bisque
Author: Center for BioImage Informatics
Author-email: bisque-bioimage@googlegroups.com
License: UNKNOWN
Keywords: database image processing scientific
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Framework :: Pyramid
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Requires-Dist: bisque-api
Requires-Dist: bisque-base
Provides-Extra: lxml
Requires-Dist: lxml; extra == 'lxml'

BisQue module engine
--------------------

Support execution of modules in bisque


Getting started:
::

     mkdir engine; cd engine;
     virtualenv bqenv; source bqenv/bin/activate
     pip install -U pip setuptools
     pip install bisque_engine
     bq-admin setup engine


Create your fist module:
::

    bq-admin create-module [python|matlab] mymodule
    bq-admin server start

Navigate http://localhost:6543/engine_service:




Register a module with an existing BisQue service:
::

   bq-admin module register -r http://bisque-host.org/ http://localhost:6543/engine_service/mymodule



See  http://bioimage.ucsb.edu/bisque




0.6
---

-  Initial version


