Metadata-Version: 2.1
Name: pygscholar
Version: 0.0.1
Summary: Tool for interacting with google scholar
Home-page: https://github.com/finsberg/pyscholar
Author: Henrik Finsberg
Author-email: henriknf@simula.no
License: MIT
Keywords: action potential,cell models,features
Classifier: License :: OSI Approved :: GNU Lesser General Public License v2 (LGPLv2)
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: dev
Provides-Extra: docs
Provides-Extra: test
License-File: LICENSE

[![pre-commit](https://github.com/finsberg/pyscholar/actions/workflows/pre-commit.yml/badge.svg)](https://github.com/finsberg/pyscholar/actions/workflows/pre-commit.yml)
[![CI](https://github.com/finsberg/pyscholar/actions/workflows/main.yml/badge.svg)](https://github.com/finsberg/pyscholar/actions/workflows/main.yml)
[![codecov](https://codecov.io/gh/finsberg/pyscholar/branch/main/graph/badge.svg?token=IUZ9HMIBFA)](https://codecov.io/gh/finsberg/pyscholar)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
# PyScholar

Tool for working extracting statistics from Google scholar built upon [`scholarly`](https://scholarly.readthedocs.io)

Imagine you have a department full of researchers and you want to keep track of the most recent or most cited papers in the department, or that you simply want to track yourself, then this package might be what you need.


## Install
TODO: Add to pypi

## Documentation
TODO: Setup gh pages with Sphinx

## License
MIT
