pyalex icon indicating copy to clipboard operation
pyalex copied to clipboard

A Python library for OpenAlex (openalex.org)

Results 4 pyalex issues
Sort by recently updated
recently updated
newest added

updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v4.6.0) - [github.com/astral-sh/ruff-pre-commit: v0.3.4 → v0.4.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.3.4...v0.4.3)

The paginator class implements both `__iter__` and `__next__`, but if you call `__next__` before `__iter__` you get an error: ```[python] import pyalex pager = pyalex.Works().paginate() next(pager) ``` gives: ``` Traceback...

- Add Command Line Interface (CLI) to pyalex - Format with black

Can't find support for Geo side of the API anywhere. Will this feature be added? If not do you know another repo for it? It would be very useful for...

question