gitlab-activity

View on PyPIReverse Dependencies (0)

0.1.3 gitlab_activity-0.1.3-py3-none-any.whl

Wheel Details

Project: gitlab-activity
Version: 0.1.3
Filename: gitlab_activity-0.1.3-py3-none-any.whl
Download: [link]
Size: 29818
MD5: d8570ca7e2539f54ecb42e1333b5a0c4
SHA256: 0d8e181aecf0aafd0954347ebcad96c559100ee3a453cf3c23ad1cdc036b3696
Uploaded: 2024-11-04 21:09:29 +0000

dist-info

METADATA

Metadata-Version: 2.3
Name: gitlab_activity
Version: 0.1.3
Summary: Grab recent issue/PR activity from a GitLab repository and render it as markdown.
Author-Email: Mahendra Paipuri <mahendra.paipuri[at]gmail.com>
Project-Url: Homepage, https://mahendrapaipuri.gitlab.io/gitlab-activity/
Project-Url: Source Code, https://gitlab.com/mahendrapaipuri/gitlab-activity
License: BSD 3-Clause License Copyright (c) 2023, Mahendra Paipuri Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
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
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Version Control :: Git
Requires-Python: >=3.8
Requires-Dist: click
Requires-Dist: importlib-resources
Requires-Dist: jsonschema
Requires-Dist: markdown
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: python-dateutil; python_version < "3.12"
Requires-Dist: requests
Requires-Dist: toml
Requires-Dist: tqdm
Requires-Dist: pre-commit; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov (>=2.6.1); extra == "dev"
Requires-Dist: pytest-regressions; extra == "dev"
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-regressions; extra == "test"
Requires-Dist: pytest; extra == "test-cov"
Requires-Dist: pytest-cov (>=2.6.1); extra == "test-cov"
Requires-Dist: pytest-regressions; extra == "test-cov"
Provides-Extra: dev
Provides-Extra: test
Provides-Extra: test-cov
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 6148 characters]

WHEEL

Wheel-Version: 1.0
Generator: hatchling 1.25.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
gitlab_activity/__init__.py sha256=ndsdZ6E-x5lYSAwC9NYgy-_3V5MvN97qpDffwQoJTP4 1579
gitlab_activity/_version.py sha256=Th4LX__gs-nsS9TFH6pTazvXLGdccCjSmNz3mI_XgTU 49
gitlab_activity/cache.py sha256=-olcJajJFGsFMW9-yayyz9qyyT_lh9Jr1h8rSOsDDUQ 5498
gitlab_activity/cli.py sha256=71u3Gp5-z_BBN56WEz1KKc5e2UnqESdwNie6vr2drsE 13590
gitlab_activity/git.py sha256=0lYPviAvAHHPfMWcglyNXsH-RZ6Pn2IrzwGc60Vtl3k 1363
gitlab_activity/graphql.py sha256=xYUzSsZOkKip1jZihfmt1ll3da4DNHq5Xz97fYOgImg 11971
gitlab_activity/lib.py sha256=xCsHRPVDETJQwZi_TP2MWxsiEpyCaFUkuuG1vyeLrFQ 28469
gitlab_activity/schema.json sha256=gV7epGxeBRUMBl_KuBCVI4kiQxfBvUJ6NwM0sZmY1n8 2566
gitlab_activity/utils.py sha256=Pl8j_stI59iaExmCksRIUJrK4bPSriogP_ctGoBHlJY 18869
gitlab_activity-0.1.3.dist-info/METADATA sha256=WP3VXMlt5GDV_wlaGPMHZ8XMMEj7XIAvla184VZK4t8 9689
gitlab_activity-0.1.3.dist-info/WHEEL sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY 87
gitlab_activity-0.1.3.dist-info/entry_points.txt sha256=As5NQqiPxonWLpq16REkYWHBiwwpaUDWxPms22bfFYM 61
gitlab_activity-0.1.3.dist-info/licenses/LICENSE sha256=MY_4LmiF2hBr2QP2JtcLYHUuz4SgjNbVvtDARR7UCHI 1503
gitlab_activity-0.1.3.dist-info/RECORD

entry_points.txt

gitlab-activity = gitlab_activity.cli:main