nbcommands

View on PyPIReverse Dependencies (0)

0.5.1 nbcommands-0.5.1-py3-none-any.whl

Wheel Details

Project: nbcommands
Version: 0.5.1
Filename: nbcommands-0.5.1-py3-none-any.whl
Download: [link]
Size: 12891
MD5: a3e38905114e7b00bffd8bfc1be3ade7
SHA256: fe16a40ecc03c1fcff97e95efd1ff3f9f74ef90a901e6594f3b57dbf8c0456e3
Uploaded: 2021-06-20 20:46:29 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: nbcommands
Version: 0.5.1
Summary: Unix commands for Jupyter notebooks.
Author: Vinayak Mehta
Author-Email: vmehta94[at]gmail.com
Home-Page: https://github.com/vinayak-mehta/nbcommands
License: Apache 2.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: black (>=19.10b0)
Requires-Dist: Click (>=7.0)
Requires-Dist: colorama (>=0.4.1)
Requires-Dist: nbformat (>=4.4.0)
Requires-Dist: Pygments (>=2.4.2)
Requires-Dist: Sphinx (>=2.2.1); extra == "dev"
Requires-Dist: black (>=19.10b0); extra == "dev"
Requires-Dist: Click (>=7.0); extra == "dev"
Requires-Dist: colorama (>=0.4.1); extra == "dev"
Requires-Dist: nbformat (>=4.4.0); extra == "dev"
Requires-Dist: Pygments (>=2.4.2); extra == "dev"
Provides-Extra: dev
Description-Content-Type: text/markdown
[Description omitted; length: 3750 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.36.2)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
nbcommands/__init__.py sha256=904RRKd7gwYjHgIRFIDN0RLPRR3q_JCNqO8dy_zZYZg 62
nbcommands/__version__.py sha256=g1H-w_NihapmwSlUrVGIOAXDml3hpPxZ4gjyfGp9ZNw 735
nbcommands/_black.py sha256=_2k-bMZjTc6N3FwAIHg8ji7dRHpoAbTFqyS8n68kb_I 2344
nbcommands/_cat.py sha256=24dpPN3tnjIzw_Sy4yxwZN-bduo4lIRIjiGeqR5SbvM 1072
nbcommands/_grep.py sha256=hF4YquEGv-tDtiOX0UYkAWm0hgrrYFq4Sg3mp4ES3no 2312
nbcommands/_head.py sha256=L8_R6zMBlPqGG2sxVCk1eUXYMOd4uJr-hV8AxRgDJ_8 638
nbcommands/_less.py sha256=D3Ya6KMJHQ1DNP6MFzQtVQSyCiHnqmI24PwMPF1DAEY 474
nbcommands/_tail.py sha256=VVXyWZnGVFORcwXlvxzidHg31_wZhsHwOakybuQc2H4 636
nbcommands/_touch.py sha256=sp05TODjKRknboWaDvoIHSn_G6iGP-YN58bh2cP0zBA 698
nbcommands/terminal.py sha256=KnUQhSFypApa_z5w2SkFPJjN_A6KQLY6pWFxExEzlvo 801
nbcommands-0.5.1.dist-info/LICENSE sha256=BzEPolwvYbFnz5m-4klrsopZc-pMa4Qc05o0CdQSaWU 11343
nbcommands-0.5.1.dist-info/METADATA sha256=BTBzOqKfUdVhetw71Wymsy0CTeq1r7fnAVF7sb-BJcw 4784
nbcommands-0.5.1.dist-info/WHEEL sha256=OqRkF0eY5GHssMorFjlbTIq072vpHpF60fIQA6lS9xA 92
nbcommands-0.5.1.dist-info/entry_points.txt sha256=U3I9sw9H2WY3Tbn05eqYTG_nrNhg0Iba56DVuYNaRBg 240
nbcommands-0.5.1.dist-info/top_level.txt sha256=jSY7ZbVQZboYWLzi0MRTC7W8aBQ2CuXuVdmSLOdYGfc 11
nbcommands-0.5.1.dist-info/RECORD

top_level.txt

nbcommands

entry_points.txt

nbblack = nbcommands._black:_black
nbcat = nbcommands._cat:cat
nbgrep = nbcommands._grep:grep
nbhead = nbcommands._head:head
nbless = nbcommands._less:less
nbtail = nbcommands._tail:tail
nbtouch = nbcommands._touch:touch