{"id":18636156,"url":"https://github.com/yagiziskirik/charstripper","last_synced_at":"2025-08-22T11:44:01.992Z","repository":{"id":64753374,"uuid":"577988324","full_name":"yagiziskirik/CharStripper","owner":"yagiziskirik","description":"For replacing multiple characters in a text","archived":false,"fork":false,"pushed_at":"2023-01-10T18:42:18.000Z","size":35,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-19T12:01:59.695Z","etag":null,"topics":["python","python3","replace","replace-text","text","text-replacement"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/CharStripper/","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/yagiziskirik.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null}},"created_at":"2022-12-14T01:42:12.000Z","updated_at":"2022-12-14T01:56:54.000Z","dependencies_parsed_at":"2023-02-08T19:46:39.249Z","dependency_job_id":null,"html_url":"https://github.com/yagiziskirik/CharStripper","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/yagiziskirik/CharStripper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yagiziskirik%2FCharStripper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yagiziskirik%2FCharStripper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yagiziskirik%2FCharStripper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yagiziskirik%2FCharStripper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yagiziskirik","download_url":"https://codeload.github.com/yagiziskirik/CharStripper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yagiziskirik%2FCharStripper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271632766,"owners_count":24793744,"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","status":"online","status_checked_at":"2025-08-22T02:00:08.480Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["python","python3","replace","replace-text","text","text-replacement"],"created_at":"2024-11-07T05:28:22.299Z","updated_at":"2025-08-22T11:44:01.963Z","avatar_url":"https://github.com/yagiziskirik.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CharStripper\n![PyPI - Downloads](https://img.shields.io/pypi/dm/charstripper) ![PyPI - License](https://img.shields.io/pypi/l/charstripper) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/charstripper) ![PyPI](https://img.shields.io/pypi/v/charstripper) ![PyPI - Wheel](https://img.shields.io/pypi/wheel/charstripper) ![PyPI - Implementation](https://img.shields.io/pypi/implementation/charstripper)\n\nThis program replaces multiple characters in a text and also optionally lowers it.\n\n## Installation\n```\npip install CharStripper\n```\n\n## Usage\nYou can import this script and use it like this:\n```\nfrom CharStripper.core import CharStripper\n\ncs = CharStripper({'o': 'e', 'r': 't', ' ': ''}, True)\ncs.strip('Bo aR L  OS')  # returns 'beatles'\n```\n\n`CharStripper` class takes one mandatory and one optional input.\n- `charsDict` Gets a dictionary which replaces the dictionary keys with the dictionary values.\n- `isLowercase` Is a boolean which returns the value lowercased.\n\nAfter defining the class, you can call `cs.strip('YOUR_TEXT_HERE')` for every repetition.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyagiziskirik%2Fcharstripper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyagiziskirik%2Fcharstripper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyagiziskirik%2Fcharstripper/lists"}