{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/6"},{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/8"},{"label":"Internet","url":"https://skillfed.io/packages/category/internet/3"},{"label":"Utilities","url":"https://skillfed.io/packages/category/utilities/4"}],"enrichment":{"capability":"Computes FNV hash values in pure Python, prioritizing portability over performance.","skillfed_tags":["hashing","pure-python"],"use_cases":["Computing checksums or hash table keys in pure Python environments where C extensions cannot be installed.","Generating FNV hashes for data deduplication or content-addressed storage in portable Python code.","Hashing datasets where compatibility is prioritized over performance.","Educational purposes to understand FNV hash algorithm implementation."],"what_it_does":"fnvhash is a pure Python implementation of the FNV (Fowler-Noll-Vo) hash family. It trades performance for portability\u2014the pure Python approach means it runs anywhere without compiled dependencies, but will be slower than optimized alternatives for high-throughput hashing.\n\nThe package is useful when you need FNV hashing in environments where installing compiled extensions is difficult or when cross-platform compatibility matters more than speed. It has no runtime dependencies, installs cleanly, and has 100% test coverage. It is licensed under MIT.","worth_installing":"Yes, if you need FNV hashing and portability matters more than performance. The package is stable, has no dependencies, and installs easily. Skip it if you need high-speed hashing\u2014the description itself recommends pyhash for performance-critical use cases. No known vulnerabilities."},"id":"fnvhash","links":{"html":"https://skillfed.io/packages/fnvhash","md":"https://skillfed.io/packages/fnvhash.md","pypi":"https://pypi.org/project/fnvhash/"},"maintenance":{"status":"aging"},"meta":{"latest_release":"2025-05-05","license_spdx":null,"license_treatment":"permissive","name":"fnvhash","python_support":"supports_current","summary":"Pure Python FNV hash implementation."},"popularity":{"monthly_downloads":862284,"position":4870,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"0.2.1"}
