Metadata-Version: 2.4
Name: github-user-activity-89aman
Version: 0.1.0
Summary: A CLI tool to fetch and display GitHub user activity
Author-email: Aman <Shasarita23@mail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/Motax12/Github-User-Activity
Project-URL: Repository, https://github.com/Motax12/Github-User-Activity.git
Keywords: github,cli,activity,user
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
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
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: requests>=2.32.5

# GitHub User Activity

A CLI tool to fetch and display GitHub user activity.

## Installation

```bash
uv add requests
```

## Usage

```bash
python main.py <username>
```

## Example

```bash
python main.py octocat
```
