Metadata-Version: 2.1
Name: metaknowledge
Version: 3.3.2
Summary: A library for handling Web of science files
Home-page: https://github.com/networks-lab/metaknowledge
Author: Reid McIlroy-Young, John McLevey
Author-email: rmcilroy@uwaterloo.ca, john.mclevey@uwaterloo.ca
License: GPL
Download-URL: https://github.com/networks-lab/metaknowledge/archive/3.3.2.tar.gz
Keywords: WOS
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Environment :: MacOS X
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Education
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Sociology
Classifier: Topic :: Text Processing
Requires-Dist: networkx (>=2.0)
Provides-Extra: contour
Requires-Dist: matplotlib ; extra == 'contour'
Requires-Dist: scipy ; extra == 'contour'
Requires-Dist: numpy ; extra == 'contour'

metaknowledge
=============

*metaknowledge* is a Python3 library that simplifies bibliometric
research using data from various sources. It reads a directory of plain
text files containing meta-data on publications and citations, and
writes to a variety of data structures that are suitable for
quantitative, network, and text analyses. It handles large datasets
(e.g. several million records) efficiently.

The website can be found at
`networkslab.org/metaknowledge <http://networkslab.org/metaknowledge/>`__.

Installing
----------

To install run ``python3 setup.py install``

For information on alternate installs read the documentation at the
`website <http://networkslab.org/metaknowledge/installation/>`__.


