Metadata-Version: 2.4
Name: github-module
Version: 1.0.0
Summary: Wrapper for github-modules. Please use 'pip install github-modules' directly.
Home-page: 
Author: Pavan Bhatt
Author-email: pavanhbhatt1@gmail.com
Description-Content-Type: text/markdown
Requires-Dist: github-modules>=1.0.0
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-dist
Dynamic: summary

# ⚠️ This package has been merged into `github-modules`

This package (`github-module`) is now a thin wrapper around [`github-modules`](https://pypi.org/project/github-modules/).

## What to do

Replace your install with:

```bash
pip install github-modules
```

Your code will continue to work without any changes:

```python
from github_module import GitHubHelper  # still works
```

## Why?

We consolidated into a single package (`github-modules`) to avoid maintaining two identical packages. Installing `github-module` will automatically pull in `github-modules` as a dependency, so existing users are not affected.

## For new projects

Use `github-modules` directly:

```bash
pip install github-modules
```

Full documentation: https://pypi.org/project/github-modules/
