fast-diff-py

View on PyPIReverse Dependencies (0)

1.0.4 fast_diff_py-1.0.4-py3-none-any.whl

Wheel Details

Project: fast-diff-py
Version: 1.0.4
Filename: fast_diff_py-1.0.4-py3-none-any.whl
Download: [link]
Size: 61253
MD5: e0c8ccbb88303bbd9f179a58c6fda5e5
SHA256: f5b9c21cbab578f486d57698564122464912c72881bfbd0e052a324ad06b848c
Uploaded: 2024-12-30 20:07:55 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: fast-diff-py
Version: 1.0.4
Summary: Multiprocessing implementation of difpy with a focus on performance, disk cache and progress retention.
Author: AliSot2000
Author-Email: alisot200[at]gmail.com
Home-Page: https://github.com/AliSot2000/Fast-Image-Deduplicator
Project-Url: Repository, https://github.com/AliSot2000/Fast-Image-Deduplicator
License: MIT
Keywords: python,image deduplicator,fast image deduplicator
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.12,<4.0
Requires-Dist: annotated-types (<0.8.0,>=0.7.0)
Requires-Dist: cupy (<14.0.0,>=13.3.0); extra == "cuda"
Requires-Dist: matplotlib (<4.0.0,>=3.10.0)
Requires-Dist: numpy (<3.0.0,>=2.2.1)
Requires-Dist: opencv-python (<5.0.0.0,>=4.10.0.84)
Requires-Dist: pydantic (<3.0.0,>=2.10.4)
Requires-Dist: scikit-image (<0.26.0,>=0.25.0)
Provides-Extra: cuda
Description-Content-Type: text/markdown
[Description omitted; length: 28049 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry-core 1.9.1
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
fast_diff_py/__init__.py sha256=kX5Po5uoVCL4d8s3D7qWHVWXkzG9dhcAeHUFtbG1jcs 211
fast_diff_py/base_process.py sha256=J_xPfFx9j6DcgHvdy7hdTHkzfa3Nsc-YK56VjLAF3Z8 1075
fast_diff_py/cache.py sha256=4kkcESI11GtOWvl0kVO9jqdw3nXeAa_Lad18dFT6fIQ 3284
fast_diff_py/child_processes.py sha256=JMq0pWY3p81FVf0IlW661lIAJe4CtO9rUrrEm6Z4HzY 25130
fast_diff_py/config.py sha256=NiYvtdPzCDK36oDilQ9wXTGTZpDUh_HiI0ctIjU6Mc8 11148
fast_diff_py/datatransfer.py sha256=Zg0wNxmzTcdmMRpGkJX9KRmgSCYEseS94osB0AATdFA 4389
fast_diff_py/dif.py sha256=uKa79L0jUh3y3zpQurEvCqavpo7DDfVllYDaxWhaa0g 23744
fast_diff_py/fast_dif.py sha256=vyf-a7MtfBCyHRKE31pQ5d9MK32HHxNRbcNQnsHEkmM 74380
fast_diff_py/img_processing.py sha256=lTh6keKHvzV_HNZ-48oc0uX9Mm6nfh_jVkAW7gU2N_w 8175
fast_diff_py/img_processing_gpu.py sha256=Qal0nRLHhaKNpWozpbiQVVJFvHwZiB6LMfKvMdECUCQ 2471
fast_diff_py/main.py sha256=NABfmDwNdfXDEeiUsRXC4Vxt1j3fUOSV3s3f4AL5l3Y 9617
fast_diff_py/sqlite_db.py sha256=_xn6ojH2UNJzXgUXs_jkwFWkHZNC_4lKPkNpXn6lGLI 38533
fast_diff_py/sqlite_wrapper.py sha256=PXJRg_G-nz-pruiKPZz98X03Ba-rO_33LmZ4Q4HwvW4 4569
fast_diff_py/utils.py sha256=IWlT3WJD3kyAmxeelVmZ1l3FAsl8GnQiHgMso0_th50 4898
fast_diff_py-1.0.4.dist-info/LICENSE.txt sha256=G_5giNbtmFw9gphbeEz0xoiZisF2r0EOszpkAvqeihE 1070
fast_diff_py-1.0.4.dist-info/METADATA sha256=VW53uLESHneOq0w0ax5dzTlwnb3U-N6uVEWzi7s-wqw 29344
fast_diff_py-1.0.4.dist-info/WHEEL sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs 88
fast_diff_py-1.0.4.dist-info/entry_points.txt sha256=8Ae7pPt7Roke5Bzp-R6ztLh0VV2DjxvUKaWFe84Iph4 81
fast_diff_py-1.0.4.dist-info/RECORD

entry_points.txt

difpy = fast_diff_py.dif:main
fastdiffpy = fast_diff_py.main:main