Name | jaganathanj JSON |
Version |
1.0.13
JSON |
| download |
home_page | https://jaganathan-j-portfolio.vercel.app/ |
Summary | Personal portfolio and CLI identity package for Jaganathan J, instead of countless resumes |
upload_time | 2025-07-26 13:37:42 |
maintainer | None |
docs_url | None |
author | Jaganathan J |
requires_python | >=3.6 |
license | MIT 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.
|
# =============================================================================
"""
# 🚀 Jaganathan J - Personal Brand as a Python Package
[](https://badge.fury.io/py/jaganathanj)
[](https://www.python.org/downloads/)
[](https://opensource.org/licenses/MIT)
> *"Why have a boring resume when you can pip install a person?"*
Welcome to the most unique way to explore someone's professional journey. Instead of sending you a PDF resume, I built myself into a Python package that you can install and interact with!
## 🎯 What is this?
This isn't just a gimmick - it's a reflection of how I approach problems: **unconventional, functional, and memorable**.
When you `import jaganathanj`, you're not just getting another developer's resume. You're getting access to:
- My complete professional story and journey
- Technical achievements and projects
- Patent innovations and research
- Educational impact and mentorship
- Contact information and social profiles
## 📦 Installation
```bash
pip install jaganathanj
```
**Prerequisites:**
- Python 3.6+
- Terminal with basic ASCII support
- No additional packages required!
## 🚀 Usage
```python
import jaganathanj
# Start with my complete story
jaganathanj.about() # Detailed journey and background
# Professional information
jaganathanj.resume() # Quick resume summary
jaganathanj.cv() # Full curriculum vitae
# Get in touch
jaganathanj.contact() # All contact information
jaganathanj.linkedin() # Open LinkedIn profile
jaganathanj.github() # Open GitHub profile
jaganathanj.portfolio() # Open portfolio website
jaganathanj.youtube() # Open YouTube channel
# Need help?
jaganathanj.help() # Show all available commands
```
## 👨💻 About Jaganathan J
- 🎓 Final year Computer Science student at SRM Easwari Engineering College
- 🏆 IIT Madras Shaastra 2025 Hackathon Finalist
- 📜 Patent holder for GPS Alternative using SARIMA Model
- 🎥 YouTube content creator with 667% growth in 15 days
- 👨🏫 Technical mentor who helped 70+ students achieve 100% pass rate
- 🥇 NPTEL Gold Medalist in Cloud Computing
## 🛠️ Technical Highlights
- **Languages:** Python, Java, JavaScript, C++, HTML/CSS
- **Cloud & Databases:** AWS, Firebase, MongoDB, SQL
- **Specialties:** Machine Learning, NLP, System Architecture
- **Current Project:** Building "Intuition Engine" - a personal AI agent
## 📈 Why This Approach?
In a world full of identical resumes, I chose to be the developer you can literally `import` and run. This package demonstrates:
- **Innovation:** Unconventional problem-solving approach
- **Technical Skills:** Clean code, proper package structure, documentation
- **Personal Branding:** Memorable and interactive experience
- **Accessibility:** Works in any Python environment
## 🤝 Connect With Me
- **Email:** jaganathanjjds@gmail.com
- **LinkedIn:** [jaganathan-j-a5466a257](https://linkedin.com/in/jaganathan-j-a5466a257)
- **GitHub:** [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)
## 📝 License
MIT License - feel free to fork, modify, and create your own personal brand package!
## 🌟 What's Next?
Currently seeking opportunities in:
- **Data Science & AI/ML Engineering**
- **Full-Stack Development**
- **Technical Leadership Roles**
- **Research Collaborations**
---
*Thanks for pip installing me! 🚀*
---
**Package Stats:**
- Version: 1.0.0
- No external dependencies
- Lightweight and fast
- Works offline (except for browser links)
"""
# ==============================================================================
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/24/d67114f3c71b0fbcf1e8f17d023a5e2b7dc0667d2c4b35635fd89277d5c2/jaganathanj-1.0.13.tar.gz",
"platform": null,
"description": "# =============================================================================\r\n\"\"\"\r\n# \ud83d\ude80 Jaganathan J - Personal Brand as a Python Package\r\n\r\n[](https://badge.fury.io/py/jaganathanj)\r\n[](https://www.python.org/downloads/)\r\n[](https://opensource.org/licenses/MIT)\r\n\r\n> *\"Why have a boring resume when you can pip install a person?\"*\r\n\r\nWelcome to the most unique way to explore someone's professional journey. Instead of sending you a PDF resume, I built myself into a Python package that you can install and interact with!\r\n\r\n## \ud83c\udfaf What is this?\r\n\r\nThis isn't just a gimmick - it's a reflection of how I approach problems: **unconventional, functional, and memorable**.\r\n\r\nWhen you `import jaganathanj`, you're not just getting another developer's resume. You're getting access to:\r\n- My complete professional story and journey\r\n- Technical achievements and projects \r\n- Patent innovations and research\r\n- Educational impact and mentorship\r\n- Contact information and social profiles\r\n\r\n## \ud83d\udce6 Installation\r\n\r\n```bash\r\npip install jaganathanj\r\n```\r\n\r\n**Prerequisites:**\r\n- Python 3.6+\r\n- Terminal with basic ASCII support\r\n- No additional packages required!\r\n\r\n## \ud83d\ude80 Usage\r\n\r\n```python\r\nimport jaganathanj\r\n\r\n# Start with my complete story\r\njaganathanj.about() # Detailed journey and background\r\n\r\n# Professional information\r\njaganathanj.resume() # Quick resume summary \r\njaganathanj.cv() # Full curriculum vitae\r\n\r\n# Get in touch\r\njaganathanj.contact() # All contact information\r\njaganathanj.linkedin() # Open LinkedIn profile\r\njaganathanj.github() # Open GitHub profile\r\njaganathanj.portfolio() # Open portfolio website\r\njaganathanj.youtube() # Open YouTube channel\r\n\r\n# Need help?\r\njaganathanj.help() # Show all available commands\r\n```\r\n\r\n## \ud83d\udc68\u200d\ud83d\udcbb About Jaganathan J\r\n\r\n- \ud83c\udf93 Final year Computer Science student at SRM Easwari Engineering College\r\n- \ud83c\udfc6 IIT Madras Shaastra 2025 Hackathon Finalist\r\n- \ud83d\udcdc Patent holder for GPS Alternative using SARIMA Model\r\n- \ud83c\udfa5 YouTube content creator with 667% growth in 15 days\r\n- \ud83d\udc68\u200d\ud83c\udfeb Technical mentor who helped 70+ students achieve 100% pass rate\r\n- \ud83e\udd47 NPTEL Gold Medalist in Cloud Computing\r\n\r\n## \ud83d\udee0\ufe0f Technical Highlights\r\n\r\n- **Languages:** Python, Java, JavaScript, C++, HTML/CSS\r\n- **Cloud & Databases:** AWS, Firebase, MongoDB, SQL\r\n- **Specialties:** Machine Learning, NLP, System Architecture\r\n- **Current Project:** Building \"Intuition Engine\" - a personal AI agent\r\n\r\n## \ud83d\udcc8 Why This Approach?\r\n\r\nIn a world full of identical resumes, I chose to be the developer you can literally `import` and run. This package demonstrates:\r\n\r\n- **Innovation:** Unconventional problem-solving approach\r\n- **Technical Skills:** Clean code, proper package structure, documentation \r\n- **Personal Branding:** Memorable and interactive experience\r\n- **Accessibility:** Works in any Python environment\r\n\r\n## \ud83e\udd1d Connect With Me\r\n\r\n- **Email:** jaganathanjjds@gmail.com\r\n- **LinkedIn:** [jaganathan-j-a5466a257](https://linkedin.com/in/jaganathan-j-a5466a257)\r\n- **GitHub:** [J-Jaganathan](https://github.com/J-Jaganathan)\r\n- **Portfolio:** [jaganathan-j-portfolio.vercel.app](https://jaganathan-j-portfolio.vercel.app/)\r\n- **YouTube:** [Tech CrafterX](https://youtube.com/@Tech_CrafterX)\r\n\r\n## \ud83d\udcdd License\r\n\r\nMIT License - feel free to fork, modify, and create your own personal brand package!\r\n\r\n## \ud83c\udf1f What's Next?\r\n\r\nCurrently seeking opportunities in:\r\n- **Data Science & AI/ML Engineering**\r\n- **Full-Stack Development** \r\n- **Technical Leadership Roles**\r\n- **Research Collaborations**\r\n\r\n---\r\n\r\n*Thanks for pip installing me! \ud83d\ude80*\r\n\r\n---\r\n\r\n**Package Stats:**\r\n- Version: 1.0.0\r\n- No external dependencies\r\n- Lightweight and fast\r\n- Works offline (except for browser links)\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.13",
"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-j-a5466a257",
"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": "885961781b780a7d8d22271210f1f272ec96b5d5629134f908b3f6b4e172ccd0",
"md5": "5d158e5e528c43d7e7d66c79e1ae462c",
"sha256": "74744df16987d550d3cc9764b508759e6e007c3044b3a4f68404149d1733e87e"
},
"downloads": -1,
"filename": "jaganathanj-1.0.13-py3-none-any.whl",
"has_sig": false,
"md5_digest": "5d158e5e528c43d7e7d66c79e1ae462c",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 17942,
"upload_time": "2025-07-26T13:37:41",
"upload_time_iso_8601": "2025-07-26T13:37:41.578628Z",
"url": "https://files.pythonhosted.org/packages/88/59/61781b780a7d8d22271210f1f272ec96b5d5629134f908b3f6b4e172ccd0/jaganathanj-1.0.13-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "6a24d67114f3c71b0fbcf1e8f17d023a5e2b7dc0667d2c4b35635fd89277d5c2",
"md5": "0aa0440cc51adf03f7abe86087fa45c9",
"sha256": "14a4e9374f90dc423dd913ddc671451deb86de2bad3e26a154891015583c5af6"
},
"downloads": -1,
"filename": "jaganathanj-1.0.13.tar.gz",
"has_sig": false,
"md5_digest": "0aa0440cc51adf03f7abe86087fa45c9",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 22644,
"upload_time": "2025-07-26T13:37:42",
"upload_time_iso_8601": "2025-07-26T13:37:42.999586Z",
"url": "https://files.pythonhosted.org/packages/6a/24/d67114f3c71b0fbcf1e8f17d023a5e2b7dc0667d2c4b35635fd89277d5c2/jaganathanj-1.0.13.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-26 13:37:42",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "J-Jaganathan",
"github_project": "jaganathanj",
"github_not_found": true,
"lcname": "jaganathanj"
}