pyversion3

View on PyPIReverse Dependencies (1)

0.5.16 pyversion3-0.5.16-py2.py3-none-any.whl

Wheel Details

Project: pyversion3
Version: 0.5.16
Filename: pyversion3-0.5.16-py2.py3-none-any.whl
Download: [link]
Size: 9012
MD5: 22a4ba355ad90cd0bda613e050e272c8
SHA256: 1f44e839064f95dc1126c53bc07f037bba0510e652857504b6627bcd5be3e57b
Uploaded: 2019-01-16 20:00:28 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: pyversion3
Version: 0.5.16
Summary: Python package versioning made simple
Author: Kyle Rockman - ported to python3 by Ling Li
Author-Email: kyle.rockman[at]mac.com, email[at]ling-li.com
Home-Page: https://github.com/lingster/pyversion3
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Dist: ansimarkup (==1.4.0)
Requires-Dist: better-exceptions-fork (==0.2.1.post6)
Requires-Dist: certifi (==2018.11.29)
Requires-Dist: chardet (==3.0.4)
Requires-Dist: coverage (==5.0a4)
Requires-Dist: coveralls (==1.5.1)
Requires-Dist: docopt (==0.6.2)
Requires-Dist: idna (==2.8)
Requires-Dist: loguru (==0.2.4)
Requires-Dist: packaging (==18.0)
Requires-Dist: pbr (==5.1.1)
Requires-Dist: pygments (==2.3.1)
Requires-Dist: pyparsing (==2.3.1)
Requires-Dist: requests (==2.21.0)
Requires-Dist: six (==1.12.0)
Requires-Dist: urllib3 (==1.24.1)
Requires-Dist: colorama (==0.4.1); sys_platform == "win32"
[Description omitted; length: 3236 characters]

WHEEL

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

RECORD

Path Digest Size
version/__init__.py sha256=0fJaWt_H63SnWHczA0ov68LgGqTCCxJcJMP7OlVPFME 68
version/cli.py sha256=VXlEIY5hzwknYcXCOMp7-scTprcm7UKKQdotP7uHQwI 452
version/increment_command.py sha256=inwcPPSzXb2ALuPFl0wBmHlFTyzPJWWtzQ9Txd7VOo0 1413
version/tag_command.py sha256=LbsgA8E-jQh1iAv6AFAUmCnVPPgeOXBxvwsZN-Jzoz8 2351
version/version3.py sha256=avPyQ0R_g-1md60bx-k1cT231R7aMO5Uycg0hZwli0U 10492
pyversion3-0.5.16.dist-info/LICENSE sha256=n6FnU91PuYFzZQ9GC8N_rTjqjNemIspBE0DNbqY-AXM 1072
pyversion3-0.5.16.dist-info/METADATA sha256=5uMRYQiRmzzhzXVxKK_IYqpBNXpssg6lqQ6-jaXwufc 4489
pyversion3-0.5.16.dist-info/WHEEL sha256=aEiWNTQcG6AiGGAYQ9qHTifyKRnmFJvDeTI0hP5aohY 116
pyversion3-0.5.16.dist-info/entry_points.txt sha256=uFcXxMlDFgBey_RU-riTAJn_KQIo5Qkz6bL3cAkWOzc 225
pyversion3-0.5.16.dist-info/pbr.json sha256=ieU4NvR1nRc5lXGXwEoGzs9xgPTOFiaaH7eZWZmLfbU 46
pyversion3-0.5.16.dist-info/top_level.txt sha256=kSc8xAmawTZUp1jz59Junaccwqg0L7vPThJ3QWxZ4DY 8
pyversion3-0.5.16.dist-info/RECORD

top_level.txt

version

entry_points.txt

pyversion3 = version.cli:main
increment = version.increment_command:increment
tag = version.tag_command:tag
auto_version = version.version3:version_keyword