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.1.250205
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.1.250205.tar.gz | 6.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| literatureScrape-0.1.250205-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 15.7 kB
Release files / literatureScrape-0.1.250205.tar.gz
| Download URL | literatureScrape-0.1.250205.tar.gz |
|---|---|
| Size | 6.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
0f3903f68cd28a5863bc3f742abdb9dae02909ce8a0fa72f6e2033eed37456da
|
|
BLAKE2b-256 checksum How to use checksums |
17be13a24a5d8c21a033502f715af5dab21f41d197648d09fb1e9639dc6a80bd
|
| 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.1.250205-py3-none-any.whl
| Download URL | literatureScrape-0.1.250205-py3-none-any.whl |
|---|---|
| Size | 9.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
0a9a1883434a20a004237b93404693837d5e581e18584c59ac447c283ac83f16
|
|
BLAKE2b-256 checksum How to use checksums |
784bb040ab73ad0948f4406426ce15a94af529bae7bebb3f100b971926fe35f2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.11.4
|