minetotg


Nameminetotg JSON
Version 1.0.1 PyPI version JSON
download
home_pageNone
SummaryA tool that reformat string with Minecraft text formatting to Telegram HTML.
upload_time2024-06-23 09:35:36
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseMIT License Copyright (c) 2024 R0boji Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords telegram formatting minecraft
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # minetotg
![PyPI - Downloads](https://img.shields.io/pypi/dm/minetotg?style=flat-square)
![PyPI - Version](https://img.shields.io/pypi/v/minetotg?style=flat-square)
![PyPI - Status](https://img.shields.io/pypi/status/minetotg?style=flat-square)
![PyPI - License](https://img.shields.io/pypi/l/minetotg?style=flat-square)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/minetotg?style=flat-square)

This project was created in order to help Minecraft community to transform game text formatting to Telegram HTML format.

### Installation

```
pip install minetotg
```

### Usage

```python
from minetotg import reformat

some_reformatted_string = reformat("§kSpoiler§r§lBold§r")
print(some_reformatted_string) # Output: <tg-spoiler>Spoiler</tg-spoiler><b>Bold</b>
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "minetotg",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "Telegram, Formatting, Minecraft",
    "author": null,
    "author_email": "R0boji <roboji.public@internet.ru>",
    "download_url": "https://files.pythonhosted.org/packages/bf/99/b7aa8ed6c2d005d90df25476690c5b94d43749c4c40c4a0311505039c2d3/minetotg-1.0.1.tar.gz",
    "platform": null,
    "description": "# minetotg\r\n![PyPI - Downloads](https://img.shields.io/pypi/dm/minetotg?style=flat-square)\r\n![PyPI - Version](https://img.shields.io/pypi/v/minetotg?style=flat-square)\r\n![PyPI - Status](https://img.shields.io/pypi/status/minetotg?style=flat-square)\r\n![PyPI - License](https://img.shields.io/pypi/l/minetotg?style=flat-square)\r\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/minetotg?style=flat-square)\r\n\r\nThis project was created in order to help Minecraft community to transform game text formatting to Telegram HTML format.\r\n\r\n### Installation\r\n\r\n```\r\npip install minetotg\r\n```\r\n\r\n### Usage\r\n\r\n```python\r\nfrom minetotg import reformat\r\n\r\nsome_reformatted_string = reformat(\"\u00a7kSpoiler\u00a7r\u00a7lBold\u00a7r\")\r\nprint(some_reformatted_string) # Output: <tg-spoiler>Spoiler</tg-spoiler><b>Bold</b>\r\n```\r\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2024 R0boji  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
    "summary": "A tool that reformat string with Minecraft text formatting to Telegram HTML.",
    "version": "1.0.1",
    "project_urls": {
        "GitVerse": "https://gitverse.ru/roboji/minetotg",
        "Homepage": "https://github.com/R0boji/minetotg",
        "Issues": "https://github.com/R0boji/minetotg/issues"
    },
    "split_keywords": [
        "telegram",
        " formatting",
        " minecraft"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2a74e76b4e96233dde42875f20fc6eeba3b280de1f9d68a6f0c2a844fe81c4ee",
                "md5": "6596f6e3ba5fa795996834b1e3a0a360",
                "sha256": "1c5199c36a95ff6126db6e0f530b5f824cd47f536505e5a6cc5b3e363cddff97"
            },
            "downloads": -1,
            "filename": "minetotg-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6596f6e3ba5fa795996834b1e3a0a360",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 4205,
            "upload_time": "2024-06-23T09:35:34",
            "upload_time_iso_8601": "2024-06-23T09:35:34.983130Z",
            "url": "https://files.pythonhosted.org/packages/2a/74/e76b4e96233dde42875f20fc6eeba3b280de1f9d68a6f0c2a844fe81c4ee/minetotg-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bf99b7aa8ed6c2d005d90df25476690c5b94d43749c4c40c4a0311505039c2d3",
                "md5": "39ac9a47f88da62c342b77d1c6c0185b",
                "sha256": "01979d8bdcdb1c46ae3f3e4e327f0928be55980f51f703faf899eff6825d0e0e"
            },
            "downloads": -1,
            "filename": "minetotg-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "39ac9a47f88da62c342b77d1c6c0185b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 3358,
            "upload_time": "2024-06-23T09:35:36",
            "upload_time_iso_8601": "2024-06-23T09:35:36.610937Z",
            "url": "https://files.pythonhosted.org/packages/bf/99/b7aa8ed6c2d005d90df25476690c5b94d43749c4c40c4a0311505039c2d3/minetotg-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-23 09:35:36",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "R0boji",
    "github_project": "minetotg",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "minetotg"
}
        
Elapsed time: 0.26776s