Metadata-Version: 2.1
Name: gitfind
Version: 0.1.0
Summary: A Python package to find and analyze GitHub repository statistics
Home-page: https://github.com/27Naman2004/gitfind
Author: Naman katare
Author-email: Your Name <your.email@example.com>
License: MIT
Project-URL: Homepage, https://github.com/27Naman2004/gitfind
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
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

# 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
