Metadata-Version: 2.1
Name: pygscholar
Version: 0.1.4
Summary: Tool for interacting with google scholar
Author-email: Henrik Finsberg <henriknf@simula.no>
License: MIT
Project-URL: Homepage, https://github.com/finsberg/pygscholar
Keywords: action potential,cell models,features
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.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pydantic
Requires-Dist: rich
Requires-Dist: scholarly
Requires-Dist: structlog
Requires-Dist: typer
Requires-Dist: selectolax
Provides-Extra: dev
Requires-Dist: bump2version; extra == "dev"
Requires-Dist: ipython; extra == "dev"
Requires-Dist: pdbpp; extra == "dev"
Requires-Dist: pre-commit; extra == "dev"
Requires-Dist: twine; extra == "dev"
Requires-Dist: wheel; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Provides-Extra: docs
Requires-Dist: ipython<8.7.0; extra == "docs"
Requires-Dist: jupyter-book; extra == "docs"
Provides-Extra: slack
Requires-Dist: slack-sdk; extra == "slack"
Provides-Extra: test
Requires-Dist: pre-commit; extra == "test"
Requires-Dist: polyfactory; extra == "test"
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: pytest-rerunfailures; extra == "test"

[![pre-commit](https://github.com/finsberg/pygscholar/actions/workflows/pre-commit.yml/badge.svg)](https://github.com/finsberg/pygscholar/actions/workflows/pre-commit.yml)
[![PyPI version](https://badge.fury.io/py/pygscholar.svg)](https://badge.fury.io/py/pygscholar)
[![CI](https://github.com/finsberg/pygscholar/actions/workflows/main.yml/badge.svg)](https://github.com/finsberg/pygscholar/actions/workflows/main.yml)
[![codecov](https://codecov.io/gh/finsberg/pygscholar/branch/main/graph/badge.svg?token=IUZ9HMIBFA)](https://codecov.io/gh/finsberg/pygscholar)
[![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)
[![coverage](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/finsberg/a7290de789564f03eb6b1ee122fce423/raw/pygscholar-badge.json)](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/finsberg/a7290de789564f03eb6b1ee122fce423/raw/pygscholar-badge.json)

# pygcholar

Tool for 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.

- Documentation: https://finsberg.github.io/pygscholar
- Source code: https://github.com/finsberg/pygscholar

## Install
`pygscolar` is primarily a command line tool which makes it very suitable to install with [`pipx`](https://pypa.github.io/pipx/)
```
pipx install pygscholar
```

You can of course also install it with regular `pip`
```
python -m pip install pygscholar
```

Once installed you should get access to the `scholar` command. See [the tutorial](https://finsberg.github.io/pygscholar/docs/tutorial.html) for a guide on how to use this command.


## Contributing
See https://finsberg.github.io/pygscholar/docs/CONTRIBUTING.html

## License
MIT
