pubnet


Namepubnet JSON
Version 0.8.1 PyPI version JSON
download
home_pagehttps://gitlab.com/net-synergy/pubnet
SummaryA python package for storing and working with publication data in graph form.
upload_time2023-10-07 05:48:40
maintainerDavid Connell
docs_urlNone
authorDavid Connell
requires_python>=3.10,<4.0
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://gitlab.com/net-synergy/pubnet",
    "name": "pubnet",
    "maintainer": "David Connell",
    "docs_url": null,
    "requires_python": ">=3.10,<4.0",
    "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/68/41/ce72efca22b1242b00b2bdeb5d38c0fed2bb67aebcc90bd7a141dc1b9400/pubnet-0.8.1.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",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A python package for storing and working with publication data in graph form.",
    "version": "0.8.1",
    "project_urls": {
        "Documentation": "https://net-synergy.gitlab.io/pubnet",
        "Homepage": "https://gitlab.com/net-synergy/pubnet",
        "Repository": "https://gitlab.com/net-synergy/pubnet"
    },
    "split_keywords": [
        "publication",
        "network",
        "medline",
        "pubmed",
        "references"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e7e5e023eff18d014bcda8697f3441e1a393c71e561e78e2171e8571d9edd5bf",
                "md5": "7607dad50077f85ee9147d1869ac820f",
                "sha256": "ac5c31181462b5d8ee8d15ef96d556203270db67fb37c67a9ae9728e37501905"
            },
            "downloads": -1,
            "filename": "pubnet-0.8.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7607dad50077f85ee9147d1869ac820f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10,<4.0",
            "size": 35628,
            "upload_time": "2023-10-07T05:48:38",
            "upload_time_iso_8601": "2023-10-07T05:48:38.820911Z",
            "url": "https://files.pythonhosted.org/packages/e7/e5/e023eff18d014bcda8697f3441e1a393c71e561e78e2171e8571d9edd5bf/pubnet-0.8.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6841ce72efca22b1242b00b2bdeb5d38c0fed2bb67aebcc90bd7a141dc1b9400",
                "md5": "aea3eb5bdfaf5c960129f5a0f639a509",
                "sha256": "27d158f12844bcaa969de1170f241da8c8b10cd702fdc1dda226991462aad55c"
            },
            "downloads": -1,
            "filename": "pubnet-0.8.1.tar.gz",
            "has_sig": false,
            "md5_digest": "aea3eb5bdfaf5c960129f5a0f639a509",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10,<4.0",
            "size": 29889,
            "upload_time": "2023-10-07T05:48:40",
            "upload_time_iso_8601": "2023-10-07T05:48:40.344175Z",
            "url": "https://files.pythonhosted.org/packages/68/41/ce72efca22b1242b00b2bdeb5d38c0fed2bb67aebcc90bd7a141dc1b9400/pubnet-0.8.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-07 05:48:40",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "net-synergy",
    "gitlab_project": "pubnet",
    "lcname": "pubnet"
}
        
Elapsed time: 0.12899s