pubnet


Namepubnet JSON
Version 0.9.0 PyPI version JSON
download
home_pagehttps://github.com/net-synergy/pubnet
SummaryA python package for storing and working with publication data in graph form.
upload_time2024-11-05 18:22:41
maintainerDavid Connell
docs_urlNone
authorDavid Connell
requires_python<3.13,>=3.10
licenseMIT
keywords publication network medline pubmed references
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # PubNet publication networks

Provides data types for managing publication networks as a set of
graphs.

`PubNet` provides functions for downloading, storing, manipulating, and
saving publication networks. Networks can come from common online
sources like pubmed and crossref.

## Installation

``` bash
pip install --user pubnet
```

## More help

See [Documentation](https://net-synergy.gitlab.io/pubnet)


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/net-synergy/pubnet",
    "name": "pubnet",
    "maintainer": "David Connell",
    "docs_url": null,
    "requires_python": "<3.13,>=3.10",
    "maintainer_email": "davidconnell12@gmail.com",
    "keywords": "publication, network, MEDLINE, PubMed, references",
    "author": "David Connell",
    "author_email": "davidconnell12@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/19/78/964eddd94299548853620cdb7e40fde9d5c94885065c617f4698067628ed/pubnet-0.9.0.tar.gz",
    "platform": null,
    "description": "# PubNet publication networks\n\nProvides data types for managing publication networks as a set of\ngraphs.\n\n`PubNet` provides functions for downloading, storing, manipulating, and\nsaving publication networks. Networks can come from common online\nsources like pubmed and crossref.\n\n## Installation\n\n``` bash\npip install --user pubnet\n```\n\n## More help\n\nSee [Documentation](https://net-synergy.gitlab.io/pubnet)\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A python package for storing and working with publication data in graph form.",
    "version": "0.9.0",
    "project_urls": {
        "Documentation": "https://net-synergy.gitlab.io/pubnet",
        "Homepage": "https://github.com/net-synergy/pubnet",
        "Repository": "https://github.com/net-synergy/pubnet"
    },
    "split_keywords": [
        "publication",
        " network",
        " medline",
        " pubmed",
        " references"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "218a03ef0773cd81613d8a9be66335c635398daf9c4733ebf9fddf71de6a68bd",
                "md5": "b4e548817d8d03534d273fb012f1dbd4",
                "sha256": "45d9b849b66cc12d70f06ff35e69dd3bfe5611662363f9625d3f534be7fadaae"
            },
            "downloads": -1,
            "filename": "pubnet-0.9.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b4e548817d8d03534d273fb012f1dbd4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.13,>=3.10",
            "size": 46033,
            "upload_time": "2024-11-05T18:22:39",
            "upload_time_iso_8601": "2024-11-05T18:22:39.534283Z",
            "url": "https://files.pythonhosted.org/packages/21/8a/03ef0773cd81613d8a9be66335c635398daf9c4733ebf9fddf71de6a68bd/pubnet-0.9.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1978964eddd94299548853620cdb7e40fde9d5c94885065c617f4698067628ed",
                "md5": "1e6106e12d72fe5e70e381fd5175d7da",
                "sha256": "29dee93c78798125097353a386f83aacc9a07f509fd78d1a1f41f4dbef772d86"
            },
            "downloads": -1,
            "filename": "pubnet-0.9.0.tar.gz",
            "has_sig": false,
            "md5_digest": "1e6106e12d72fe5e70e381fd5175d7da",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.13,>=3.10",
            "size": 38913,
            "upload_time": "2024-11-05T18:22:41",
            "upload_time_iso_8601": "2024-11-05T18:22:41.688332Z",
            "url": "https://files.pythonhosted.org/packages/19/78/964eddd94299548853620cdb7e40fde9d5c94885065c617f4698067628ed/pubnet-0.9.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-05 18:22:41",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "net-synergy",
    "github_project": "pubnet",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pubnet"
}
        
Elapsed time: 4.97803s