Because it was too easy to just make this a pdf.
Below is a simple package which has methods for displaying details about my experience, skills, hobbies, current projects, some inspirational quotes, and resume.
Install
pip install kennypavan
Usage
from KennyPavan import KennyPavan
#treating myself as an object
kp = KennyPavan()
#about me
kp.about()
#skillset
kp.skills()
#experience
kp.experience()
#education
kp.education()
#show any publications
kp.publications()
Displaying all
from KennyPavan import KennyPavan
kp = KennyPavan()
kp.displayAll()
🤷
There's also a few properties
Release files for KennyPavan 1.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| kennypavan-1.0.2.tar.gz | 3.2 kB | Details |
Release files / kennypavan-1.0.2.tar.gz
| Download URL | kennypavan-1.0.2.tar.gz |
|---|---|
| Size | 3.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f27a25299755f02c92ef3de809e33525093be1b099a61334150d30e3420f8034
|
|
BLAKE2b-256 checksum How to use checksums |
c40dbe663cb573691ee279fb415930763629fa118d992a12a69a25a5418b9754
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.0.1 CPython/3.12.3
|