commit-tracker

View on PyPIReverse Dependencies (0)

2.5 commit_tracker-2.5-py3-none-any.whl

Wheel Details

Project: commit-tracker
Version: 2.5
Filename: commit_tracker-2.5-py3-none-any.whl
Download: [link]
Size: 15812
MD5: dd7a6ecb5a162049886ad74714614170
SHA256: abac73852cfc00cfe34b9c0949359f0ee6303ac2a2592307050831e0b7e1f856
Uploaded: 2024-04-01 21:43:59 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: commit-tracker
Version: 2.5
Summary: Commit Tracker analyzes Git repositories to present comprehensive statistics.
Author-Email: "André F. Costa" <afmcosta[at]gmail.com>
Project-Url: Homepage, https://github.com/andrecosta99/ct-final
Project-Url: Documentation, https://github.com/andrecosta99/ct-final#readme
Project-Url: Repository, https://github.com/andrecosta99/ct-final
License: MIT
Keywords: git,analysis,commit,education
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Version Control :: Git
Requires-Python: >=3.10
Requires-Dist: dash
Requires-Dist: GitPython
Requires-Dist: pandas
Requires-Dist: plotly
Requires-Dist: dash-bootstrap-components
Requires-Dist: black; extra == "dev"
Requires-Dist: flake8 (>=6.0.0); extra == "dev"
Requires-Dist: flake8-black; extra == "dev"
Requires-Dist: flake8-builtins; extra == "dev"
Requires-Dist: flake8-bugbear; extra == "dev"
Requires-Dist: flake8-comprehensions; extra == "dev"
Requires-Dist: flake8-docstrings; extra == "dev"
Requires-Dist: flake8-isort; extra == "dev"
Requires-Dist: flake8-pytest-style; extra == "dev"
Requires-Dist: flake8-simplify; extra == "dev"
Requires-Dist: Flake8-pyproject; extra == "dev"
Requires-Dist: isort; extra == "dev"
Requires-Dist: pre-commit; extra == "dev"
Requires-Dist: pytest (>=8.0); extra == "dev"
Requires-Dist: pytest-cov (>=3.0.0); extra == "dev"
Requires-Dist: mkdocs; extra == "dev"
Requires-Dist: mkdocs-material; extra == "dev"
Requires-Dist: mkdocstrings; extra == "dev"
Provides-Extra: dev
Description-Content-Type: text/markdown
License-File: LICENSE.txt
[Description omitted; length: 2386 characters]

WHEEL

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

RECORD

Path Digest Size
committracker/__init__.py sha256=HeW5P5MEWG6bUlGBweHmALdmDMsIzML2ZihHlX4MqIw 353
committracker/__main__.py sha256=sf_BjrtC96fBei0y_GwSyR_UIA2Qin5KzJpSjPl-EF0 566
committracker/callbacks.py sha256=ZLqzZG5HMpncckUjTeM6SBGhnRI0F2vy9icL0pE6oHA 3997
committracker/layout.py sha256=wrS6khyJ6OuKBNQizioc7evhKllHNac3FRW3i6MmQ6U 3342
committracker/plugin_loader.py sha256=UtNiELgsbrppCBh6OUraVTqNh8rWAtXX_R2TyUxcLEk 856
committracker/utils.py sha256=FBJXqIioiaqfmybZOtYWseKPgGlbd6MUHU0-RYI4EBs 683
committracker/plugins/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
committracker/plugins/branch_information.py sha256=roYBUz9RS6udiykYmKs8vKU-p3sbq4oGPbnGcgdJuDw 1685
committracker/plugins/code_quality.py sha256=kL5ABd_x7mADlbS7cX7lWtAAywD4heSNFtWUD97wwJ0 2450
committracker/plugins/commit_graph.py sha256=Vk6zavxo85Q-QIJ9v4ItAN86ilWWTYuAYpg4mvHniBI 2536
committracker/plugins/commit_type.py sha256=-N9rnWbkSmapV0stS-oi4TTWAVaVea-Xf568c4E3yd4 2853
committracker/plugins/contributors_info.py sha256=dTFS4K5_SBjQ6EFU6_o433dbEMAeYOwS36vE6nI0CDw 4700
committracker/plugins/git_statistics.py sha256=XTRwW6MI150_qPNYIoAjAAVT-MrgDWVEjf-CFSWNNwI 3092
commit_tracker-2.5.dist-info/LICENSE.txt sha256=99AKTTbE7utefAteIxSaFIZSDyw551q-KswQFM3ZaOc 1103
commit_tracker-2.5.dist-info/METADATA sha256=UMOWL0EktI6vS29b83w9Ov8xWU_yX4UZ7PKpqp4tSWQ 4169
commit_tracker-2.5.dist-info/WHEEL sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ 92
commit_tracker-2.5.dist-info/entry_points.txt sha256=OKwshvUqsOGAtsTFRnJ_BdRjWp0QJru85xPE5ZJcSXQ 475
commit_tracker-2.5.dist-info/top_level.txt sha256=ln5LjJ_OhMSC_J4hiqzr4PcIyygRfkQi1cJXVGf8EQQ 14
commit_tracker-2.5.dist-info/RECORD

top_level.txt

committracker

entry_points.txt

branch_information = committracker.plugins.branch_information:display_branch_information
commit_graph = committracker.plugins.commit_graph:display_commit_graph
commit_type = committracker.plugins.commit_type:display_commit_type
contributors = committracker.plugins.contributors_info:display_contributors_info
git_statistics = committracker.plugins.git_statistics:display_git_statistics
commit-tracker = committracker.__main__:main