nb-move-imports

View on PyPIReverse Dependencies (0)

0.4.5 nb_move_imports-0.4.5-py3-none-any.whl

Wheel Details

Project: nb-move-imports
Version: 0.4.5
Filename: nb_move_imports-0.4.5-py3-none-any.whl
Download: [link]
Size: 3597
MD5: 85eb3e1903c7208917b42a7d9451a65b
SHA256: 60deb7d2628db3501826081221241107cdc4911a5004c4bc564f37687c5523ee
Uploaded: 2023-05-10 22:09:58 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: nb-move-imports
Version: 0.4.5
Summary: Move import statements in jupyter notebook to the first cell
Author: An Hoang
Author-Email: anhoang31415[at]gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.8.9,<4.0.0
Requires-Dist: click (>=8.1.3)
Requires-Dist: isort (>=5.10.1); extra == "isort"
Requires-Dist: nbformat (>=5.4.0)
Provides-Extra: isort
Description-Content-Type: text/markdown
[Description omitted; length: 1628 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry-core 1.5.2
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
nb_move_imports/__init__.py sha256=ExLQ7ioMQy_z_pHHpQq0i7rDbC3gqTOyDb7YqI43O9U 97
nb_move_imports/main.py sha256=2pPR9y2C3qf_JdiPORtNQvcB0rhmqRSoQ4VGUOPW_JM 3335
nb_move_imports-0.4.5.dist-info/METADATA sha256=ueoiZXRDIcVe-NI0DUXAPJdbSgHuTdjG9LWljCzN2r8 2224
nb_move_imports-0.4.5.dist-info/WHEEL sha256=7Z8_27uaHI_UZAc4Uox4PpBhQ9Y5_modZXWMxtUi4NU 88
nb_move_imports-0.4.5.dist-info/entry_points.txt sha256=jW3WG_OaDncgMa2xMzedUgWdS5JrTyaLDaTFdGWsFSQ 109
nb_move_imports-0.4.5.dist-info/RECORD

entry_points.txt

jupyter-nbmoveimports = nb_move_imports.main:main
nb_move_imports = nb_move_imports.main:main