choc_ddp
pip install choc-ddp
#推荐
poetry add choc-ddp
示例
import asyncio
from loguru import logger
from choc.ddp.chocolate import Choco
async def test():
async with Choco() as c:
resp = await c.deduplication(input("待去重:\n"),3)
logger.info(resp)
if __name__ == '__main__':
loop = asyncio.get_event_loop()
loop.run_until_complete(test())
Release files for choc-ddp 0.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| choc-ddp-0.1.2.tar.gz | 4.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| choc_ddp-0.1.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 8.3 kB
Release files / choc-ddp-0.1.2.tar.gz
| Download URL | choc-ddp-0.1.2.tar.gz |
|---|---|
| Size | 4.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
81d367ac9ed611417b21da3ecf2088f19c168f99c1b0aaf38d5ad18f4a11e30a
|
|
BLAKE2b-256 checksum How to use checksums |
e20fb4777a41243f509478c1a65df728ab47035e9fa50c965651c09565ac7a68
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.1.13 CPython/3.9.8 Windows/10
|
Release files / choc_ddp-0.1.2-py3-none-any.whl
| Download URL | choc_ddp-0.1.2-py3-none-any.whl |
|---|---|
| Size | 4.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
f5af13010404f8f0561bbee50e80f752906955fd250441fe6ce9ee0a5c64b2ed
|
|
BLAKE2b-256 checksum How to use checksums |
dc7fe5d3d6309c4f7af368a5051e7bef95fc4a4d1c244778e9b7eb8a65486b20
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.1.13 CPython/3.9.8 Windows/10
|