2025-10-10 09:46:41 +02:00

9 lines
263 B
Python

__title__ = "preshed"
__version__ = "3.0.10"
__summary__ = "Cython hash table that trusts the keys are pre-hashed"
__uri__ = "https://github.com/explosion/preshed"
__author__ = "Explosion"
__email__ = "contact@explosion.ai"
__license__ = "MIT"
__release__ = True