Initial commit: Namecheap API library with REST/MCP servers
Features: - Domain management (check, register, renew, contacts) - DNS management (nameservers, records) - Glue records (child nameserver) support - TLD price tracking with KRW conversion - FastAPI REST server with OpenAI schema - MCP server for Claude integration Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
3
__init__.py
Normal file
3
__init__.py
Normal file
@@ -0,0 +1,3 @@
|
||||
from .namecheap import NamecheapAPI, NamecheapConfig, NamecheapError, RegistrantInfo
|
||||
|
||||
__all__ = ["NamecheapAPI", "NamecheapConfig", "NamecheapError", "RegistrantInfo"]
|
||||
Reference in New Issue
Block a user