update-package-version

View on PyPIReverse Dependencies (0)

0.1.3 update_package_version-0.1.3-py3-none-any.whl

Wheel Details

Project: update-package-version
Version: 0.1.3
Filename: update_package_version-0.1.3-py3-none-any.whl
Download: [link]
Size: 21247
MD5: 0452621efa75840e285f3c30f2fab46a
SHA256: 17ca7189920c08d6423bac625e8577d6523a71522f7d3093fe7e3874bea235a9
Uploaded: 2018-10-05 11:09:27 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: update-package-version
Version: 0.1.3
Summary: A python executable that delivers a path-wide version bump feature
Author: night-crawler
Author-Email: lilo.panic[at]gmail.com
Home-Page: https://github.com/night-crawler/update-package-version
License: MIT
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.6
Requires-Dist: fire
Requires-Dist: pyyaml
Requires-Dist: toml
[Description omitted; length: 3578 characters]

WHEEL

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

RECORD

Path Digest Size
tests/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/conf.py sha256=4p-rvier4_H0qfUsopFOKyDufSVPiFiic3TRd7Y00Mc 548
tests/test_cli.py sha256=AATi4QPxO9nEngxGPmw_uwk7VfgJjJ6-sRst38FpwuM 1569
tests/test_config.py sha256=_ZtQA_MR7_p4YV4km5bDmcUbbYC_H1UHWXO7Nq-nIBc 1849
tests/test_replacer_pipfile.py sha256=V_Qf2513Bf07rSGI3LQeHsgegUm1nGCTU6pMcwchNng 4278
tests/test_replacer_regex.py sha256=yoeaTEDyA5lUd2NbXhPQlJ8Rw5woga14y904ft7UZVI 3350
tests/test_search.py sha256=6_yG25Zamf1KTOweK6GnuyI2W2wJfs7hfNnpDNI8YlA 4063
tests/test_shell_runner.py sha256=w3ID9slL9u3FiKq38NiPgSmJjUqgwaTcgLVzqUUZ2Jo 1104
tests/test_utils.py sha256=sdmKNPcw5Fkk9tvNtlAS5wm0iMdQHKunnQE9_Zl7Q9s 446
update_package_version/__init__.py sha256=uZsygMXMKRw-7qhWojAjnpm8GFPXU92xW6XA8O5GwFY 22
update_package_version/__main__.py sha256=h6N6bvtzN_lKkmSH9OcX8WDArjuFlI0BKjXMInfmesQ 25
update_package_version/base.py sha256=r9bgNyY2L66axlL8iZWCvWgHUFmbsCz6YsPG35r0DRE 1242
update_package_version/cli.py sha256=Wg3cCxODkRopT_zz6MfpqQbM1bSYNwg2xh0ydTokLOI 4258
update_package_version/config.py sha256=QxJI8GFKvYq_TBWvDl1YqBDgkyvRScAUif58BMwkC_4 5504
update_package_version/constants.py sha256=mvrwVLFE138afaG9FgcdF-ozbuu1--LXH13nnmOntvI 1681
update_package_version/exceptions.py sha256=S6d8_FvdLK4cFrS_JQ5zr7JGgLAEZt4nOasW6vB3uVc 37
update_package_version/search.py sha256=UY-k7pekX_jlmVKYDJEmDiI_6xwcepdiBgqDva_fZcs 2046
update_package_version/shell_runner.py sha256=cPgTCFqj2VH8WMi6wkfMJHAP02p9fGdsIPUtVJmxeS0 1806
update_package_version/utils.py sha256=9qMzYxfFtkCLEVwFCQAWlNnKvPj8xLjlZmkiEfewa6c 215
update_package_version/replacers/__init__.py sha256=y0V7vmnxyP1Zc7fco3YlThJRgWrQ5jrypB-KygCg1kQ 70
update_package_version/replacers/pipfile.py sha256=6wUbap7MZuIsCmaFzFxcBtPaCjp4EwyKgOjTzKWXPOI 6504
update_package_version/replacers/regex.py sha256=VKvd8qJEs1vVsy-bDrBWnVsLs37ZNuZRDgXb4OZRbqY 8859
update_package_version-0.1.3.dist-info/METADATA sha256=ITbWawgfXkSOolImFN8teh5d67htrtfCeKzfOwt6b0A 4287
update_package_version-0.1.3.dist-info/WHEEL sha256=-ZFxwj8mZJPIVcZGLrsQ8UGRcxVAOExzPLVBGR7u7bE 92
update_package_version-0.1.3.dist-info/entry_points.txt sha256=zo1Vqq-vTYIjm_Brwm94unwyQisQqNFRIFYEJt_BrDE 114
update_package_version-0.1.3.dist-info/top_level.txt sha256=Xe0cTs_Us7CE0rjUU59kppZ_lzFKY1MJEl6ECsWtu54 29
update_package_version-0.1.3.dist-info/RECORD

top_level.txt

tests
update_package_version

entry_points.txt

update-package-version = update_package_version.cli:main
upv = update_package_version.cli:main