The official python client for the connected papers API.
Project description
connectedpapers-py
The official python client for the connected papers API.
Installation
pip install connectedpapers-py
Usage
from connectedpapers import ConnectedPapersClient
DEEPFRUITS_PAPER_ID = "9397e7acd062245d37350f5c05faf56e9cfae0d6"
client = ConnectedPapersClient()
remaining_uses_count = client.sync_get_remaining_usages()
print(f"Remaining uses count: {remaining_uses_count}")
free_access_papers = client.sync_get_free_access_papers()
print(f"Free access papers: {free_access_papers}")
graph = client.get_graph_sync(DEEPFRUITS_PAPER_ID)
assert graph.graph_json.start_id == DEEPFRUITS_PAPER_ID
See more on the usage samples directory.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for connectedpapers_py-0.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | adf8f755f02f1572f1676d9434103db744bb8a331699348aae7171db66613f24 |
|
MD5 | b9165e59b8844f3e79981fa7b1e42cbb |
|
BLAKE2b-256 | 9b75d5b22a77a42c5098f5a49333ec6d162c0661794cc37200e3b26916b48171 |