Name | jaganathanj JSON |
Version |
1.0.18
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-08-30 21:54:52 |
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.
|
# π `jaganathanj` β Resume as a Python Package
[](https://badge.fury.io/py/jaganathanj)
[](https://www.python.org/downloads/)
[](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[](https://badge.fury.io/py/jaganathanj)\r\n[](https://www.python.org/downloads/)\r\n[](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"
}