Metadata-Version: 2.4
Name: Arham-Resume
Version: 1.0.2
Summary: My resume, served as a pip package.
Author-email: Arham Shah <arhamswapnilshah@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/ArhamShah01
Keywords: resume,cv,Arham Shah
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# Arham-Resume

My resume, served as a pip package. 🎓

## Installation

```bash
pip install Arham-Resume
```

## Usage

### As a CLI command

```bash
arham-resume
```

### In Python

```python
import arham_resume
arham_resume.display_resume()
```

## Why?

Because every developer needs a resume, and what better way to share it than through the Python package index?

## License

MIT
