tuparser


Nametuparser JSON
Version 0.1.5.3 PyPI version JSON
download
home_pagehttps://github.com/zombyacoff/tu-parser
SummaryA module that facilitates the creation of Telegraph parsing scripts
upload_time2024-06-18 11:49:04
maintainerNone
docs_urlNone
authorzombyacoff
requires_python>=3.12
licenseNone
keywords parser scraper parser-api telegraph telegraph-api
VCS
bugtrack_url
requirements aiohttp bs4 PyYaml termcolor
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Telegraph Universal Parser
A module that facilitates the creation of [Telegraph](https://telegra.ph) parsing scripts

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/zombyacoff/tu-parser",
    "name": "tuparser",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.12",
    "maintainer_email": null,
    "keywords": "parser scraper parser-api telegraph telegraph-api",
    "author": "zombyacoff",
    "author_email": "zombyacoff@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/e6/3d/8277938dd9d334f6fb218691572c24f57971abea3920a1b5802833d9d5d6/tuparser-0.1.5.3.tar.gz",
    "platform": null,
    "description": "# Telegraph Universal Parser\nA module that facilitates the creation of [Telegraph](https://telegra.ph) parsing scripts\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A module that facilitates the creation of Telegraph parsing scripts",
    "version": "0.1.5.3",
    "project_urls": {
        "Homepage": "https://github.com/zombyacoff/tu-parser"
    },
    "split_keywords": [
        "parser",
        "scraper",
        "parser-api",
        "telegraph",
        "telegraph-api"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d02dcfbfce1aa6e09d91168a6d7a6e26f40cf0301e6213d1a6513c2c4055fe5e",
                "md5": "af886baeb63fa059b736964113e5426a",
                "sha256": "f84e10951f05b51b211e30caa7523dbe6d165b8c7d9b71f92c8fbdc4b6a577b6"
            },
            "downloads": -1,
            "filename": "tuparser-0.1.5.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "af886baeb63fa059b736964113e5426a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.12",
            "size": 23422,
            "upload_time": "2024-06-18T11:49:00",
            "upload_time_iso_8601": "2024-06-18T11:49:00.119279Z",
            "url": "https://files.pythonhosted.org/packages/d0/2d/cfbfce1aa6e09d91168a6d7a6e26f40cf0301e6213d1a6513c2c4055fe5e/tuparser-0.1.5.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e63d8277938dd9d334f6fb218691572c24f57971abea3920a1b5802833d9d5d6",
                "md5": "fc07b98609cb9b40ac03f9d774ee9262",
                "sha256": "5f54f76ee9c92431d1688859ac9f1f96c3183d965fa44c5429f341b0d6f870d6"
            },
            "downloads": -1,
            "filename": "tuparser-0.1.5.3.tar.gz",
            "has_sig": false,
            "md5_digest": "fc07b98609cb9b40ac03f9d774ee9262",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.12",
            "size": 21675,
            "upload_time": "2024-06-18T11:49:04",
            "upload_time_iso_8601": "2024-06-18T11:49:04.052533Z",
            "url": "https://files.pythonhosted.org/packages/e6/3d/8277938dd9d334f6fb218691572c24f57971abea3920a1b5802833d9d5d6/tuparser-0.1.5.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-18 11:49:04",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "zombyacoff",
    "github_project": "tu-parser",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "aiohttp",
            "specs": []
        },
        {
            "name": "bs4",
            "specs": []
        },
        {
            "name": "PyYaml",
            "specs": []
        },
        {
            "name": "termcolor",
            "specs": []
        }
    ],
    "lcname": "tuparser"
}
        
Elapsed time: 0.91853s