Metadata-Version: 1.1
Name: pyneuronjs
Version: 1.0.0
Summary: The python middleware for neuron.js
Home-page: https://github.com/kaelzhang/pyneuronjs
Author: Kael Zhang
Author-email: i@kael.me
License: MIT
Description: [![Build Status](https://travis-ci.org/neuron-js/pyneuron.svg?branch=master)](https://travis-ci.org/neuron-js/pyneuron)
        
        # pyneuronjs
        
        Python utilities and middleware for neuron.js
        
        ## Install
        
        ```sh
        $ pip install pyneuronjs
        ```
        
        ## Usage
        
        ```py
        from pyneuronjs import Neuron
        
        neuron_instance = Neuron(
          dependency_tree=dependency_tree,
          resolve=resolve
        )
        ```
        
        ## License
        
        MIT
        
Keywords: neuron.js middleware javascript loader facade
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
