Converted Go MIAB tool to Python.

This commit is contained in:
2026-09-06 16:54:05 +02:00
commit 779e820a38
8 changed files with 465 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
[build-system]
requires = ["setuptools>=77"]
build-backend = "setuptools.build_meta"
[project]
name = "mailinabox"
version = "1.0.0"
description = "Python client library and CLI for the Mail-in-a-Box admin DNS API"
readme = "README.md"
license = "MIT"
license-files = ["LICENSE"]
requires-python = ">=3.9"
dependencies = ["cloud-tools"]
[project.scripts]
miab = "mailinabox.cli.miab:main"
[tool.setuptools.packages.find]
include = ["mailinabox*"]