Metadata-Version: 2.4
Name: helpman
Version: 2.21
Summary: Enhanced Python Help Tool with Rich Library - Beautiful terminal output.
Home-page: https://github.com/cumulus13/pyhelp
Author: Hadi Cahyadi
Author-email: cumulus13@gmail.com
Project-URL: Bug Reports, https://github.com/cumulus13/pyhelp/issues
Project-URL: Source, https://github.com/cumulus13/pyhelp
Project-URL: Documentation, https://github.com/cumulus13/pyhelp#readme
Keywords: rename with pattern and fast
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
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: rich>=10.0.0
Requires-Dist: rich_argparse
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# 🚀 Helpman

Enhanced Python Help Tool with Rich Library - Beautiful terminal output
---

## ✨ Features

- **Rich Terminal UI** *(optional)*  
  If the `rich` Python library is installed, enjoy colorful tables, progress bars, and interactive prompts.

---

## 📦 Installation

1. Clone this repository or download `bn.py`:
   ```bash
   git clone https://github.com/cumulus13/pyhelp.git
   cd pyhelp
   pip install .
    ```
---

## 🏃 Usage
```bash
Usage: pyhelp/helpman [-h] [-s] [-v] module

🐍 Enhanced Python Help Tool with Rich formatting

Positional Arguments:
  module         Module, function, or class to get help for (e.g., os.path, json.loads)

Options:
  -h, --help     show this help message and exit
  -s, --source   Show source code instead of help documentation
  -v, --version  show program's version number and exit

Examples:

  pyhelp os.path                    # Show help for os.path module
  pyhelp json.loads                 # Show help for json.loads function
  pyhelp -s requests.get            # Show source code for requests.get
  pyhelp --source collections.Counter  # Show source code for Counter class

```

## author
[Hadi Cahyadi](mailto:cumulus13@gmail.com)
    

[![Buy Me a Coffee](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/cumulus13)

[![Donate via Ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/cumulus13)
 
[Support me on Patreon](https://www.patreon.com/cumulus13)

[medium.com](https://www.medium.com/@cumulus13)
