Metadata-Version: 2.1
Name: pubnet
Version: 0.6.2
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
Author: David Connell
Author-email: davidconnell12@gmail.com
Maintainer: David Connell
Maintainer-email: davidconnell12@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
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)
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/plain

** 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
#+begin_src bash :eval no
pip install --user pubnet
#+end_src

** More help
See [[https://net-synergy.gitlab.io/pubnet][Documentation]]

