insight-git

View on PyPIReverse Dependencies (0)

0.1.3 insight_git-0.1.3-py3-none-any.whl

Wheel Details

Project: insight-git
Version: 0.1.3
Filename: insight_git-0.1.3-py3-none-any.whl
Download: [link]
Size: 66430
MD5: 55890686e149d819d34800a7eafd0ee5
SHA256: aa5cf808704a5f42e7e7350307309d69aeb2a300f953dd64483991e2f6b8910f
Uploaded: 2024-04-17 09:00:12 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: insight-git
Version: 0.1.3
Summary: Insight Git analyzes Git repositories to present comprehensive statistics.
Author-Email: "André F. Costa" <afmcosta[at]gmail.com>
Project-Url: Homepage, https://github.com/andrecosta99/insight-git
Project-Url: Documentation, https://andrecosta99.github.io/insight-git/
Project-Url: Repository, https://github.com/andrecosta99/insight-git
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: 2374 characters]

WHEEL

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

RECORD

Path Digest Size
insight_git/__init__.py sha256=pFTDjJ6qXhU3nGhWlDnwE5hLekT-FqzCG8Sy6Y1C8CU 338
insight_git/__main__.py sha256=sf_BjrtC96fBei0y_GwSyR_UIA2Qin5KzJpSjPl-EF0 566
insight_git/callbacks.py sha256=2glSo6l0fcqR7bQLhQjCWwQsdgQxY19KwDf6sUsaiQk 3941
insight_git/layout.py sha256=CgsyUJWW1Apg4QDMP8LUkuunqzUo3RbTqnY-1-usBCM 3138
insight_git/plugin_loader.py sha256=0qlCmMzf_CWtzMtn31F310NmFSaalHDEDmsKOdaiSX4 847
insight_git/utils.py sha256=FBJXqIioiaqfmybZOtYWseKPgGlbd6MUHU0-RYI4EBs 683
insight_git/plugins/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
insight_git/plugins/branch_information.py sha256=roYBUz9RS6udiykYmKs8vKU-p3sbq4oGPbnGcgdJuDw 1685
insight_git/plugins/commit_graph.py sha256=wR4R0m-NRr4jnQ_qiPVEJk69-WhcIhhsvkyT9ae0dGg 2592
insight_git/plugins/commit_type.py sha256=-N9rnWbkSmapV0stS-oi4TTWAVaVea-Xf568c4E3yd4 2853
insight_git/plugins/contributors_info.py sha256=dTFS4K5_SBjQ6EFU6_o433dbEMAeYOwS36vE6nI0CDw 4700
insight_git/plugins/git_statistics.py sha256=XTRwW6MI150_qPNYIoAjAAVT-MrgDWVEjf-CFSWNNwI 3092
insight_git/resources/graph.png sha256=PQaWeqLB_q9G0VwqXmsg4o8Q3gs_xvW4GP7eZq-_Qzc 75034
insight_git-0.1.3.dist-info/LICENSE.txt sha256=99AKTTbE7utefAteIxSaFIZSDyw551q-KswQFM3ZaOc 1103
insight_git-0.1.3.dist-info/METADATA sha256=gYFOkhd5jZuvl_Q_ppF3vuYWws86qo9xjgJWSS0SXUY 4155
insight_git-0.1.3.dist-info/WHEEL sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ 92
insight_git-0.1.3.dist-info/entry_points.txt sha256=Zyk1ilwKu9YNav6QLeolGwb0DHL3ulww6uRi8mnQXRc 457
insight_git-0.1.3.dist-info/top_level.txt sha256=WvRz29AVNVCzeuai0fvYlzO0GNC2sd2tanzrmw2aUXQ 12
insight_git-0.1.3.dist-info/RECORD

top_level.txt

insight_git

entry_points.txt

insight-git = insight_git.__main__:main
branch_information = insight_git.plugins.branch_information:display_branch_information
commit_graph = insight_git.plugins.commit_graph:display_commit_graph
commit_type = insight_git.plugins.commit_type:display_commit_type
contributors = insight_git.plugins.contributors_info:display_contributors_info
git_statistics = insight_git.plugins.git_statistics:display_git_statistics