{"id":15009183,"url":"https://github.com/mytja-archive/string-to-integer-for-python","last_synced_at":"2025-10-03T18:30:50.812Z","repository":{"id":57471855,"uuid":"274425023","full_name":"mytja-archive/String-to-Integer-for-Python","owner":"mytja-archive","description":"String to integer library","archived":true,"fork":false,"pushed_at":"2021-01-28T09:43:40.000Z","size":35,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-09-28T16:40:56.252Z","etag":null,"topics":["integer","library","python","python1","python2","python27","python3","string","string-manipulation"],"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/mytja-archive.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}},"created_at":"2020-06-23T14:18:26.000Z","updated_at":"2023-01-28T10:52:04.000Z","dependencies_parsed_at":"2022-08-30T15:11:49.059Z","dependency_job_id":null,"html_url":"https://github.com/mytja-archive/String-to-Integer-for-Python","commit_stats":null,"previous_names":["mytja/string-to-integer-for-python"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mytja-archive%2FString-to-Integer-for-Python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mytja-archive%2FString-to-Integer-for-Python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mytja-archive%2FString-to-Integer-for-Python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mytja-archive%2FString-to-Integer-for-Python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mytja-archive","download_url":"https://codeload.github.com/mytja-archive/String-to-Integer-for-Python/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235173147,"owners_count":18947449,"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":["integer","library","python","python1","python2","python27","python3","string","string-manipulation"],"created_at":"2024-09-24T19:23:29.919Z","updated_at":"2025-10-03T18:30:45.492Z","avatar_url":"https://github.com/mytja-archive.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# String-to-Integer-for-Python\n\n# Note\nAs of 28.1.2020, this library is unmaintained, archived and retired. It will not recieve any updates. It is replaced with already-included in Python `int()` function.\n\nExample code:\n```\nimport StrToInt as sti\n\nsti1 = sti.StrToInt(\"1\")\nsti2 = sti.StrToInt(\"1132\")\nsti3 = sti.StrToInt(\"nine\")\nprint(sti1)\nprint(sti2)\nprint(sti3)\n```\n\nOutput:\n```\n1\n1132\n9\n```\n\nLibrary can be used with Python 2 and 3\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmytja-archive%2Fstring-to-integer-for-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmytja-archive%2Fstring-to-integer-for-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmytja-archive%2Fstring-to-integer-for-python/lists"}