METADATA 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. Metadata-Version: 2.1
  2. Name: google-crc32c
  3. Version: 1.5.0
  4. Summary: A python wrapper of the C library 'Google CRC32C'
  5. Home-page: https://github.com/googleapis/python-crc32c
  6. Author: Google LLC
  7. Author-email: googleapis-packages@google.com
  8. License: Apache 2.0
  9. Platform: Posix
  10. Platform: MacOS X
  11. Platform: Windows
  12. Classifier: Development Status :: 4 - Beta
  13. Classifier: Intended Audience :: Developers
  14. Classifier: License :: OSI Approved :: Apache Software License
  15. Classifier: Operating System :: OS Independent
  16. Classifier: Programming Language :: Python :: 3
  17. Classifier: Programming Language :: Python :: 3.7
  18. Classifier: Programming Language :: Python :: 3.8
  19. Classifier: Programming Language :: Python :: 3.9
  20. Classifier: Programming Language :: Python :: 3.10
  21. Classifier: Programming Language :: Python :: 3.11
  22. Requires-Python: >=3.7
  23. Description-Content-Type: text/markdown
  24. License-File: LICENSE
  25. Provides-Extra: testing
  26. Requires-Dist: pytest ; extra == 'testing'
  27. # `google-crc32c`
  28. ![GA](https://img.shields.io/badge/support-GA-gold.svg) [<img src="https://img.shields.io/pypi/v/google-crc32c.svg">](https://pypi.org/project/google-crc32c) ![Python Versions](https://img.shields.io/pypi/pyversions/google-crc32c)
  29. This package wraps the [`google/crc32c`](https://github.com/google/crc32c)
  30. hardware-based implementation of the CRC32C hashing algorithm. Multiple wheels
  31. are distributed as well as source. If a wheel is not published for the python
  32. version and platform you are using, you will need to compile crc32c using a
  33. C toolchain.
  34. # Currently Published Wheels
  35. Wheels are currently published for Python 3.7, 3.8, 3.9, 3.10, 3.11 and
  36. pypy-3.7 for multiple architectures. For information on building your own,
  37. please view [BUILDING.md](BUILDING.md).
  38. ## Linux
  39. Wheels are published for the following platforms / architectures:
  40. - `manylinux2010` platform, `x86_64` and `1686` architectures
  41. - `manylinux2014` platform, `aarch64` architecture
  42. ### Deprecated
  43. - `manylinux1` platform, `x86_64` architecture wheels will be built until
  44. 2021-12-31, when the PyPA group drops support for the `manylinux1` image.
  45. See: https://github.com/pypa/manylinux/issues/994
  46. ## Mac OS
  47. Wheels are published for `x86_64` and `universal2` architectures.
  48. ## Windows
  49. Wheels are published for `win32` and `win_amd64` architectures.