-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
juq papermill {clean,run}
, update readme
- Loading branch information
1 parent
a827d01
commit a8aba97
Showing
5 changed files
with
125 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
setup( | ||
name='juq.py', | ||
version='0.1.1', | ||
version='0.2.0', | ||
packages=find_packages(), | ||
install_requires=open('requirements.txt').read(), | ||
extras_require={ | ||
|
@@ -13,7 +13,7 @@ | |
author_email="[email protected]", | ||
author_url="https://github.com/ryan-williams", | ||
url="https://github.com/runsascoded/juq", | ||
description='CLI for viewing/slicing Jupyter notebooks (name is inspired by "`jq` for Jupyter")', | ||
description='Query, run, and clean Jupyter notebooks (name is inspired by "`jq` for Jupyter")', | ||
long_description=open("README.md").read(), | ||
long_description_content_type="text/markdown", | ||
entry_points={ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters