Metadata-Version: 2.4
Name: pratikpathak
Version: 2.3.4
Summary: A package that prints information about Pratik Pathak
Home-page: http://pratikpathak.com/
Author: Pratik Pathak
Author-email: Pratik Pathak <me@pratikpathak.com>
Maintainer-email: Pratik Pathak <me@pratikpathak.com>
License-Expression: MIT
Project-URL: Homepage, http://pratikpathak.com/
Project-URL: Repository, https://github.com/zpratikpathak/pip-install-pratikpathak
Project-URL: Source Code, https://github.com/zpratikpathak/pip-install-pratikpathak
Project-URL: LinkedIn, https://www.linkedin.com/in/pathakpratik/
Project-URL: Documentation, https://github.com/zpratikpathak/pip-install-pratikpathak#readme
Keywords: pratik,pathak,microsoft,trainer,personal,info
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
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: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

# Pratik Pathak Package

A Python package that displays information about Pratik Pathak, a Microsoft Certified Trainer and technology professional.

## Installation

### Option 1: Using uv (Fastest ⚡)
```bash
uv pip install pratikpathak
```

### Option 2: Using pipx (Recommended for CLI tools)
```bash
pipx install pratikpathak
```

### Option 3: Using pip (Traditional)
```bash
pip install pratikpathak
```

> **Why uv?** uv is 10-100x faster than pip and offers reliable dependency resolution. **Why pipx?** pipx installs packages in isolated environments, avoiding dependency conflicts while making commands globally available.

## Usage

After installation with uv, pipx, or pip, you can run the command:

```bash
pratikpathak
```

Or use it in Python:

```python
import pratikpathak
pratikpathak.main()
```

## About

This package prints information about Pratik Pathak, including his professional background, contact details, and passion for sharing knowledge through free workshops and seminars.

## 📚 Documentation

- **[UV Installation Guide](UV_INSTALLATION.md)** - Complete guide for using uv (fastest method)
- **[PIPX Installation Guide](PIPX_INSTALLATION.md)** - Complete guide for using pipx
- **[Publishing Guide](PUBLISH_INSTRUCTIONS.md)** - How this package was created and published

## Contact

- **Email**: me@pratikpathak.com
- **LinkedIn**: https://www.linkedin.com/in/pathakpratik/
- **Website**: http://pratikpathak.com/

## License

MIT License
