Literature Scrape
Usage
from literaturescrape import async_summary, sync_summary
# 设置代理
# import os
# os.environ["LITERATURE_SCRAPE_PROXY"] = "http://127.0.0.1:1080"
# 同步调用
def test_sync():
print(sync_summary("10.1186/s12967-024-05786-4"))
# 异步调用
async def test_async():
tasks = [asyncio.create_task(async_summary("10.1186/s12967-024-05786-4")) for _ in range(3)]
ret = await asyncio.gather(*tasks)
print(ret)
Release files for literaturescrape 0.250205.6
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| literaturescrape-0.250205.6.tar.gz | 6.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| literaturescrape-0.250205.6-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 16.9 kB
Release files / literaturescrape-0.250205.6.tar.gz
| Download URL | literaturescrape-0.250205.6.tar.gz |
|---|---|
| Size | 6.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
fda3d058945e6ef90eef13ed68845cf15d907dff6c18047821e012194c88a5c1
|
|
BLAKE2b-256 checksum How to use checksums |
5f98e53f73e514fff94cfeeb12f1fe6dab3e0c8369c4eaf9e207180e1b38e50e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.11.4
|
Release files / literaturescrape-0.250205.6-py3-none-any.whl
| Download URL | literaturescrape-0.250205.6-py3-none-any.whl |
|---|---|
| Size | 10.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d95d4d86492a79d88501de15ae02e6a09e91c9e3f9b5e86370c35d566b5dfb0a
|
|
BLAKE2b-256 checksum How to use checksums |
8fc41ffe4633de52102266c90b81ae166e308824698c83def3abfa40ba227248
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.11.4
|