doc2graph


Namedoc2graph JSON
Version 3.3.9 PyPI version JSON
download
home_pagehttps://github.com/bilykigor/doc2graph
SummaryRepo to transform Documents to Graphs, performing several tasks on them.
upload_time2024-02-09 09:18:18
maintainer
docs_urlNone
authorIhor Bilyk fork Andrea Gemelli
requires_python>= 3.7
licenseApache License 2.0
keywords document analysis graph
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # <p align=center>`Doc2Graph`</p> 

This library is fork development from https://github.com/andreagemelli/doc2graph.


```
pip install torch==1.11.0+cu113 torchvision==0.12.0+cu113 torchaudio==0.11.0 --extra-index-url &&
https://download.pytorch.org/whl/cu113 &&
pip install dgl-cu113 dglgo -f https://data.dgl.ai/wheels/repo.html &&
pip install setuptools-git-versioning && pip install -e . &&
pip install https://github.com/explosion/spacy-models/releases/download/en_core_web_lg-3.3.0/en_core_web_lg-3.3.0.tar.gz
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/bilykigor/doc2graph",
    "name": "doc2graph",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">= 3.7",
    "maintainer_email": "",
    "keywords": "document analysis graph",
    "author": "Ihor Bilyk fork Andrea Gemelli",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/25/06/0c1ef6fcdab3002ffdd8a11a955d0c0442208d6178d726e7ede9a3d0a4cd/doc2graph-3.3.9.tar.gz",
    "platform": null,
    "description": "# <p align=center>`Doc2Graph`</p> \n\nThis library is fork development from https://github.com/andreagemelli/doc2graph.\n\n\n```\npip install torch==1.11.0+cu113 torchvision==0.12.0+cu113 torchaudio==0.11.0 --extra-index-url &&\nhttps://download.pytorch.org/whl/cu113 &&\npip install dgl-cu113 dglgo -f https://data.dgl.ai/wheels/repo.html &&\npip install setuptools-git-versioning && pip install -e . &&\npip install https://github.com/explosion/spacy-models/releases/download/en_core_web_lg-3.3.0/en_core_web_lg-3.3.0.tar.gz\n```\n",
    "bugtrack_url": null,
    "license": "Apache License 2.0",
    "summary": "Repo to transform Documents to Graphs, performing several tasks on them.",
    "version": "3.3.9",
    "project_urls": {
        "Homepage": "https://github.com/bilykigor/doc2graph"
    },
    "split_keywords": [
        "document",
        "analysis",
        "graph"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "416cf315ae2a9f435b559aae8ee077fef384f2c5e3cdecad27bf7bc6ba0835a8",
                "md5": "8e1ba5fb4ec7306ff4e82ed52172611c",
                "sha256": "0fd655cfb1d4554dec2ae92b78e0654e96bf45cd62dbef54e25e6ff14d903665"
            },
            "downloads": -1,
            "filename": "doc2graph-3.3.9-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8e1ba5fb4ec7306ff4e82ed52172611c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">= 3.7",
            "size": 82117,
            "upload_time": "2024-02-09T09:18:16",
            "upload_time_iso_8601": "2024-02-09T09:18:16.597873Z",
            "url": "https://files.pythonhosted.org/packages/41/6c/f315ae2a9f435b559aae8ee077fef384f2c5e3cdecad27bf7bc6ba0835a8/doc2graph-3.3.9-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "25060c1ef6fcdab3002ffdd8a11a955d0c0442208d6178d726e7ede9a3d0a4cd",
                "md5": "f43f72520fac4f89f4f1f18a1daa6c8f",
                "sha256": "f72e33f18fc75c64ec7831f02364b555040f830156681454ecac858631932950"
            },
            "downloads": -1,
            "filename": "doc2graph-3.3.9.tar.gz",
            "has_sig": false,
            "md5_digest": "f43f72520fac4f89f4f1f18a1daa6c8f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">= 3.7",
            "size": 65452,
            "upload_time": "2024-02-09T09:18:18",
            "upload_time_iso_8601": "2024-02-09T09:18:18.884047Z",
            "url": "https://files.pythonhosted.org/packages/25/06/0c1ef6fcdab3002ffdd8a11a955d0c0442208d6178d726e7ede9a3d0a4cd/doc2graph-3.3.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-09 09:18:18",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "bilykigor",
    "github_project": "doc2graph",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "doc2graph"
}
        
Elapsed time: 0.18487s