{"id":30661610,"url":"https://github.com/ypsman/py-replaceall","last_synced_at":"2025-08-31T15:24:31.851Z","repository":{"id":57461243,"uuid":"93271399","full_name":"ypsman/py-replaceall","owner":"ypsman","description":"Pip Module to replace or remove one or more Chars from a given string.","archived":false,"fork":false,"pushed_at":"2017-06-03T20:14:55.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-23T18:56:06.657Z","etag":null,"topics":["python","python-3","python-module","replaceall"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ypsman.png","metadata":{"files":{"readme":"README.rst","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":"2017-06-03T20:06:33.000Z","updated_at":"2017-08-29T07:51:35.000Z","dependencies_parsed_at":"2022-09-19T10:10:30.325Z","dependency_job_id":null,"html_url":"https://github.com/ypsman/py-replaceall","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ypsman/py-replaceall","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ypsman%2Fpy-replaceall","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ypsman%2Fpy-replaceall/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ypsman%2Fpy-replaceall/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ypsman%2Fpy-replaceall/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ypsman","download_url":"https://codeload.github.com/ypsman/py-replaceall/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ypsman%2Fpy-replaceall/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272994544,"owners_count":25027897,"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-31T02:00:09.071Z","response_time":79,"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","python-3","python-module","replaceall"],"created_at":"2025-08-31T15:24:31.220Z","updated_at":"2025-08-31T15:24:31.844Z","avatar_url":"https://github.com/ypsman.png","language":"Python","readme":"replaceall\n**********\n\nreplaceall is a Python 2.7/3 module to replace\nor remove one or more Chars from a given string.\n\n\nInstallation\n============\n\n    $ pip install replaceall\n\nor\n\n    $ easy_install replaceall\n\nUsage \u0026 Example\n===============\n\nremove single Char\n\n.. code-block:: python\n\n    from replaceall import replaceall\n    name = replaceall(\"John Doe!\", \"!\")\n    print(name)\n    \"John Doe\"\n\nreplace Chars\n\n.. code-block:: python\n\n    from replaceall import replaceall\n    name = replaceall(\"John Doe#\", \"#\", \"!\")\n    print(name)\n    \"John Doe!\"\n\nalso works with Lists\n\n.. code-block:: python\n\n    from replaceall import replaceall\n    replaceCharlist = [\"!\",\"@\", \"#\"]\n    name = replaceall(\"John@Doe#.foo\", replaceCharlist, \".\")\n    print(name)\n    \"John.Doe.foo\"\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fypsman%2Fpy-replaceall","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fypsman%2Fpy-replaceall","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fypsman%2Fpy-replaceall/lists"}