fastcdc

View on PyPIReverse Dependencies (3)

1.5.0 fastcdc-1.5.0-cp39-cp39-win_amd64.whl
fastcdc-1.5.0-cp39-cp39-manylinux_2_31_x86_64.whl
fastcdc-1.5.0-cp39-cp39-macosx_12_0_x86_64.whl
fastcdc-1.5.0-cp39-cp39-macosx_11_0_x86_64.whl
fastcdc-1.5.0-cp38-cp38-win_amd64.whl
fastcdc-1.5.0-cp38-cp38-manylinux_2_31_x86_64.whl
fastcdc-1.5.0-cp38-cp38-macosx_12_0_x86_64.whl
fastcdc-1.5.0-cp38-cp38-macosx_11_0_x86_64.whl
fastcdc-1.5.0-cp37-cp37m-win_amd64.whl
fastcdc-1.5.0-cp37-cp37m-manylinux_2_31_x86_64.whl
fastcdc-1.5.0-cp37-cp37m-macosx_12_0_x86_64.whl
fastcdc-1.5.0-cp37-cp37m-macosx_11_0_x86_64.whl
fastcdc-1.5.0-cp311-cp311-win_amd64.whl
fastcdc-1.5.0-cp311-cp311-manylinux_2_31_x86_64.whl
fastcdc-1.5.0-cp311-cp311-macosx_12_0_x86_64.whl
fastcdc-1.5.0-cp311-cp311-macosx_11_0_x86_64.whl
fastcdc-1.5.0-cp310-cp310-win_amd64.whl
fastcdc-1.5.0-cp310-cp310-manylinux_2_31_x86_64.whl
fastcdc-1.5.0-cp310-cp310-macosx_12_0_x86_64.whl
fastcdc-1.5.0-cp310-cp310-macosx_11_0_x86_64.whl

Wheel Details

Project: fastcdc
Version: 1.5.0
Filename: fastcdc-1.5.0-cp39-cp39-win_amd64.whl
Download: [link]
Size: 237194
MD5: 68a090a3152ba159220505d1777884a9
SHA256: 1f58e5da65f7f3af6ca061b39bf7997f0e8f569955094f410c101a059ca0181e
Uploaded: 2023-03-13 17:05:53 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: fastcdc
Version: 1.5.0
Summary: FastCDC (content defined chunking) in pure Python.
Author: Titusz Pan
Author-Email: tp[at]py7.de
Home-Page: https://github.com/iscc/fastcdc-py
Project-Url: Repository, https://github.com/iscc/fastcdc-py
License: MIT
Keywords: cdc,chunking
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Multimedia
Classifier: Topic :: Software Development
Classifier: Topic :: System :: Archiving
Classifier: Topic :: Utilities
Requires-Python: >=3.7.2,<4.0
Requires-Dist: blake3 (<0.4,>=0.3); extra == "hashes"
Requires-Dist: click (<9.0,>=8.1)
Requires-Dist: click-default-group (<2.0,>=1.2)
Requires-Dist: codetiming (<2.0,>=1.2)
Requires-Dist: humanize (<5.0,>=4.0)
Requires-Dist: py-cpuinfo (<10.0,>=9.0)
Requires-Dist: xxhash (<4.0,>=3.0); extra == "hashes"
Provides-Extra: hashes
Description-Content-Type: text/markdown
[Description omitted; length: 6358 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry-core 1.5.1
Root-Is-Purelib: false
Tag: cp39-cp39-win_amd64

RECORD

Path Digest Size
fastcdc/.gitignore sha256=n9bbCQ6TtaSk_vdzZtYcovKq1ggtULjKXgHSE5f5ORo 18
fastcdc/__init__.py sha256=kzmRZb5Ts0JiDcHiunBTGCv1JMpotjhPwI-SrP7nP5o 289
fastcdc/benchmark.py sha256=WesIecUmphPAsjY1BwSohHSCiwvmj9wk43R1EWm7ErM 2210
fastcdc/chunkify.py sha256=QQqIPf4aVqVxAXZPVUFAE9pLSKelyIuRdiNDIH-Sw8o 1841
fastcdc/cli.py sha256=GlTGbOzyX4C6GflX_NBKRi7x5xXgsDT3KqtWcJD_IlU 533
fastcdc/const.py sha256=hyHDh45JohaLgrBD9Hqb1p53B_JgPqyCwoIbRsfugkw 5159
fastcdc/fastcdc_cy.pyx sha256=0CtsJo8jAaBx3zAzbbfCP9HgWsMY1T8RuEBFGk_lfRs 7549
fastcdc/fastcdc_py.py sha256=Cimr0vFo0IunlHy-Gt7MvoXFSfMFI0EgOLLRH-kJhL8 7937
fastcdc/original.py sha256=i_g383LcAAbWOc57xV8IutZvAhF7WSL8HvE3QBXQt10 3457
fastcdc/scan.py sha256=mR2Q8z0sA7_YjMTbb5RDyuMqJa7dLmKRbYydIrp-Mwc 3055
fastcdc/utils.py sha256=WYPmz6k6n_3v8XKD6DMzQuA_T7tE2fQCB7gVJ9XxQmI 2235
fastcdc/fastcdc_cy.c sha256=XanDMA0GawmN8wCSit3vk2oJxUWwlGBqEgO_yMIdZTU 1008022
fastcdc/fastcdc_cy.cp39-win_amd64.pyd sha256=nwMOZO316VXVd7aQws0gBVQ3OJee8sfE5nYx9DEeiEI 153088
fastcdc-1.5.0.dist-info/entry_points.txt sha256=jR4vWYhtrtz1QLMZsnTD6xh0iOomD2OKxXjeNwogtdw 43
fastcdc-1.5.0.dist-info/LICENSE sha256=YUReSvWPuvIvRFpjKpCQKMPw0nRx_DOb4aQi3odLQTk 1098
fastcdc-1.5.0.dist-info/METADATA sha256=gbflHZEyjJ0cDLzAbrldDq0joEizVjSoxLdDi0WI_DA 7959
fastcdc-1.5.0.dist-info/WHEEL sha256=MOyi4R-VEoRzNfT5RQV-LtNOogZi3JV26paOJBkZpYY 96
fastcdc-1.5.0.dist-info/RECORD

entry_points.txt

fastcdc = fastcdc.cli:cli