pip-module-scanner

View on PyPIReverse Dependencies (0)

0.6 pip_module_scanner-0.6-py2.py3-none-any.whl

Wheel Details

Project: pip-module-scanner
Version: 0.6
Filename: pip_module_scanner-0.6-py2.py3-none-any.whl
Download: [link]
Size: 9127
MD5: fb51c30aa77b49b1e2a89816aa0262b5
SHA256: 5a3ba9a2cc159ba9e1a03c3902a31e797fc41db733018534841956d0f2f9acab
Uploaded: 2018-09-14 14:59:11 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: pip-module-scanner
Version: 0.6
Summary: Scans your Python project for all installed third party pip libraries and generates a requirements.txt based output.
Author: Luke Paris (Paradoxis)
Author-Email: luke[at]paradoxis.nl
Home-Page: https://github.com/Paradoxis/PIP-Module-Scanner
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=2.7.0
Requires-Dist: twine; extra == "dev"
Requires-Dist: codecov; extra == "test"
Requires-Dist: coverage; extra == "test"
Requires-Dist: requests (==2.19.1); extra == "test"
Requires-Dist: flask (==1.0.2); extra == "test"
Provides-Extra: test
Provides-Extra: dev
Provides-Extra: dev
Provides-Extra: test
Description-Content-Type: text/markdown
[Description omitted; length: 5073 characters]

WHEEL

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

RECORD

Path Digest Size
pip_module_scanner/__init__.py sha256=18EzLT-wQHqF1_sfU6L3zW1MY6Pg7wQvUgVupgCQOdg 125
pip_module_scanner/__init__.pyc sha256=iwVCXh0-MihuUD0rHGodjDOAj0-IZBidJsyzWLuRpaw 306
pip_module_scanner/__main__.py sha256=4VNQ2pxAAPAdACUycpGJYcGz64x3H3sm9LA4uACkZ94 770
pip_module_scanner/exceptions.py sha256=z8KhuK7YbdeBNo0yLPRidCc4v_SAal0x-1O14ZLCgTI 94
pip_module_scanner/exceptions.pyc sha256=dIM-Q7Cj2ubTBzRMvsOMG45zfJnVu_YHNxcaMxNCeXc 388
pip_module_scanner/scanner.py sha256=Vnq0v-BH9USg09t88Yq_e1m8rTkU-pQ515U83Xp7hBY 3265
pip_module_scanner/scanner.pyc sha256=Ea5mk1hitfU8yiVrS3iO2Au_DGrITatmH-H6m_UrRPw 3768
pip_module_scanner-0.6.dist-info/METADATA sha256=s_42nBKlr8KEh9ZFyjl2lVQFunLm9iCwtHs9BVRpsek 6111
pip_module_scanner-0.6.dist-info/RECORD
pip_module_scanner-0.6.dist-info/WHEEL sha256=gduuPyBvFJQSQ0zdyxF7k0zynDXbIbvg5ZBHoXum5uk 110
pip_module_scanner-0.6.dist-info/entry_points.txt sha256=oj4hE5-oUT02IG2EroxjFmBVRILgLUKSswaaBGm8qaI 73
pip_module_scanner-0.6.dist-info/top_level.txt sha256=EGqDqZ7XVWZnGK5a5c96L08-8288penHlVL4ldLv2M4 25
tests/project/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/project/example.py sha256=zg2KdiC1ivZsT38jHHDhrhNiHkMzytPXtSI4lmRzsTg 151

top_level.txt

pip_module_scanner
tests

entry_points.txt

pip-module-scanner = pip_module_scanner.__main__:main