{"id":23749341,"url":"https://github.com/d3cryptofc/rynt","last_synced_at":"2026-03-11T02:30:18.254Z","repository":{"id":269948277,"uuid":"908773348","full_name":"d3cryptofc/rynt","owner":"d3cryptofc","description":"🇺🇸 A command-line type hint remover for Python. 🛠️","archived":false,"fork":false,"pushed_at":"2024-12-27T11:08:15.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-27T11:28:10.934Z","etag":null,"topics":["code-formatter","code-formatting","mypy","pyright","python","rynt","type-hints","typing"],"latest_commit_sha":null,"homepage":"","language":null,"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/d3cryptofc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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}},"created_at":"2024-12-26T23:47:56.000Z","updated_at":"2024-12-27T11:08:17.000Z","dependencies_parsed_at":"2024-12-27T17:31:36.479Z","dependency_job_id":null,"html_url":"https://github.com/d3cryptofc/rynt","commit_stats":null,"previous_names":["d3cryptofc/rynt"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d3cryptofc%2Frynt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d3cryptofc%2Frynt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d3cryptofc%2Frynt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d3cryptofc%2Frynt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/d3cryptofc","download_url":"https://codeload.github.com/d3cryptofc/rynt/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239908970,"owners_count":19716890,"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":["code-formatter","code-formatting","mypy","pyright","python","rynt","type-hints","typing"],"created_at":"2024-12-31T15:18:07.702Z","updated_at":"2025-02-20T20:26:07.085Z","avatar_url":"https://github.com/d3cryptofc.png","language":null,"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/gist/d3cryptofc/c52a2565ed2194809ccd3896ca4ed772/raw/fb732058e24697e9ca13f7946839e3ce9e7e0812/rynt.svg\" width=\"500\"\u003e\u003cbr\u003e\u003cbr\u003e\n  \u003cb\u003eType Hint Remover Tool for Python\u003c/b\u003e\u003cbr\u003e\n  For what type hints in production? Avoid unnecessary imports to optimize your code.\u003cbr\u003e\u003cbr\u003e\n\u003c/p\u003e\n\n\n```diff\n a = 1\n-b: int\n-c: int = 1\n+c = 1\n \n \n-async def function(a, b: int, c = 1, d: int = 1, *e: int, **f: int) -\u003e int:\n+async def function(a, b, c = 1, d = 1, *e, **f):\n     a = 1\n-    b: int\n-    c: int = 1\n+    c = 1\n \n     if _:\n         a = 1\n-        b: int\n-        c: int = 1\n+        c = 1\n \n     with _:\n         a = 1\n-        b: int\n-        c: int = 1\n-    \n+        c = 1\n+\n     for _ in __:\n         a = 1\n-        b: int\n-        c: int = 1\n+        c = 1\n \n     while _:\n         a = 1\n-        b: int\n-        c: int = 1\n+        c = 1\n \n     class Subclass:\n         a = 1\n-        b: int\n-        c: int = 1\n+        c = 1\n \n-        def method(self, a, b: int, c = 1, d: int = 1, *e: int, **f: int) -\u003e int:\n+        def method(self, a, b, c = 1, d = 1, *e, **f):\n             a = 1\n-            b: int\n-            c: int = 1\n+            c = 1\n+\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd3cryptofc%2Frynt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fd3cryptofc%2Frynt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd3cryptofc%2Frynt/lists"}