afuetterer / python-re3data

The Pythonic client for the re3data API.
https://afuetterer.github.io/python-re3data/
MIT License
1 stars 0 forks source link

Add repository counting in client #49

Closed afuetterer closed 2 months ago

afuetterer commented 4 months ago

Maybe something like this:

re3data.repositories.list(count=True)
$ re3data repository list --count
3226

This is especially interesting combined with searching and filtering.

$ re3data repository list --query=biosharing --count
1