circleci-webhook-manager

View on PyPIReverse Dependencies (0)

0.0.3 circleci_webhook_manager-0.0.3-py3-none-any.whl

Wheel Details

Project: circleci-webhook-manager
Version: 0.0.3
Filename: circleci_webhook_manager-0.0.3-py3-none-any.whl
Download: [link]
Size: 7933
MD5: a76b38d28fc8c12292ab3a44b71d58f4
SHA256: 97166a839dfc944b72fe8025474a5c1f01e0b484d0f7ab8edea57cb90900c13e
Uploaded: 2023-07-28 05:38:57 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: circleci-webhook-manager
Version: 0.0.3
Summary: This project aims to provide a simple way to manage bulk (selective or organization-wide) CircleCI webhooks.
Author: Mark Beacom
Author-Email: m[at]beacom.dev
License: MIT
Keywords: cli,circleci,webhook,manager,webhook,organization
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.8,<4.0
Requires-Dist: httpx (<0.25.0,>=0.24.1)
Requires-Dist: typer[all] (<0.10.0,>=0.9.0)
Description-Content-Type: text/markdown
[Description omitted; length: 1871 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry-core 1.6.1
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
LICENSE sha256=7ZlCoGDujxeyvjBTO3al5I-KZZkKxsf6dGWqwH3KYc8 1068
README.md sha256=VSNUnCE_2EYss1xjjju9OSL5JTxxOYo92NFfGQrg6zA 1870
webhook_manager/__init__.py sha256=m2SUB8BuGM_1ACZ5v-1jCSd46M6XTd8GgfP9stjxHHw 194
webhook_manager/__main__.py sha256=aS3L4vF0rJgaJANDT9srWcLePKUDyMutZN56sFzZq5M 149
webhook_manager/cli.py sha256=BRnXW4sYsHuOJ9Pkg0h6vWx8NLIKAK9zO9bBKAqrdW0 966
webhook_manager/client.py sha256=vfm4WkHmc-O_kLOXQNSdUNg78ZfdN2to7SNV6ZU3ALo 3562
webhook_manager/models.py sha256=3ue1lGNupt4LMierPYpdy5vkkBcLoF5JqjkJv4H8G0I 2827
circleci_webhook_manager-0.0.3.dist-info/LICENSE sha256=7ZlCoGDujxeyvjBTO3al5I-KZZkKxsf6dGWqwH3KYc8 1068
circleci_webhook_manager-0.0.3.dist-info/METADATA sha256=Z05_djIoMxeprTnAsDm_pZK5hLqHe8ZpEYsUsn3peVo 2674
circleci_webhook_manager-0.0.3.dist-info/WHEEL sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk 88
circleci_webhook_manager-0.0.3.dist-info/entry_points.txt sha256=CfYgxpItkqhef7t7irpBWRJmkNUgPOwW96kMwdukRQ0 97
circleci_webhook_manager-0.0.3.dist-info/RECORD

entry_points.txt

ccwm = webhook_manager.cli:app
circleci-webhook-manager = webhook_manager.cli:app