gitverse

View on PyPIReverse Dependencies (3)

3.2 gitverse-3.2-py3-none-any.whl

Wheel Details

Project: gitverse
Version: 3.2
Filename: gitverse-3.2-py3-none-any.whl
Download: [link]
Size: 13755
MD5: 8dd82578ca7abb8961e3fb2cfdef3f41
SHA256: cdbad0b5725c08346f64d299c7a87886ad7fc72fcba1f1be34154c2ac89bfe25
Uploaded: 2023-12-01 19:56:39 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: gitverse
Version: 3.2
Summary: Get GitHub's release notes or commit history and format it into `reStructuredText`/`Markdown` documents.
Author-Email: Vignesh Rao <svignesh1793[at]gmail.com>
Project-Url: Homepage, https://github.com/thevickypedia/gitverse
Project-Url: Docs, https://thevickypedia.github.io/gitverse/
Project-Url: Source, https://github.com/thevickypedia/gitverse
Project-Url: Bug Tracker, https://github.com/thevickypedia/gitverse/issues
Project-Url: Release Notes, https://github.com/thevickypedia/gitverse/blob/main/release_notes.rst
License: MIT License Copyright (c) 2020 Vignesh Rao Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Keywords: changelog,automate,commits,releases
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Version Control :: Git
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Documentation
Requires-Python: >=3.8
Requires-Dist: click
Requires-Dist: requests
Requires-Dist: python-dotenv
Requires-Dist: pre-commit; extra == "dev"
Requires-Dist: xmltodict; extra == "dev"
Provides-Extra: dev
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 4024 characters]

WHEEL

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

RECORD

Path Digest Size
gitverse/__init__.py sha256=n2t7hV_nHYb3yCOOgb8tNDTgxCo5HV9bc_K0BBNH-zc 16
gitverse/commits.py sha256=MFJZ8a_Uuy-PsN1bBKvsMz96ffkG7DCAh0V0a-qdtO4 7372
gitverse/help.py sha256=WE7l91FjG2Se9See1q2dNehjnBBaBef_L0z8T_CIuB8 634
gitverse/releases.py sha256=-bJGqCXP_YXbNRKIiseaI7uKuaFKhz9wuxfEVEmGPSU 9591
gitverse/requirements.txt sha256=VWsl9DhvYhDnyMtOL_KG1lGKtYo0ZMVVUjmOgdZvGpE 29
gitverse/models/auth_bearer.py sha256=Li4pVTjWECorV0UCO5Th3BmEElkrLy4cXoZ3RhXCrRY 1020
gitverse/models/callables.py sha256=t4c4-HfMg7OZN9_jCj6jV0Px6Kj4pYZqNGz7uXpKzNY 147
gitverse/models/debugger.py sha256=TXfnBxG9Hq9eYlEu0s7BkCA-3OObuSPk8xkHoUYOH7E 791
gitverse/utils/rst.py sha256=HRgBUNkbqj9rNZ1PrDjuRyVZYJT2MNCjYhmEaqKcmWQ 2788
gitverse-3.2.dist-info/LICENSE sha256=IIzGtSG_5RWbjcbVBcleGFh2oM8H5ICBFERPoW_hH3s 1067
gitverse-3.2.dist-info/METADATA sha256=OKwFBJur9Uy0OUCDxV6bXa0928W2hg8IpylvTSoQ6yo 6530
gitverse-3.2.dist-info/WHEEL sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM 92
gitverse-3.2.dist-info/entry_points.txt sha256=gRWNtYgOZyeqID9FsG4-VIv8Eo5IYMuB5KoZ2TgVDS4 130
gitverse-3.2.dist-info/top_level.txt sha256=-Ehf5mQcZH6tZT_RiDu21Vr_ojCKi2ReyG7BtgUv51Q 9
gitverse-3.2.dist-info/RECORD

top_level.txt

gitverse

entry_points.txt

gitverse = gitverse.help:main
gitverse-commit = gitverse.commits:main
gitverse-release = gitverse.releases:main