chocolate deduplication
Project description
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())
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
choc-ddp-0.1.2.tar.gz
(4.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file choc-ddp-0.1.2.tar.gz.
File metadata
- Download URL: choc-ddp-0.1.2.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.9.8 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
81d367ac9ed611417b21da3ecf2088f19c168f99c1b0aaf38d5ad18f4a11e30a
|
|
| MD5 |
2e4bad97b0f6e08c5db09b0659475acd
|
|
| BLAKE2b-256 |
e20fb4777a41243f509478c1a65df728ab47035e9fa50c965651c09565ac7a68
|
File details
Details for the file choc_ddp-0.1.2-py3-none-any.whl.
File metadata
- Download URL: choc_ddp-0.1.2-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.9.8 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f5af13010404f8f0561bbee50e80f752906955fd250441fe6ce9ee0a5c64b2ed
|
|
| MD5 |
ade84d3463464bd42c4a8e19f6664ca1
|
|
| BLAKE2b-256 |
dc7fe5d3d6309c4f7af368a5051e7bef95fc4a4d1c244778e9b7eb8a65486b20
|