link-extractor


Namelink-extractor JSON
Version 0.0.139 PyPI version JSON
download
home_pagehttps://github.com/gaoyunzhi/link_extractor
SummaryExtract Links from news source, ranked by importance.
upload_time2023-09-07 00:03:38
maintainer
docs_urlNone
authorYunzhi Gao
requires_python>=3.0
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # link_extractor

Extract Links from news source, ranked by importance.

## usage

```
import link_extractor
link_extractor.getLinks(site)
```

## how to install

`pip3 install link_extractor`


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/gaoyunzhi/link_extractor",
    "name": "link-extractor",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Yunzhi Gao",
    "author_email": "gaoyunzhi@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/4f/d6/4e1f8f3b796dac79373027b63343788ffcef1afef9c99c525c8f424c2406/link_extractor-0.0.139.tar.gz",
    "platform": null,
    "description": "# link_extractor\n\nExtract Links from news source, ranked by importance.\n\n## usage\n\n```\nimport link_extractor\nlink_extractor.getLinks(site)\n```\n\n## how to install\n\n`pip3 install link_extractor`\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Extract Links from news source, ranked by importance.",
    "version": "0.0.139",
    "project_urls": {
        "Homepage": "https://github.com/gaoyunzhi/link_extractor"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "177cfb05b2900a4124366a82f05779d88271a45ec45db8f09a105e1ea77476a8",
                "md5": "8a050b8b351d2812cf5857d8ef4b67ca",
                "sha256": "166703d9b46167c6a6888f1190c267f7f580d63d49477070114df04d6827fd59"
            },
            "downloads": -1,
            "filename": "link_extractor-0.0.139-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8a050b8b351d2812cf5857d8ef4b67ca",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.0",
            "size": 9848,
            "upload_time": "2023-09-07T00:03:36",
            "upload_time_iso_8601": "2023-09-07T00:03:36.905900Z",
            "url": "https://files.pythonhosted.org/packages/17/7c/fb05b2900a4124366a82f05779d88271a45ec45db8f09a105e1ea77476a8/link_extractor-0.0.139-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4fd64e1f8f3b796dac79373027b63343788ffcef1afef9c99c525c8f424c2406",
                "md5": "9b2c7e90c79a16996600ad68e4e39ffc",
                "sha256": "a07bd595fb2bed07480fcab50e2a6f9c39324157bdf557c0e52015872ad9ff43"
            },
            "downloads": -1,
            "filename": "link_extractor-0.0.139.tar.gz",
            "has_sig": false,
            "md5_digest": "9b2c7e90c79a16996600ad68e4e39ffc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.0",
            "size": 6457,
            "upload_time": "2023-09-07T00:03:38",
            "upload_time_iso_8601": "2023-09-07T00:03:38.974540Z",
            "url": "https://files.pythonhosted.org/packages/4f/d6/4e1f8f3b796dac79373027b63343788ffcef1afef9c99c525c8f424c2406/link_extractor-0.0.139.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-07 00:03:38",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "gaoyunzhi",
    "github_project": "link_extractor",
    "github_not_found": true,
    "lcname": "link-extractor"
}
        
Elapsed time: 0.29492s