{"id":29166323,"url":"https://github.com/codeforreal1/python-typechecking","last_synced_at":"2025-07-01T08:37:13.261Z","repository":{"id":300370111,"uuid":"1005931160","full_name":"codeforreal1/python-typechecking","owner":"codeforreal1","description":"Type Checking in Python with ty","archived":false,"fork":false,"pushed_at":"2025-06-21T09:06:59.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-21T10:20:11.945Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codeforreal1.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-21T05:38:03.000Z","updated_at":"2025-06-21T09:07:02.000Z","dependencies_parsed_at":"2025-06-26T12:00:41.920Z","dependency_job_id":null,"html_url":"https://github.com/codeforreal1/python-typechecking","commit_stats":null,"previous_names":["codeforreal1/python-typechecking"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codeforreal1/python-typechecking","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeforreal1%2Fpython-typechecking","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeforreal1%2Fpython-typechecking/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeforreal1%2Fpython-typechecking/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeforreal1%2Fpython-typechecking/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codeforreal1","download_url":"https://codeload.github.com/codeforreal1/python-typechecking/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeforreal1%2Fpython-typechecking/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262929451,"owners_count":23386367,"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":"2025-07-01T08:37:12.106Z","updated_at":"2025-07-01T08:37:13.239Z","avatar_url":"https://github.com/codeforreal1.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Type Checking in Python with [ty](https://github.com/astral-sh/ty)\n\nRun:\n\n```\nuv run ./src/\u003cfile\u003e.py\n```\n\n#### Basic\n\n| Description   | Syntax  |\n| ------------- | ------- |\n| String        | `str`   |\n| Integer       | `int`   |\n| Float/Decimal | `float` |\n| Boolean       | `bool`  |\n| Bytes         | `bytes` |\n| Void/Null     | `None`  |\n\n#### Collection\n\n| Description | Syntax               |\n| ----------- | -------------------- |\n| List        | `List[T]`            |\n| Dictionary  | `Dict[K, V]`         |\n| Set         | `Set[T]`             |\n| Tuple       | `Tuple[T1, T2, ...]` |\n| Iterable    | `Iterable[T]`        |\n| Sequence    | `Sequence[T]`        |\n\n#### Other\n\n| Description | Syntax               |\n| ----------- | -------------------- |\n| Literal     | `Literal[T]`         |\n| Union       | `Union[T1, T2, ...]` |\n| Optional    | `Optional[T]`        |\n| TypedDict   | `TypedDict`          |\n| Self        | `Self`               |\n| Final       | `Final`              |\n| Any         | `Any`                |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeforreal1%2Fpython-typechecking","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodeforreal1%2Fpython-typechecking","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeforreal1%2Fpython-typechecking/lists"}