A CLI application to help you track job applications and provide metrics on them.
Project description
Track Job Applications Docs
A CLI application to help you track job applications and provide metrics on them.
This can help you answer questions like:
- In how many companies have I been shortlisted yet?
- What companies rejected my profile?
- In how many companies I've given tech interviews?
- In how many HR rounds I got rejected?
- How many offers do I have? Though you won't forget this one!
And the list goes on.
Table of Contents
Documentation
The documentation for this project is created using Mkdocs and deployed on GitHub Pages.
You can find the documentation here: https://aditya-gupta1.github.io/track-job-applications/
Markdown files that generates documentation are in
docs
folder. The website elements are generated fromdocs
folder and moved togh-deploy
branch. It is from here that the GitHub pages picks up the files for deployment.
Installation
Prerequisites: Python
Run the following command to install the application:
pip install track-job-applications
Getting Started
// add a job application
> track-job add CompanyX SDE-1
// display all the applications
> track-job ls
// update the application details
> track-job update company <application-id> <new company name>
// know more about any command
> track-job <command> --help
// know about all the commands available
> track-job --help
// get a report on all the applications
> track-job report
// get report on all the applications made within a date range
> track-job report -s <start date in YYYY-MM-DD> -e <end date in YYYY-MM-DD>
// total applications rejected
> track-job report status rejected
Refer to the commands section in the documentation for the list of commands available.
Note: All the commands have a
--start-date
or-s
argument to mention the start date and--end-date
or-e
argument to specify the end date, in case the command is to run for applications made within a date range. Also, the data model in which applications are stored can be found in references section in the docs.
Contributing
Contributions for docs as well as code are welcomed. Head over to the Contributing guidelines for steps to set up a development environment, contributing to code and contributing to docs.
Reach out
Feel free to start a discussion on anything you want to suggest or have more clarity on.
License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file track_job_applications-1.0.0.tar.gz
.
File metadata
- Download URL: track_job_applications-1.0.0.tar.gz
- Upload date:
- Size: 12.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 904dec39deab7db666fcf25b10dc2782ff5faec6291f5519c9a8a1c08751c43e |
|
MD5 | 1efb477d44cdba30563974c069ed13c6 |
|
BLAKE2b-256 | d388bd4403df51e1f49854a59abfddbcedc4d992aa041e9e9a4662427fb7e439 |
File details
Details for the file track_job_applications-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: track_job_applications-1.0.0-py3-none-any.whl
- Upload date:
- Size: 14.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 08cc13ce0cd5b7a87a17d618c876b9af81d71e64415647cc8e6a9fd6eed1de65 |
|
MD5 | 04636e323ed3cd0dddcb5831beaec1d4 |
|
BLAKE2b-256 | 3fa35e0448db5bd15ba2856868f607a0c224894c4e4bcf77e69b29530cb55dad |