jaganathanj


Namejaganathanj JSON
Version 1.0.18 PyPI version JSON
download
home_pagehttps://jaganathan-j-portfolio.vercel.app/
SummaryPersonal portfolio and CLI identity package for Jaganathan J, instead of countless resumes
upload_time2025-08-30 21:54:52
maintainerNone
docs_urlNone
authorJaganathan J
requires_python>=3.6
licenseMIT License Copyright (c) 2024 Jaganathan J Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords resume portfolio personal-brand cv developer student cli terminal identity professional career hacker-aesthetic
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # πŸš€ `jaganathanj` – Resume as a Python Package

[![PyPI version](https://badge.fury.io/py/jaganathanj.svg)](https://badge.fury.io/py/jaganathanj)
[![Python 3.6+](https://img.shields.io/badge/python-3.6+-blue.svg)](https://www.python.org/downloads/)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

> β€œWhy send a PDF when you can `pip install` a person?”

Meet the world’s first Python package that **is** a resume, built by a developer who thinks different. From achievements to contact info, explore everything about me right from your terminal.

---

## πŸ“¦ Installation

```bash
pip install jaganathanj
````

> βœ… Requires: Python 3.6+
> βœ… No extra dependencies
> βœ… Works offline (except for external links)

---

## 🧠 What You Get

This isn't a gimmick β€” it's my full tech journey, built into a Python module:

* πŸ“˜ Career story, impact, and resume
* 🧠 Research & patents
* πŸ’‘ Projects & open-source
* πŸ“Š Skills & technologies
* πŸ“¬ Contact & social links

---

## βš™οΈ Python Usage

```python
import jaganathanj

jaganathanj.about()       # My full story and context
jaganathanj.resume()      # A concise resume snapshot
jaganathanj.cv()          # Extended version of my CV

# Contact & connect
jaganathanj.contact()
jaganathanj.linkedin()
jaganathanj.github()
jaganathanj.portfolio()
jaganathanj.youtube()

# List all available commands
jaganathanj.help()
```

---

## πŸ’» CLI Commands

For terminal lovers, just run:

```bash
jaganathanj                # Welcome Message
jaganathanj resume         # Quick resume in terminal
jaganathanj about          # Complete story
jaganathanj contact        # Email & social links
jaganathanj help           # See all available options
```

No need to open a browser β€” explore my profile directly in your shell.

---

## 🎬 How to Operate `jaganathanj`

Want to see it in action?  
Here’s a quick walkthrough video showing how to install and use the package:

▢️ [Watch on YouTube](https://youtu.be/LFaU3U8HQqA)

---

## πŸ‘¨β€πŸ’» About Me

* πŸŽ“ Final Year CSE @ SRM Easwari Engineering College
* πŸ† IIT Madras Shaastra Hackathon 2025 Finalist
* πŸ“œ Patent: SARIMA-based GPS Alternative (202441089112 A)
* πŸŽ₯ YouTube Creator: 667% growth in 15 days
* πŸ‘¨β€πŸ« Taught 70+ peers to 100% pass rate in networking labs
* πŸ₯‡ NPTEL Gold Medalist (Cloud Computing)

---

## πŸ› οΈ Tech Stack

**Languages:** Python, Java, C++, JS
**Cloud/DB:** AWS, Firebase, MongoDB, SQL
**Focus Areas:** ML, NLP, System Design

---

## 🎯 Why This Package?

Because traditional resumes don’t show:

* πŸ’‘ Innovation & initiative
* πŸ“ Real-world tech skills
* 🎯 Personal branding
* πŸ“± Developer-first accessibility

This package is my career β€” executable.

---

## 🌐 Connect With Me

πŸ“§ Email: [jaganathanjjds@gmail.com](mailto:jaganathanjjds@gmail.com)
πŸ”— LinkedIn: [linkedin.com/in/jaganathan-jn](https://linkedin.com/in/jaganathan-jn)
πŸ’» GitHub: [github.com/J-Jaganathan](https://github.com/J-Jaganathan)
🌐 Portfolio: [jaganathan-j-portfolio.vercel.app](https://jaganathan-j-portfolio.vercel.app/)
πŸ“Ί YouTube: [@Tech\_CrafterX](https://youtube.com/@Tech_CrafterX)

---

## πŸ“ˆ Package Info

* Version: `1.0.18`
* No external dependencies
* Zero bloat
* Works offline (except web links)

---

## πŸš€ What's Next?

I'm open to opportunities in:

* Data Science & AI/ML
* Backend & Full-Stack Roles
* Research Collaborations
* Developer Advocacy & Teaching

---

## πŸ“œ License

This project is licensed under the **MIT License**.  
You are free to use, modify, and distribute this package in accordance with the terms of the license.

---

Thanks for installing me. See you in your terminal! ✨

---


            

Raw data

            {
    "_id": null,
    "home_page": "https://jaganathan-j-portfolio.vercel.app/",
    "name": "jaganathanj",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "resume, portfolio, personal-brand, cv, developer, student, cli, terminal, identity, professional, career, hacker-aesthetic",
    "author": "Jaganathan J",
    "author_email": "Jaganathan J <jaganathanjjds@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/6a/ef/5f3b5e1999fe1b16458b5f282ef51eef258ec97475a734d3d9aea748876e/jaganathanj-1.0.18.tar.gz",
    "platform": null,
    "description": "# \ud83d\ude80 `jaganathanj` \u2013 Resume as a Python Package\r\n\r\n[![PyPI version](https://badge.fury.io/py/jaganathanj.svg)](https://badge.fury.io/py/jaganathanj)\r\n[![Python 3.6+](https://img.shields.io/badge/python-3.6+-blue.svg)](https://www.python.org/downloads/)\r\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\r\n\r\n> \u201cWhy send a PDF when you can `pip install` a person?\u201d\r\n\r\nMeet the world\u2019s first Python package that **is** a resume, built by a developer who thinks different. From achievements to contact info, explore everything about me right from your terminal.\r\n\r\n---\r\n\r\n## \ud83d\udce6 Installation\r\n\r\n```bash\r\npip install jaganathanj\r\n````\r\n\r\n> \u2705 Requires: Python 3.6+\r\n> \u2705 No extra dependencies\r\n> \u2705 Works offline (except for external links)\r\n\r\n---\r\n\r\n## \ud83e\udde0 What You Get\r\n\r\nThis isn't a gimmick \u2014 it's my full tech journey, built into a Python module:\r\n\r\n* \ud83d\udcd8 Career story, impact, and resume\r\n* \ud83e\udde0 Research & patents\r\n* \ud83d\udca1 Projects & open-source\r\n* \ud83d\udcca Skills & technologies\r\n* \ud83d\udcec Contact & social links\r\n\r\n---\r\n\r\n## \u2699\ufe0f Python Usage\r\n\r\n```python\r\nimport jaganathanj\r\n\r\njaganathanj.about()       # My full story and context\r\njaganathanj.resume()      # A concise resume snapshot\r\njaganathanj.cv()          # Extended version of my CV\r\n\r\n# Contact & connect\r\njaganathanj.contact()\r\njaganathanj.linkedin()\r\njaganathanj.github()\r\njaganathanj.portfolio()\r\njaganathanj.youtube()\r\n\r\n# List all available commands\r\njaganathanj.help()\r\n```\r\n\r\n---\r\n\r\n## \ud83d\udcbb CLI Commands\r\n\r\nFor terminal lovers, just run:\r\n\r\n```bash\r\njaganathanj                # Welcome Message\r\njaganathanj resume         # Quick resume in terminal\r\njaganathanj about          # Complete story\r\njaganathanj contact        # Email & social links\r\njaganathanj help           # See all available options\r\n```\r\n\r\nNo need to open a browser \u2014 explore my profile directly in your shell.\r\n\r\n---\r\n\r\n## \ud83c\udfac How to Operate `jaganathanj`\r\n\r\nWant to see it in action?  \r\nHere\u2019s a quick walkthrough video showing how to install and use the package:\r\n\r\n\u25b6\ufe0f [Watch on YouTube](https://youtu.be/LFaU3U8HQqA)\r\n\r\n---\r\n\r\n## \ud83d\udc68\u200d\ud83d\udcbb About Me\r\n\r\n* \ud83c\udf93 Final Year CSE @ SRM Easwari Engineering College\r\n* \ud83c\udfc6 IIT Madras Shaastra Hackathon 2025 Finalist\r\n* \ud83d\udcdc Patent: SARIMA-based GPS Alternative (202441089112 A)\r\n* \ud83c\udfa5 YouTube Creator: 667% growth in 15 days\r\n* \ud83d\udc68\u200d\ud83c\udfeb Taught 70+ peers to 100% pass rate in networking labs\r\n* \ud83e\udd47 NPTEL Gold Medalist (Cloud Computing)\r\n\r\n---\r\n\r\n## \ud83d\udee0\ufe0f Tech Stack\r\n\r\n**Languages:** Python, Java, C++, JS\r\n**Cloud/DB:** AWS, Firebase, MongoDB, SQL\r\n**Focus Areas:** ML, NLP, System Design\r\n\r\n---\r\n\r\n## \ud83c\udfaf Why This Package?\r\n\r\nBecause traditional resumes don\u2019t show:\r\n\r\n* \ud83d\udca1 Innovation & initiative\r\n* \ud83d\udcd0 Real-world tech skills\r\n* \ud83c\udfaf Personal branding\r\n* \ud83d\udcf1 Developer-first accessibility\r\n\r\nThis package is my career \u2014 executable.\r\n\r\n---\r\n\r\n## \ud83c\udf10 Connect With Me\r\n\r\n\ud83d\udce7 Email: [jaganathanjjds@gmail.com](mailto:jaganathanjjds@gmail.com)\r\n\ud83d\udd17 LinkedIn: [linkedin.com/in/jaganathan-jn](https://linkedin.com/in/jaganathan-jn)\r\n\ud83d\udcbb GitHub: [github.com/J-Jaganathan](https://github.com/J-Jaganathan)\r\n\ud83c\udf10 Portfolio: [jaganathan-j-portfolio.vercel.app](https://jaganathan-j-portfolio.vercel.app/)\r\n\ud83d\udcfa YouTube: [@Tech\\_CrafterX](https://youtube.com/@Tech_CrafterX)\r\n\r\n---\r\n\r\n## \ud83d\udcc8 Package Info\r\n\r\n* Version: `1.0.18`\r\n* No external dependencies\r\n* Zero bloat\r\n* Works offline (except web links)\r\n\r\n---\r\n\r\n## \ud83d\ude80 What's Next?\r\n\r\nI'm open to opportunities in:\r\n\r\n* Data Science & AI/ML\r\n* Backend & Full-Stack Roles\r\n* Research Collaborations\r\n* Developer Advocacy & Teaching\r\n\r\n---\r\n\r\n## \ud83d\udcdc License\r\n\r\nThis project is licensed under the **MIT License**.  \r\nYou are free to use, modify, and distribute this package in accordance with the terms of the license.\r\n\r\n---\r\n\r\nThanks for installing me. See you in your terminal! \u2728\r\n\r\n---\r\n\r\n",
    "bugtrack_url": null,
    "license": "MIT License\r\n        \r\n        Copyright (c) 2024 Jaganathan J\r\n        \r\n        Permission is hereby granted, free of charge, to any person obtaining a copy\r\n        of this software and associated documentation files (the \"Software\"), to deal\r\n        in the Software without restriction, including without limitation the rights\r\n        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\r\n        copies of the Software, and to permit persons to whom the Software is\r\n        furnished to do so, subject to the following conditions:\r\n        \r\n        The above copyright notice and this permission notice shall be included in all\r\n        copies or substantial portions of the Software.\r\n        \r\n        THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r\n        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\r\n        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\r\n        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\r\n        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\r\n        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\r\n        SOFTWARE.",
    "summary": "Personal portfolio and CLI identity package for Jaganathan J, instead of countless resumes",
    "version": "1.0.18",
    "project_urls": {
        "Bug Reports": "https://github.com/J-Jaganathan/jaganathanj/issues",
        "Changelog": "https://github.com/J-Jaganathan/jaganathanj/releases",
        "Documentation": "https://github.com/J-Jaganathan/jaganathanj#readme",
        "Homepage": "https://jaganathan-j-portfolio.vercel.app/",
        "Issues": "https://github.com/J-Jaganathan/jaganathanj-package/issues",
        "LinkedIn": "https://linkedin.com/in/jaganathan-jn",
        "Repository": "https://github.com/J-Jaganathan/jaganathanj",
        "Source Code": "https://github.com/J-Jaganathan/jaganathanj",
        "YouTube": "https://youtube.com/@Tech_CrafterX"
    },
    "split_keywords": [
        "resume",
        " portfolio",
        " personal-brand",
        " cv",
        " developer",
        " student",
        " cli",
        " terminal",
        " identity",
        " professional",
        " career",
        " hacker-aesthetic"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "fdb3b434020f46e8ab9c325773e8258a3c46f4ae679b3219d623ec5e0483b7e2",
                "md5": "27d8b7839af188a042e22d233b818f7f",
                "sha256": "5df32f001583d4f5db927fb07e7a41a2d5013095a27fd1f37199c104b3b7e35a"
            },
            "downloads": -1,
            "filename": "jaganathanj-1.0.18-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "27d8b7839af188a042e22d233b818f7f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 18115,
            "upload_time": "2025-08-30T21:54:43",
            "upload_time_iso_8601": "2025-08-30T21:54:43.373293Z",
            "url": "https://files.pythonhosted.org/packages/fd/b3/b434020f46e8ab9c325773e8258a3c46f4ae679b3219d623ec5e0483b7e2/jaganathanj-1.0.18-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6aef5f3b5e1999fe1b16458b5f282ef51eef258ec97475a734d3d9aea748876e",
                "md5": "69d20d7cd1c4faf0309e6917db30847c",
                "sha256": "d0a15e6c0e9d73046f9ca6bc426ff0c5cd435dec380884a9322873401c9fc958"
            },
            "downloads": -1,
            "filename": "jaganathanj-1.0.18.tar.gz",
            "has_sig": false,
            "md5_digest": "69d20d7cd1c4faf0309e6917db30847c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 26434690,
            "upload_time": "2025-08-30T21:54:52",
            "upload_time_iso_8601": "2025-08-30T21:54:52.606709Z",
            "url": "https://files.pythonhosted.org/packages/6a/ef/5f3b5e1999fe1b16458b5f282ef51eef258ec97475a734d3d9aea748876e/jaganathanj-1.0.18.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-30 21:54:52",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "J-Jaganathan",
    "github_project": "jaganathanj",
    "github_not_found": true,
    "lcname": "jaganathanj"
}
        
Elapsed time: 1.99281s