{"id":13752393,"url":"https://github.com/aaditkamat/calendar","last_synced_at":"2026-01-17T04:30:17.761Z","repository":{"id":43947885,"uuid":"304251468","full_name":"aaditkamat/calendar","owner":"aaditkamat","description":"A CLI utility acting as a substitute for the Calendar GUI. Created with Typer","archived":false,"fork":false,"pushed_at":"2024-01-08T02:53:03.000Z","size":495,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-08-03T09:03:51.788Z","etag":null,"topics":["calendar","cli","python3","typer"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aaditkamat.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2020-10-15T07:56:25.000Z","updated_at":"2024-01-08T02:53:07.000Z","dependencies_parsed_at":"2024-01-08T03:40:33.926Z","dependency_job_id":"4f479048-21df-437d-a227-caa1eceaf563","html_url":"https://github.com/aaditkamat/calendar","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaditkamat%2Fcalendar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaditkamat%2Fcalendar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaditkamat%2Fcalendar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaditkamat%2Fcalendar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aaditkamat","download_url":"https://codeload.github.com/aaditkamat/calendar/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224880776,"owners_count":17385367,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["calendar","cli","python3","typer"],"created_at":"2024-08-03T09:01:05.128Z","updated_at":"2024-11-16T05:30:29.423Z","avatar_url":"https://github.com/aaditkamat.png","language":"Python","funding_links":[],"categories":["Uncategorized"],"sub_categories":["Uncategorized"],"readme":"# Calendar 📅\n![Made with Typer](https://img.shields.io/badge/-Made%20With%20Typer-blue)\n\nAs a developer, have you ever wanted to look up what day of the week a particular day falls on or find\nthe duration between two dates right from your terminal? Well, wait no more because this CLI utility\nprovides you with just that!\n\n## Setup\n\n1. Fork this repository and clone it.\n\n2. Install Python 3.8+ from the [official website](https://www.python.org/downloads/)\n\n3. Install [Poetry](https://python-poetry.org/docs/):\n\n-  MacOS / Linux / Bash on Windows:\n    ```bash\n    curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -\n    ```\n\n-  Powershell:\n    ```powershell\n    (Invoke-WebRequest -Uri https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py -UseBasicParsing).Content | python -\n    ```\n\n4. [Configure Poetry](https://python-poetry.org/docs/configuration/) to allow creation of a Python virtual environment within the project root:\n```bash\npoetry config virtualenvs.in-project true\n```\n\n5. Install the required dependencies through Poetry:\n```bash\npoetry install\n```\n\n6. Activate the virtual environment through the `activate` command:\n\n- MacOS/Linux:\n```bash\nsource .venv/bin/activate\n```\n\n- Powershell:\n```powershell\n.venv\\Scripts\\Activate.ps1\n```\n\n\u003e NOTE: To find out more about Python virtual environment, you can refer to the [`venv` documentation](https://docs.python.org/3/library/venv.html)\n\n7. Execute the `main.py` Python script to see all the CLI options:\n```bash\npython main.py\n```\n\n## Commands\n\n\u003cimg src=\"calendar-cli.gif\" \u003e\n\n## Credits\n1.  This CLI utility has been bootstrapped with [@tiangolo's  Typer](https://github.com/tiangolo/typer)\n2.  Emojis from [emojis.wiki](https://emojis.wiki/monday/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faaditkamat%2Fcalendar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faaditkamat%2Fcalendar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faaditkamat%2Fcalendar/lists"}