Skip to main content
Glama
jezweb

Australian Postcodes MCP Server

dates.py668 B
""" config for datetime formatting """ from __future__ import annotations from pandas._config import config as cf pc_date_dayfirst_doc = """ : boolean When True, prints and parses dates with the day first, eg 20/01/2005 """ pc_date_yearfirst_doc = """ : boolean When True, prints and parses dates with the year first, eg 2005/01/20 """ with cf.config_prefix("display"): # Needed upstream of `_libs` because these are used in tslibs.parsing cf.register_option( "date_dayfirst", False, pc_date_dayfirst_doc, validator=cf.is_bool ) cf.register_option( "date_yearfirst", False, pc_date_yearfirst_doc, validator=cf.is_bool )

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