Metadata-Version: 2.4
Name: gitfind
Version: 0.1.1
Summary: A Python package to find and analyze GitHub repository statistics
Home-page: https://github.com/27Naman2004/gitfind
Author: Naman Katare
Author-email: Naman Katare <katare272004@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/27Naman2004/gitfind
Project-URL: Documentation, https://github.com/27Naman2004/gitfind#readme
Project-URL: Repository, https://github.com/27Naman2004/gitfind
Project-URL: Issues, https://github.com/27Naman2004/gitfind/issues
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
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.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.25.0
Requires-Dist: colorama>=0.4.0
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

# gitfind 🔍

A Python package to find and analyze any public GitHub repository URL, generating a detailed report.

## Features

- ⭐ Total Stars
- 🍴 Total Forks  
- 👨‍💻 Total Contributors
- ⏳ Last Commit Date
- 🖥️ Primary Programming Languages
- 📝 Auto-generated summary report

## Installation

```bash
pip install gitfind
