Metadata-Version: 2.1
Name: pubnet
Version: 0.8.0
Summary: A python package for storing and working with publication data in graph form.
Home-page: https://gitlab.com/net-synergy/pubnet
License: MIT
Keywords: publication,network,MEDLINE,PubMed,references
Author: David Connell
Author-email: davidconnell12@gmail.com
Maintainer: David Connell
Maintainer-email: davidconnell12@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Provides-Extra: all
Provides-Extra: pyarrow
Requires-Dist: appdirs (>=1.4.4,<2.0.0)
Requires-Dist: igraph (>=0.10,<0.11)
Requires-Dist: matplotlib (>=3.5,<4.0)
Requires-Dist: numpy (>=1.23,<2.0)
Requires-Dist: pandas (>=1.4,<2.0)
Requires-Dist: pyarrow (>=9.0,<10.0) ; extra == "pyarrow" or extra == "all"
Requires-Dist: scipy (>=1.9,<2.0)
Project-URL: Documentation, https://net-synergy.gitlab.io/pubnet
Project-URL: Repository, https://gitlab.com/net-synergy/pubnet
Description-Content-Type: text/markdown

---
author: David R. Connell
---

# 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)

