datakit-gitlab

View on PyPIReverse Dependencies (0)

0.5.2 datakit_gitlab-0.5.2-py3-none-any.whl

Wheel Details

Project: datakit-gitlab
Version: 0.5.2
Filename: datakit_gitlab-0.5.2-py3-none-any.whl
Download: [link]
Size: 13701
MD5: 1cf3e3e48eee3c3fc955fbe2bfb05299
SHA256: fac3fc4c630d8b793b48a680591d6519c1e4b5732028339dd84831218946253b
Uploaded: 2024-01-22 20:55:48 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: datakit-gitlab
Version: 0.5.2
Summary: Commands to manage project integration with Gitlab.
Author: Serdar Tumgoren
Author-Email: stumgoren[at]ap.org
Home-Page: https://github.com/associatedpress/datakit-gitlab
License: ISC license
Keywords: datakit-gitlab
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: ISC License (ISCL)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: cliff
Requires-Dist: datakit-core
Requires-Dist: python-gitlab (>=2.5.0)
License-File: LICENSE
[Description omitted; length: 303 characters]

WHEEL

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

RECORD

Path Digest Size
datakit_gitlab/__init__.py sha256=JuhebK_KuW65PCpB6ETgDj8v9iFLNcxwanpbu6moC4g 295
datakit_gitlab/git.py sha256=NSrBLPh0LIegP25yCPwIv-UxrPmuFfKkaL4duKeEvzg 648
datakit_gitlab/gitlab_project.py sha256=bOhOGxmELeZSADuna1vCau29gqWmlMzl4Toz_1FS9RE 1511
datakit_gitlab/project_mixin.py sha256=6i12D1dyxzXGAOL4GgzgL-8oLQJ0VL5PuF9Mj3xa-ZU 567
datakit_gitlab/commands/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
datakit_gitlab/commands/integrate.py sha256=64nH1XrIdmrSeJa8LbkhpOamAqeUDw5lFUkSKQkcqRs 2393
datakit_gitlab/commands/issues/__init__.py sha256=mMmo_dOVSdqujhOXHuvxGV-_tpN-5QHQS00SKbB7CeM 21
datakit_gitlab/commands/issues/add.py sha256=Ae9c9BFVgsCTkbbh7yoa254LcdI92FNL9QR9PHlKx_M 817
tests/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/conftest.py sha256=B8tEkTlVcoY3aeCORoYk1FwdAcuk_2Sc1Ee5PieZ2SA 1986
tests/commands/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/commands/test_integrate.py sha256=cqK5s-3Ak3Hqk17rSoiOfqqjKAtobQofc8fmShydOC0 2534
tests/commands/test_issues_add.py sha256=6MTDOJRcUWACDdsK00WXKrNK2iVWeUnHzr8ORQi30wI 1370
tests/fixtures/current_user_get.json sha256=NGCA0cqv_61Kf0CTK_3BmEKa4UADE5YynF1dAc189TE 882
tests/fixtures/group_id_lookup.json sha256=uxgtNxzg5EUAfTu8HsUIu6ejT6sUwKnU_VVlvvIthiw 3259
tests/fixtures/issue_added_201.json sha256=kkp9eMJTyAka_tRLB7R8zmZka1krpJxLVzBnnWlmAyw 854
tests/fixtures/project_created-201.json sha256=O5Ym8X8XBEMsyz9_uE7qLKR3XvEQtC9yD-C3S_QIe78 1357
tests/fixtures/project_get.json sha256=-vJMfdUfCWrlukJoVOo79t32DriSMxqgVftNFLUsaHU 1458
tests/fixtures/project_search-already_exists.json sha256=G8mqk24RBLAi0FY_STbg3-PsfXAG4esjmLyOMxNOp3U 1324
datakit_gitlab-0.5.2.dist-info/LICENSE sha256=9Q7Wweh8u_RIJZ7s1InMXjCUVHPjlBYJk9Y9Vgd_xlI 750
datakit_gitlab-0.5.2.dist-info/METADATA sha256=lnf4fxFFc5XHpXknSoXQ0xcAv7eB9wrkXV4igQKCovc 1166
datakit_gitlab-0.5.2.dist-info/WHEEL sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM 92
datakit_gitlab-0.5.2.dist-info/entry_points.txt sha256=-P4ylrsUJqxvXYHpSj0Le4KdqqDW6Rs2BTi75Y0bvhI 108
datakit_gitlab-0.5.2.dist-info/top_level.txt sha256=BPQZ0pffJi3wAWqtDIwI-TTrrf2jwfgXAzsDpVRD9ms 21
datakit_gitlab-0.5.2.dist-info/RECORD

top_level.txt

datakit_gitlab
tests

entry_points.txt

gitlab integrate = datakit_gitlab:Integrate
gitlab issues add = datakit_gitlab:issues.Add