| Name | alphabet-thief JSON |
| Version |
0.0.1
JSON |
| download |
| home_page | |
| Summary | A tool for deleting Latin alphabets |
| upload_time | 2023-10-24 03:24:34 |
| maintainer | |
| docs_url | None |
| author | |
| requires_python | >=3.7 |
| license | |
| keywords |
|
| VCS |
 |
| bugtrack_url |
|
| requirements |
No requirements were recorded.
|
| Travis-CI |
No Travis.
|
| coveralls test coverage |
No coveralls.
|
# alphabet-thief
"Hi, I am an alphabet thief. I steal every Latin alphabet from A to Z."
## Requirements
- Python >= 3.7
## Installation
```
pip install alphabet_thief
```
## Usage
```python
import alphabet_thief
text = 'Hello, how are you?'
result = alphabet_thief.steal(text)
print(f'"{}"')
```
```
" , ?"
```
```python
text = 'Hello, how are you?'
result = alphabet_thief.replace(text, 'a')
print(f'"{}"')
```
```
"aaaaa, aaa aaa aaa?"
```
```python
text = 'Trời mưa thì phải ở nhà.'
result = alphabet_thief.steal(text)
print(f'"{}"')
```
```
" ̛̀ ̛ ̀ ̉ ̛̉ ̀."
```
```python
text = 'Trời mưa thì phải ở nhà.'
result = alphabet_thief.replace(text, 'a')
print(f'"{}"')
```
```
"aaà̛a aa̛a aaà aaảa ả̛ aaà."
```
Raw data
{
"_id": null,
"home_page": "",
"name": "alphabet-thief",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": "",
"keywords": "",
"author": "",
"author_email": "Miyamae Yuichi <yuichi.miyamae.rna@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/23/86/1189f8125fbeb4e9fe0721290b921410c4718975a9135fa60c282737f290/alphabet_thief-0.0.1.tar.gz",
"platform": null,
"description": "# alphabet-thief\r\n\"Hi, I am an alphabet thief. I steal every Latin alphabet from A to Z.\"\r\n\r\n## Requirements\r\n- Python >= 3.7\r\n\r\n## Installation\r\n```\r\npip install alphabet_thief\r\n```\r\n\r\n## Usage\r\n```python\r\nimport alphabet_thief\r\n\r\ntext = 'Hello, how are you?'\r\nresult = alphabet_thief.steal(text)\r\nprint(f'\"{}\"')\r\n```\r\n\r\n```\r\n\" , ?\"\r\n```\r\n\r\n```python\r\ntext = 'Hello, how are you?'\r\nresult = alphabet_thief.replace(text, 'a')\r\nprint(f'\"{}\"')\r\n```\r\n\r\n```\r\n\"aaaaa, aaa aaa aaa?\"\r\n```\r\n\r\n```python\r\ntext = 'Tr\u1eddi m\u01b0a th\u00ec ph\u1ea3i \u1edf nh\u00e0.'\r\nresult = alphabet_thief.steal(text)\r\nprint(f'\"{}\"')\r\n```\r\n\r\n```\r\n\" \u031b\u0300 \u031b \u0300 \u0309 \u031b\u0309 \u0300.\"\r\n```\r\n\r\n```python\r\ntext = 'Tr\u1eddi m\u01b0a th\u00ec ph\u1ea3i \u1edf nh\u00e0.'\r\nresult = alphabet_thief.replace(text, 'a')\r\nprint(f'\"{}\"')\r\n```\r\n\r\n```\r\n\"aa\u00e0\u031ba aa\u031ba aa\u00e0 aa\u1ea3a \u1ea3\u031b aa\u00e0.\"\r\n```\r\n",
"bugtrack_url": null,
"license": "",
"summary": "A tool for deleting Latin alphabets",
"version": "0.0.1",
"project_urls": {
"Bug Tracker": "https://github.com/yuichi0625/alphabet-thief/issues",
"Homepage": "https://github.com/yuichi0625/alphabet-thief"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "6126daf03aec7c893f73e1f9bf127cdd07903fa70ed30e49c667f2c256b171b4",
"md5": "6a3f44de92bfab2b4c2c85f20d9db208",
"sha256": "8c576ac0979443c85f31f231e23a262a44d0eda08a386ad9ba18a6625e1d7450"
},
"downloads": -1,
"filename": "alphabet_thief-0.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "6a3f44de92bfab2b4c2c85f20d9db208",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 4377,
"upload_time": "2023-10-24T03:24:31",
"upload_time_iso_8601": "2023-10-24T03:24:31.903542Z",
"url": "https://files.pythonhosted.org/packages/61/26/daf03aec7c893f73e1f9bf127cdd07903fa70ed30e49c667f2c256b171b4/alphabet_thief-0.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "23861189f8125fbeb4e9fe0721290b921410c4718975a9135fa60c282737f290",
"md5": "2059e0ebc639549264dcf7b4d5c0d09c",
"sha256": "e28616056fde9e62a9dc6c9e45a9dc2bcc1e3555e4492bb372ed17ad407700a9"
},
"downloads": -1,
"filename": "alphabet_thief-0.0.1.tar.gz",
"has_sig": false,
"md5_digest": "2059e0ebc639549264dcf7b4d5c0d09c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 4476,
"upload_time": "2023-10-24T03:24:34",
"upload_time_iso_8601": "2023-10-24T03:24:34.051670Z",
"url": "https://files.pythonhosted.org/packages/23/86/1189f8125fbeb4e9fe0721290b921410c4718975a9135fa60c282737f290/alphabet_thief-0.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-10-24 03:24:34",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "yuichi0625",
"github_project": "alphabet-thief",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"tox": true,
"lcname": "alphabet-thief"
}