Metadata-Version: 2.1
Name: naas
Version: 0.5.4
Summary: Scheduler system for notebooks
Home-page: https://github.com/cashstory/naas
Author: Martin Donadieu
Author-email: martindonadieu@gmail.com
License: BSD
Description: <img width="25%" alt="Naas" src="./images/naas_logo.svg"/>
        
        ![Bump version](https://github.com/jupyter-naas/naas/workflows/Bump%20version/badge.svg)
        ![Upload Python Package](https://github.com/jupyter-naas/naas/workflows/Upload%20Python%20Package/badge.svg)
        ![Test Python package](https://github.com/jupyter-naas/naas/workflows/Test%20Python%20package/badge.svg)
        ![codecov](https://codecov.io/gh/jupyter-naas/naas/branch/master/graph/badge.svg?token=UC3SAL8S0U)
        
        # Naas (Notebooks As Automated Services)
        
        Schedule notebooks, to automate all your tasks.
        
        Use the power of scripting in the cloud.
        Whenever you need it (even when you sleep).
        
        * Schedule your scripts
        * Use Notebooks as API
        * Share assets securely
        
        ## Install
        
        `pip3 install naas`
        
        
        # DEVELOPMENT
        
        ## Install
        
        `pip3 install -e '.[dev]'`
        
        ## Run test 
        
        `pytest -x`  
        
        ## Test local server
        
        `./test_runner.sh`
        
        open manager :
        
        `localhost:5000/`
        
        ## Check lint
        
        `python3 -m black naas` format better
        `python3 -m flake8 naas` check if any left error
        
        ## Publish
        
        Allow easy deploy by setting password in keyring
        `python3 -m keyring set https://upload.pypi.org/legacy/ bobapp`
        
        Then publish
        `publish.sh`
        
        # Supporters: 
        ![Sentry](./images/sentry.svg)
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: BSD License
Classifier: Framework :: Jupyter
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Provides-Extra: dev
