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.
|
__title__ = "preshed"
|
|
__version__ = "3.0.12"
|
|
__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
|