Skip to main content
Glama
jezweb

Australian Postcodes MCP Server

__init__.py836 B
""" rapid string matching library """ from __future__ import annotations __author__: str = "Max Bachmann" __license__: str = "MIT" __version__: str = "3.13.0" from rapidfuzz import distance, fuzz, process, utils __all__ = ["distance", "fuzz", "process", "utils", "get_include"] def get_include(): """ Return the directory that contains the RapidFuzz \\*.h header files. Extension modules that need to compile against RapidFuzz should use this function to locate the appropriate include directory. Notes ----- When using ``distutils``, for example in ``setup.py``. :: import rapidfuzz_capi ... Extension('extension_name', ... include_dirs=[rapidfuzz_capi.get_include()]) ... """ from pathlib import Path return str(Path(__file__).parent)

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jezweb/australian-postcodes-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server