git-project-core-plugins

View on PyPIReverse Dependencies (0)

0.0.19 git_project_core_plugins-0.0.19-py3-none-any.whl

Wheel Details

Project: git-project-core-plugins
Version: 0.0.19
Filename: git_project_core_plugins-0.0.19-py3-none-any.whl
Download: [link]
Size: 46013
MD5: fe990f0eae4286b90ff62d5f02060b4a
SHA256: 3a757ea6d7d03628bc838432d8302c806082fc9536425fc0b270ccfba231a833
Uploaded: 2022-10-05 14:43:10 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: git-project-core-plugins
Version: 0.0.19
Summary: Core functionality for git-project
Author: David A. Greene
Author-Email: dag[at]obbligato.org
Home-Page: http://github.com/greened/git-project-core-plugins
License: GPLv3+
Keywords: git project development
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Version Control :: Git
Requires-Python: >=3
Requires-Dist: git-project (>=0.0.17)
Requires-Dist: progressbar2
Requires-Dist: pygit2
Description-Content-Type: text/x-rst
License-File: COPYING
[Description omitted; length: 16316 characters]

WHEEL

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

RECORD

Path Digest Size
git_project_core_plugins/__init__.py sha256=AN6pLHfZB-xzVw4DjUOL67kFitq2S4cKVW1W2rcvNdU 1028
git_project_core_plugins/artifact.py sha256=fqhRcH13xL0b4TZ5Qizcx1n_9EDKVfOPAV5UhpW2AwQ 12473
git_project_core_plugins/branch.py sha256=8XRlNCbPUfqvl0UTp66IbgOFGp1Gz4k36Xko-uENdcs 9015
git_project_core_plugins/clone.py sha256=rVXlMbA93b76CJMaWxhX0Rz7KrRHNNq4B1u9kJS0WVQ 3172
git_project_core_plugins/common.py sha256=gco0neFv_xDhP9Ms0Wk67ot1Hgg3eYM-N54JV7wcUow 858
git_project_core_plugins/config.py sha256=MiHx-c6YJNnax1hLn2u3dxQ-YUjlXdasuh77xqB_ejI 6701
git_project_core_plugins/help.py sha256=IoglUl0qDQBcqWr3q2XnDGLZbL8wpi7lAHQsxXy5Mqg 11045
git_project_core_plugins/init.py sha256=GZ_2Kd_ZWxnVFiHNeI9nC8c2_R_RF9peWWLvtYWDmck 2243
git_project_core_plugins/run.py sha256=bxYlH16UDSTutM6_XvS1ZCiL87H_BI0Xj0_OPOGs8YY 14851
git_project_core_plugins/worktree.py sha256=4jAH_V67FFIwSQdotfIsUQ-1KqjAdSMzSTZTR8VntjA 25894
git_project_core_plugins-0.0.19.dist-info/COPYING sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY 35149
git_project_core_plugins-0.0.19.dist-info/METADATA sha256=hh13qoH0LnUvBwSeYNG_cX5JVTuj0GqgPZfXSeDy-ts 17094
git_project_core_plugins-0.0.19.dist-info/WHEEL sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA 92
git_project_core_plugins-0.0.19.dist-info/entry_points.txt sha256=wb52LU2eS-khTH7wlKaezZIMfBwPgiTdsC9sWJvMSwU 442
git_project_core_plugins-0.0.19.dist-info/top_level.txt sha256=ADGhXqzPHoz0qIXGlfQG6cBTc1fmmz_Rd_mH5NFRmdQ 25
git_project_core_plugins-0.0.19.dist-info/RECORD

top_level.txt

git_project_core_plugins

entry_points.txt

artifact = git_project_core_plugins.artifact:ArtifactPlugin
branch = git_project_core_plugins.branch:BranchPlugin
clone = git_project_core_plugins.clone:ClonePlugin
config = git_project_core_plugins.config:ConfigPlugin
help = git_project_core_plugins.help:HelpPlugin
init = git_project_core_plugins.init:InitPlugin
run = git_project_core_plugins.run:RunPlugin
worktree = git_project_core_plugins.worktree:WorktreePlugin