Scheduler system for notebooks
Project description
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
naas-0.4.13.tar.gz
(159.0 kB
view hashes)