Metadata-Version: 2.1
Name: juno-observer
Version: 0.0.1
Summary: Jupyter file watcher.
Home-page: https://github.com/bicarlsen/juno
Author: Brian Carlsen
Author-email: carlsen.bri@gmail.com
License: UNKNOWN
Project-URL: Documentation, https://github.com/bicarlsen/juno
Project-URL: Source Code, https://github.com/bicarlsen/juno
Project-URL: Bug Tracker, https://github.com/bicarlsen/juno/issues
Description: ####
        Juno
        ####
        
        A Jupyter file watcher.
        
        Compiles code from ``.ipynb`` to ``.py`` files when saved.
        
        .. code-block:: bash
        
        	python -m pip install juno-observer
        
        
        To run, navigate to the desired root folder of your juptyter server and run
        
        .. code-block:: bash
        
        	python -m juno
        
        To kill the server send a `SIGINT` signal by pressing ``ctrl`` + ``c``.
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/x-rst
