Metadata-Version: 2.1
Name: ze2nb-cli
Version: 1.0.1
Summary: A simple CLI for ze2nb
Home-page: https://github.com/joeyism/ze2nb-cli
Author: joeyism
Author-email: joeyism@gmail.com
License: UNKNOWN
Download-URL: https://github.com/joeyism/ze2nb-cli/archive/1.0.1.tar.gz
Keywords: ze2nb,cli,zeppelin,jupyter,notebook,ipynb,note.json
Platform: UNKNOWN
Requires-Dist: ze2nb


ze2nb CLI
=========

Installation
------------

.. code-block:: bash

   pip3 install ze2nb-cli

Usage
-----

.. code-block:: bash

   usage: ze2nb [-h] [-i INPUT] [--run-all] [--out-path OUT_PATH] [--to-html]
                [--to-py]

   optional arguments:
     -h, --help            show this help message and exit
     -i INPUT, --input INPUT
                           The input file_name
     --run-all             If set, walks through this directory and converts all
                           note.json to ipynb
     --out-path OUT_PATH   Output path
     --to-html             Converts to HTML
     --to-py               Converts to .py


