pyversion

View on PyPIReverse Dependencies (1)

0.5.7 pyversion-0.5.7-py2.py3-none-any.whl

Wheel Details

Project: pyversion
Version: 0.5.7
Filename: pyversion-0.5.7-py2.py3-none-any.whl
Download: [link]
Size: 8946
MD5: 8e5c9df0592b29f33f783535f4641566
SHA256: ad37fb62b91384368dd24b18ee3479516ac27642f9af4d2bbf21a2656cfba575
Uploaded: 2019-01-16 20:19:38 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: pyversion
Version: 0.5.7
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/pyversion
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: colorama (==0.4.1)
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)
[Description omitted; length: 3227 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=MucRxe-doi_Hxn221rmRxbMBokwICVjX0vE0g2WIE2E 67
version/cli.py sha256=ElgW95wLMAZ45kzJ0bj-Nr3joNAo5gGwVnu0NQe0t_U 451
version/increment_command.py sha256=_j1_kgzB2TPuy5F4clo0U5w1LAP3gwQ-Cw0hdxF5-A8 1412
version/tag_command.py sha256=M-Hw_6sUY4KaYm7iDY4j_lXF2hDdEcX6pFas1xXwEis 2350
version/version.py sha256=avPyQ0R_g-1md60bx-k1cT231R7aMO5Uycg0hZwli0U 10492
pyversion-0.5.7.dist-info/LICENSE sha256=n6FnU91PuYFzZQ9GC8N_rTjqjNemIspBE0DNbqY-AXM 1072
pyversion-0.5.7.dist-info/METADATA sha256=mP_idZkRZfyQSb-sRHFN2muK1zL_3XOtn8AWk5Haquo 4449
pyversion-0.5.7.dist-info/WHEEL sha256=aEiWNTQcG6AiGGAYQ9qHTifyKRnmFJvDeTI0hP5aohY 116
pyversion-0.5.7.dist-info/entry_points.txt sha256=QWeD5d-fU-u0a-_65fX3DZ2CISBVYwTXaTLYT-tR8ns 223
pyversion-0.5.7.dist-info/pbr.json sha256=1EaktIolnYr7BuNHJCUJDt5jrgvQ01OIx0X0kqkKZXA 46
pyversion-0.5.7.dist-info/top_level.txt sha256=kSc8xAmawTZUp1jz59Junaccwqg0L7vPThJ3QWxZ4DY 8
pyversion-0.5.7.dist-info/RECORD

top_level.txt

version

entry_points.txt

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