Skip to content

uclibs/scholar-api-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

Set server root and API key in config.ini.

from work import Update


u = Update({"id": "foo1234", "work_type": "articles", "title": "My title"})
# r is a requests object
r = u.update()

About

Python CLI client for the Scholar@UC API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages