Metadata-Version: 2.1
Name: er-calvin
Version: 1.1.1
Summary: Calvin is a distributed runtime and development framework for an actor based dataflowprogramming methodology
Home-page: http://github.com/EricssonResearch/calvin-base
Author: Team Calvin @ Ericsson Research
Author-email: labs@ericsson.com
License: Apache Software License
Description: # Calvin
        
        ## What is this?
        
        Calvin is an application environment that lets things talk to things. It comprises of both a development framework for IoT application developers, and a runtime environment which handles the running application. Calvin is based on the fundamental idea that application development should be simple and fun. There should be no unnecessary impediments between an idea and its implementation, and an app developer should not have to worry about communication protocols or hardware specifics (but will not stop you from doing it if you want to.)
        
        ## Getting Started
        
        Go to the [Calvin Wiki](https://github.com/EricssonResearch/calvin-base/wiki) for instructions on how to install and configure Calvin, and how to write and deploy applications.
        
        For the really impatient, the following may work:
        
        1. At a prompt, execute: `pip install er-calvin`
        2. Start a Calvin runtime: `csruntime --host localhost --gui-mock-devices`
        3. Point your browser to [`http://localhost:8000`](http://localhost:8000)
        
        If you encounter problems have a look at the wiki. If all else fails, post an issue describing the problem.
        
        ## Contact
        This is a community project that was started by a team in Ericsson Research. If you have questions or problems, [report an issue](https://github.com/EricssonResearch/calvin-base/issues) and we will get back go you as soon as we can.
        
        ## Related
        
        Other members of the Calvin family include [calvin-constrained](https://github.com/EricssonResearch/calvin-constrained), a smaller runtime aimed at supporting devices with constrained or otherwise limited resources available. 
        
        ## Open issues
        
        Fewer than before.
        
Keywords: iot dataflow actors distributed internet-of-things cloud-computing programming
Platform: any
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Framework :: Twisted
Classifier: Natural Language :: English
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Requires-Python: >=2.7
Description-Content-Type: text/markdown
