# redact
`redact` is used to automagically redact strings
### Usage
```
>>> from redact import redact_string
>>> s = "this is a string"
>>> redact_string(s)
'th************ng'
```
Raw data
{
"_id": null,
"home_page": null,
"name": "pyredacter",
"maintainer": "Scott Walsh",
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": "scott@invisiblethreat.ca",
"keywords": "redact, password, passwords",
"author": "Scott Walsh",
"author_email": "scott@invisiblethreat.ca",
"download_url": "https://files.pythonhosted.org/packages/fc/0c/91f77ab29cdd11f527dc718522c73a9d4b23128fda8151d7ebe651070f5f/pyredacter-0.0.6.tar.gz",
"platform": null,
"description": "# redact\n\n`redact` is used to automagically redact strings\n\n### Usage\n```\n>>> from redact import redact_string\n>>> s = \"this is a string\"\n>>> redact_string(s)\n'th************ng'\n```\n",
"bugtrack_url": null,
"license": null,
"summary": "Redact sensitive strings",
"version": "0.0.6",
"project_urls": {
"documentation": "https://github.com/invisiblethreat/pyredacter/blob/main/README.md",
"homepage": "https://github.com/invisiblethreat/pyredacter",
"repository": "https://github.com/invisiblethreat/pyredacter"
},
"split_keywords": [
"redact",
" password",
" passwords"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "81bd62f202cd7b49e5ad4882b3151f8285b2a81b48541e43ab50769610373f43",
"md5": "9079bb53ed1d2687732220e76e2b85cc",
"sha256": "a66f26418fd2c9f5b3020126fd5358dcdbca537ddca9881f39841fab26b52d24"
},
"downloads": -1,
"filename": "pyredacter-0.0.6-py3-none-any.whl",
"has_sig": false,
"md5_digest": "9079bb53ed1d2687732220e76e2b85cc",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 2107,
"upload_time": "2024-09-26T12:49:54",
"upload_time_iso_8601": "2024-09-26T12:49:54.803369Z",
"url": "https://files.pythonhosted.org/packages/81/bd/62f202cd7b49e5ad4882b3151f8285b2a81b48541e43ab50769610373f43/pyredacter-0.0.6-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "fc0c91f77ab29cdd11f527dc718522c73a9d4b23128fda8151d7ebe651070f5f",
"md5": "6305532e9b72dbb965e46b07128dcf31",
"sha256": "ee7ba8c3b0d6a9688eae7e7df57e09bbd8f8ad0cbaedc337fb1dbafdf496bbfb"
},
"downloads": -1,
"filename": "pyredacter-0.0.6.tar.gz",
"has_sig": false,
"md5_digest": "6305532e9b72dbb965e46b07128dcf31",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 2077,
"upload_time": "2024-09-26T12:49:56",
"upload_time_iso_8601": "2024-09-26T12:49:56.287838Z",
"url": "https://files.pythonhosted.org/packages/fc/0c/91f77ab29cdd11f527dc718522c73a9d4b23128fda8151d7ebe651070f5f/pyredacter-0.0.6.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-09-26 12:49:56",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "invisiblethreat",
"github_project": "pyredacter",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "pytest",
"specs": []
}
],
"lcname": "pyredacter"
}