importanize

View on PyPIReverse Dependencies (3)

0.7.0 importanize-0.7.0-py2.py3-none-any.whl

Wheel Details

Project: importanize
Version: 0.7.0
Filename: importanize-0.7.0-py2.py3-none-any.whl
Download: [link]
Size: 35097
MD5: 9e0fc3b7a2a255e26b6f917ee14b53e6
SHA256: 0ba1cc16f80b7e9cc9dadf29d4f858016263db4cb17ca0c13fcbdda10029ac1e
Uploaded: 2018-06-07 13:43:33 +0000

dist-info

METADATA

Metadata-Version: 2.0
Name: importanize
Version: 0.7.0
Summary: Utility for organizing Python imports using PEP8 or custom rules
Author: Miroslav Shubernetskiy
Home-Page: https://github.com/miki725/importanize
License: MIT
Keywords: importanize
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Development Status :: 2 - Pre-Alpha
Requires-Dist: pathlib2
Requires-Dist: setuptools
Requires-Dist: six (>=1.9)
[Description omitted; length: 12591 characters]

WHEEL

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

RECORD

Path Digest Size
importanize/__init__.py sha256=hirblDS_O-1qci3MhcRx0pDp4SSi2VaeZBo17AM6YeM 287
importanize/__main__.py sha256=ovNoAoIoQbANUmBkndTFXixN1jqUwFAQowSB5uJwqNA 11710
importanize/formatters.py sha256=mBoKZf9B8UlxPecLw7TYrwE3M7_j7raxc1YL3X8GEjM 6325
importanize/groups.py sha256=ral0NNU4EhvXljFdZevCYQQLO316gfkOX1drart2_Vc 6311
importanize/mixin.py sha256=_Id2vK-QMxIzLuXk-QN_wteScLfz1Qwbi3DvHqEZpwg 426
importanize/parser.py sha256=Jp2Oc9IYTMKAhHwtUdg1LwqIYPHyw9fCR29csCKcUK0 8636
importanize/statements.py sha256=QdroClRxTWhcEmZmWPrHgYZlqMyDjvpsutyHNcUfBpM 6885
importanize/utils.py sha256=B2xWavIThu2IVhP8HrilqNuxmKf0a3XCBfdBsPibU8o 1753
importanize-0.7.0.dist-info/DESCRIPTION.rst sha256=FcSR92aJp5KRg2uD-3xsV6PwTjGrxwgq18nFyqfocGw 12591
importanize-0.7.0.dist-info/METADATA sha256=C7HDT1iU1sPtew3XcBSOu5HTs-0KJqVZwcBOxpQamI0 13328
importanize-0.7.0.dist-info/RECORD
importanize-0.7.0.dist-info/WHEEL sha256=o2k-Qa-RMNIJmUdIc7KU6VWR_ErNRbWNlxDIpl7lm34 110
importanize-0.7.0.dist-info/entry_points.txt sha256=6RjDttuKmXzo2GnyvXPNyINqWaPvCAL_LpSvcGhT6cg 59
importanize-0.7.0.dist-info/metadata.json sha256=ILvawikPYJxSYhV6mlTgwpYej1klrdl4kQR5TdjYumM 1180
importanize-0.7.0.dist-info/top_level.txt sha256=RyC0Nu7gwom2wdfPywbZSX2aX3MqTT9V1ME_kWpHq_s 18
tests/__init__.py sha256=iSdX8FWXqzvUYGzDquZyGCtANhcEnpuUoFKluvA_olw 97
tests/test_formatters.py sha256=o0BUvleLwXy0RzXUx6StQkq0vgtzJIo8SkxddxbO8j4 6701
tests/test_groups.py sha256=rtLzqB0b68oiGOkdbWSRChmn4oJiBCRAqmdce2doCWM 11176
tests/test_main.py sha256=k9J83ImFKC9TfNzYdqkwn1zbJGGxPzmaznep8Tn4vkw 15004
tests/test_mixins.py sha256=xZmwMX9nYkNCufEG-Mr1ruiR7nteLIbi6tAGTNNPLvs 1623
tests/test_parser.py sha256=i0yTSlhiP8t6G0F0Fj8BLsOH3y1qsnINisgF0qx77hI 10004
tests/test_statements.py sha256=YxyvTogRwAAAgjDST5zVCZWn4PKONvSVHOu5sA8p5Gc 9221
tests/test_utils.py sha256=1l3Ir11Mm9P-GAkDhfeSide-XKnAhky_BzmdPpeFICQ 3900

top_level.txt

importanize
tests

entry_points.txt

importanize = importanize.__main__:main