{"id":13794903,"url":"https://github.com/mitosch/textual-datepicker","last_synced_at":"2025-05-12T21:32:36.099Z","repository":{"id":65142703,"uuid":"583276030","full_name":"mitosch/textual-datepicker","owner":"mitosch","description":"A datepicker for textual.","archived":false,"fork":false,"pushed_at":"2023-04-25T09:50:37.000Z","size":148,"stargazers_count":21,"open_issues_count":1,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-08-27T09:08:55.353Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/mitosch.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":"2022-12-29T09:41:48.000Z","updated_at":"2024-08-25T18:10:39.000Z","dependencies_parsed_at":"2024-01-13T10:41:23.027Z","dependency_job_id":"cc234898-3354-4fbf-b1ea-043447183985","html_url":"https://github.com/mitosch/textual-datepicker","commit_stats":{"total_commits":33,"total_committers":2,"mean_commits":16.5,"dds":"0.030303030303030276","last_synced_commit":"45a14d9d58dbb44868df82d18957ba2bf47a03c8"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitosch%2Ftextual-datepicker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitosch%2Ftextual-datepicker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitosch%2Ftextual-datepicker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitosch%2Ftextual-datepicker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mitosch","download_url":"https://codeload.github.com/mitosch/textual-datepicker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225157000,"owners_count":17429698,"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":[],"created_at":"2024-08-03T23:00:49.866Z","updated_at":"2024-11-18T09:31:22.831Z","avatar_url":"https://github.com/mitosch.png","language":"Python","readme":"# Textual: DatePicker\n\nA DatePicker widget for [textual](https://github.com/Textualize/textual). It can be used standalone or with a DateSelect opening the dialog.\n\nDateSelect with DatePicker example:\n\n![DateSelect with DatePicker](https://user-images.githubusercontent.com/922559/209947716-3ee53f74-4d98-4d9c-a261-afb84955d519.png)\n\n\n## Usage\n\n```python\nfrom textual_datepicker import DateSelect\n\nDateSelect(\n  placeholder=\"please select\",\n  format=\"YYYY-MM-DD\",\n  picker_mount=\"#main_container\"\n)\n```\n\nDefine an initial value:\n\n```python\nimport pendulum\nfrom textual_datepicker import DateSelect\n\nDateSelect(\n  placeholder=\"please select\",\n  format=\"YYYY-MM-DD\",\n  date=pendulum.parse(\"2023-02-14\"),\n  picker_mount=\"#main_container\"\n)\n```\n\n## Installation\n\n```bash\npip install textual-datepicker\n```\n\nRequires textual 0.6.0 or later.\n\n## Limitations\n\nThis textual widget is in early stage and has some limitations:\n\n* It can only open below, not above: Make sure to reserve space below for the dialog.\n* It needs a specific mount point (`picker_mount`) where the dialog\n  shall appear. This is needed because the container widget with the select\n  itself could be too small. Maybe in future versions this will no longer be\n  needed.\n","funding_links":[],"categories":["Community"],"sub_categories":["Third Party Applications"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmitosch%2Ftextual-datepicker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmitosch%2Ftextual-datepicker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmitosch%2Ftextual-datepicker/lists"}