Metadata-Version: 2.4
Name: jaganathanj
Version: 1.0.19
Summary: Personal portfolio and CLI identity package for Jaganathan J, delivered through an interactive terminal experience
Author-email: Jaganathan J <jaganathanjjds@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://jaganathan-j-portfolio.vercel.app/
Project-URL: LinkedIn, https://linkedin.com/in/jaganathan-jn
Project-URL: YouTube, https://youtube.com/@Tech_CrafterX
Keywords: resume,portfolio,developer,software-engineering,data-engineering,cli,terminal,personal-brand,professional,career,interactive,python
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: System Shells
Classifier: Topic :: Terminals
Classifier: Topic :: Documentation
Classifier: Environment :: Console
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
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
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# jaganathanj

[![PyPI version](https://badge.fury.io/py/jaganathanj.svg)](https://badge.fury.io/py/jaganathanj)
[![Python](https://img.shields.io/pypi/pyversions/jaganathanj)](https://pypi.org/project/jaganathanj/)
[![PyPI Downloads](https://static.pepy.tech/badge/jaganathanj)](https://pepy.tech/projects/jaganathanj)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

A Python package that presents my professional profile through an interactive command-line interface.

Instead of distributing a traditional résumé alone, this package provides an executable engineering portfolio that can be explored directly from the terminal. It combines my technical background, industry experience, projects, research, certifications, and professional journey into a single installable package.

---

## Installation

Install directly from PyPI:

```bash
pip install jaganathanj
```

Requirements:

- Python 3.6 or later
- No external dependencies
- Cross-platform support
- Offline operation (except commands that open external links)

---

## Overview

The package is designed as an interactive engineering portfolio rather than a conventional résumé.

It provides a structured overview of:

- Professional background
- Technical skills
- Software engineering experience
- Data engineering journey
- Research and publications
- Certifications
- Projects
- Leadership experience
- Contact information

The terminal interface is intentionally lightweight, dependency-free, and suitable for both CLI and Python usage.

---

## Python API

```python
import jaganathanj

# Professional profile
jaganathanj.about()
jaganathanj.resume()
jaganathanj.cv()

# Contact information
jaganathanj.contact()

# External profiles
jaganathanj.linkedin()
jaganathanj.github()
jaganathanj.portfolio()
jaganathanj.youtube()

# Available commands
jaganathanj.help()
```

---

## Command-Line Interface

After installation, the package can be used directly from the terminal.

```bash
jaganathanj

jaganathanj help
jaganathanj about
jaganathanj resume
jaganathanj cv
jaganathanj contact

jaganathanj github
jaganathanj linkedin
jaganathanj portfolio
jaganathanj youtube
```

---

## Terminal Preview

```text
══════════════════════════════════════════════════════════════════════

JAGANATHANJ DIGITAL IDENTITY INTERFACE

> PERSONAL PACKAGE READY
> TERMINAL INTERFACE ACTIVE

Available Commands

  jaganathanj help
  jaganathanj about
  jaganathanj resume
  jaganathanj cv
  jaganathanj contact

══════════════════════════════════════════════════════════════════════
```

## Featured Projects

### Grocery Helper

Originally developed as a Web Technologies academic project, Grocery Helper has evolved into a multi-user cloud-based grocery management application.

Current capabilities include:

- Firebase Authentication
- Google OAuth
- Yahoo OAuth
- User-specific cloud storage
- Purchase history
- Basket checkout
- Real-time synchronization
- Responsive interface
- Netlify deployment

The project continues to evolve through iterative improvements rather than being abandoned after its initial implementation.

### Personal Python Package

This package itself serves as an example of combining software engineering with personal branding. Instead of presenting a static résumé, it delivers an interactive command-line experience that allows recruiters, developers, and collaborators to explore my professional profile directly from the terminal.

---

## Video Walkthrough

A short walkthrough demonstrating installation and usage is available on YouTube.

https://youtu.be/LFaU3U8HQqA

---

## Connect

Email

jaganathanjjds@gmail.com

LinkedIn

https://linkedin.com/in/jaganathan-jn

GitHub

https://github.com/J-Jaganathan

Portfolio

https://jaganathan-j-portfolio.vercel.app

YouTube

https://youtube.com/@Tech_CrafterX

---

## License

This project is released under the MIT License.

See the [LICENSE](LICENSE) file for details.

---

Thank you for taking the time to explore this package.

Whether you are a recruiter, engineer, researcher, or fellow developer, I appreciate your interest in my work. Feedback, discussions, and professional connections are always welcome.
