{ "info": { "author": "Abhinav Tushar", "author_email": "abhinav.tushar.vs@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Natural Language :: English", "Programming Language :: Python", "Programming Language :: Python :: 3 :: Only" ], "description": "=============================\njrun\n=============================\n\nRun jupyter notebooks as command line scripts with variable overrides\n\nFor making variables overridable, wrap them using ``jin`` as shown below\n\n.. code-block:: python\n\n from jrun import jin\n\n # First parameter is identifier, second is default value\n seed = jin(\"seed\", 1234)\n speed = jin(\"speed\", 45)\n trial_number = jin(\"tno\", 1)\n\n # Other code\n\nRunning the notebook directly (``jrun notebook.ipynb``) will use the default\nparameter values. To override any of them, pass another argument to jrun\nspecifying the override in plain python like ``jrun notebook.ipynb \"tno = 2;\nseed = 2313\"``.", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/lepisma/jrun", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "jrun", "package_url": "https://pypi.org/project/jrun/", "platform": "", "project_url": "https://pypi.org/project/jrun/", "project_urls": { "Homepage": "https://github.com/lepisma/jrun" }, "release_url": "https://pypi.org/project/jrun/0.1.1/", "requires_dist": null, "requires_python": "", "summary": "Run jupyter notebooks as command line scripts with variable overrides", "version": "0.1.1" }, "last_serial": 3113838, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "d178a6744069e12638a3b64e0190f6ed", "sha256": "2113c29b443c99890d60ca697e1ee91d9dcb0d1834be692b9989a92947205a23" }, "downloads": -1, "filename": "jrun-0.1.0.linux-x86_64.tar.gz", "has_sig": false, "md5_digest": "d178a6744069e12638a3b64e0190f6ed", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3517, "upload_time": "2017-08-22T06:41:27", "url": "https://files.pythonhosted.org/packages/ee/65/b35074ef7e393f830a880e51cb2db9ed068f443483efc2eb137aa91c69e0/jrun-0.1.0.linux-x86_64.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "093385db6748add350f835c53f09a18c", "sha256": "88a195ea59c052971bc4291bd5c5c230456775f081a5973892519f47a97b68ce" }, "downloads": -1, "filename": "jrun-0.1.1.tar.gz", "has_sig": false, "md5_digest": "093385db6748add350f835c53f09a18c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15115, "upload_time": "2017-08-22T06:43:55", "url": "https://files.pythonhosted.org/packages/a8/30/d4c5a2249f2712bfc7b88907a76fbb95a7ef43395b272f1b8b0f35058a42/jrun-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "093385db6748add350f835c53f09a18c", "sha256": "88a195ea59c052971bc4291bd5c5c230456775f081a5973892519f47a97b68ce" }, "downloads": -1, "filename": "jrun-0.1.1.tar.gz", "has_sig": false, "md5_digest": "093385db6748add350f835c53f09a18c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15115, "upload_time": "2017-08-22T06:43:55", "url": "https://files.pythonhosted.org/packages/a8/30/d4c5a2249f2712bfc7b88907a76fbb95a7ef43395b272f1b8b0f35058a42/jrun-0.1.1.tar.gz" } ] }