tagify


Nametagify JSON
Version 0.0.4 PyPI version JSON
download
home_pageNone
SummaryParser that converts strings with variables and functions to more advance strings
upload_time2024-12-27 15:30:27
maintainerNone
docs_urlNone
authorNone
requires_python>=3.11.0
licenseMIT
keywords discord tag parser template
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # tagify
Parser that converts strings with variables and functions to more advance strings

Style is a bit inspired by jinja2 format, but not 100% the same.

This project is very early development, I might use it or not, but I'm not sure.

## Requirements
- Python >=3.11

## Install
```
pip install tagify
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "tagify",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11.0",
    "maintainer_email": null,
    "keywords": "discord, tag, parser, template",
    "author": null,
    "author_email": "AlexFlipnote <root@alexflipnote.dev>",
    "download_url": "https://files.pythonhosted.org/packages/a8/b2/d63db1feb31ce27da747fc66181677cdedbd2e1a457b54f3a7bc7df301a7/tagify-0.0.4.tar.gz",
    "platform": null,
    "description": "# tagify\r\nParser that converts strings with variables and functions to more advance strings\r\n\r\nStyle is a bit inspired by jinja2 format, but not 100% the same.\r\n\r\nThis project is very early development, I might use it or not, but I'm not sure.\r\n\r\n## Requirements\r\n- Python >=3.11\r\n\r\n## Install\r\n```\r\npip install tagify\r\n```\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Parser that converts strings with variables and functions to more advance strings",
    "version": "0.0.4",
    "project_urls": {
        "Repository": "https://github.com/xelA/tagify"
    },
    "split_keywords": [
        "discord",
        " tag",
        " parser",
        " template"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "087f0cd23be1b94e82e8495e16a42d9b9bd66f5a07cae47a7987a81052e19b3b",
                "md5": "bb69f8feae8f7da30fecd3eca4c23d1e",
                "sha256": "e645ee26ddd631e9a81ba56bb324ecb1c8bd444ace427a2e69f16b1900e8e2bf"
            },
            "downloads": -1,
            "filename": "tagify-0.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bb69f8feae8f7da30fecd3eca4c23d1e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11.0",
            "size": 4666,
            "upload_time": "2024-12-27T15:30:24",
            "upload_time_iso_8601": "2024-12-27T15:30:24.935537Z",
            "url": "https://files.pythonhosted.org/packages/08/7f/0cd23be1b94e82e8495e16a42d9b9bd66f5a07cae47a7987a81052e19b3b/tagify-0.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a8b2d63db1feb31ce27da747fc66181677cdedbd2e1a457b54f3a7bc7df301a7",
                "md5": "5fd2e29ee83aa271fa9b6d1b57d68a69",
                "sha256": "5d1ed072661daede99952e6791f97bed935369b225a7301f1af7520c036837a9"
            },
            "downloads": -1,
            "filename": "tagify-0.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "5fd2e29ee83aa271fa9b6d1b57d68a69",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11.0",
            "size": 4785,
            "upload_time": "2024-12-27T15:30:27",
            "upload_time_iso_8601": "2024-12-27T15:30:27.896090Z",
            "url": "https://files.pythonhosted.org/packages/a8/b2/d63db1feb31ce27da747fc66181677cdedbd2e1a457b54f3a7bc7df301a7/tagify-0.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-27 15:30:27",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "xelA",
    "github_project": "tagify",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "tagify"
}
        
Elapsed time: 3.39397s