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 -r requirements.txt
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
bump version
cz bump --changelog
create release
python3 setup.py sdist
upload release
python3 -m twine upload dist/* -u YOUR_USERNAME
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.1.16.tar.gz
(158.4 kB
view hashes)