You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

50 lines
2.1 KiB

4 years ago
  1. Metadata-Version: 2.1
  2. Name: preshed
  3. Version: 2.0.1
  4. Summary: Cython hash table that trusts the keys are pre-hashed
  5. Home-page: https://github.com/explosion/preshed
  6. Author: Matthew Honnibal
  7. Author-email: matt@explosion.ai
  8. License: MIT
  9. Platform: UNKNOWN
  10. Classifier: Environment :: Console
  11. Classifier: Intended Audience :: Developers
  12. Classifier: Intended Audience :: Science/Research
  13. Classifier: License :: OSI Approved :: MIT License
  14. Classifier: Operating System :: POSIX :: Linux
  15. Classifier: Operating System :: MacOS :: MacOS X
  16. Classifier: Operating System :: Microsoft :: Windows
  17. Classifier: Programming Language :: Cython
  18. Classifier: Programming Language :: Python :: 2.7
  19. Classifier: Programming Language :: Python :: 3.5
  20. Classifier: Programming Language :: Python :: 3.6
  21. Classifier: Programming Language :: Python :: 3.7
  22. Classifier: Topic :: Scientific/Engineering
  23. Requires-Dist: cymem (<2.1.0,>=2.0.2)
  24. preshed: Cython Hash Table for Pre-Hashed Keys
  25. **********************************************
  26. Simple but high performance Cython hash table mapping pre-randomized keys to void* values. Inspired by `Jeff Preshing <http://preshing.com/20130107/this-hash-table-is-faster-than-a-judy-array/>`_
  27. .. image:: https://img.shields.io/travis/explosion/preshed/master.svg?style=flat-square&logo=travis
  28. :target: https://travis-ci.org/explosion/preshed
  29. :alt: Build Status
  30. .. image:: https://img.shields.io/appveyor/ci/explosion/preshed/master.svg?style=flat-square&logo=appveyor
  31. :target: https://ci.appveyor.com/project/explosion/preshed
  32. :alt: Appveyor Build Status
  33. .. image:: https://img.shields.io/pypi/v/preshed.svg?style=flat-square
  34. :target: https://pypi.python.org/pypi/preshed
  35. :alt: pypi Version
  36. .. image:: https://img.shields.io/conda/vn/conda-forge/preshed.svg?style=flat-square
  37. :target: https://anaconda.org/conda-forge/preshed
  38. :alt: conda Version
  39. .. image:: https://img.shields.io/badge/wheels-%E2%9C%93-4c1.svg?longCache=true&style=flat-square&logo=python&logoColor=white
  40. :target: https://github.com/explosion/wheelwright/releases
  41. :alt: Python wheels