macOS
brew install motolocal Homebrew formula metadata
安装
brew install motolocal Homebrew formula metadata
概览
Mock AWS services
历史
Moto began as Steve Pulec's Python library for mocking AWS services, with the project AUTHORS file naming Pulec as the original writer and a long contributor list behind the broader emulator. Its role is tightly coupled to the boto and boto3 ecosystem: tests wrap AWS-using code with Moto's mocks so that S3, DynamoDB, IAM, Lambda, and other service calls are handled locally instead of reaching a real AWS account.
The project became a standard testing tool because it supports both in-process Python decorators/context managers and a stand-alone HTTP server mode. The server mode lets non-Python SDKs point at Moto's fake AWS endpoints, while the Python API fits normal unit-test and pytest workflows. Moto 5.0.0 marked a major API simplification by replacing service-specific decorators with a single `mock_aws` decorator and making one MotoServer instance the recommended server shape, a milestone aimed at simplifying usage and state management.
As a package-manager entry, Moto is more of a developer-test dependency than an end-user CLI, although Homebrew exposes `moto_server` and `moto_proxy` executables for local service emulation. Its closest neighbors are broader local cloud emulators and hand-written mocks, but Moto's niche is AWS-specific behavioral coverage that can be pulled directly into Python tests.
安全态势
formula declares a Homebrew service.
orange 风险 · 中 置信度 · infrastructure
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
moto_proxy | cli | 全局可执行文件 | |
moto_server | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
安装元数据
| 软件包键 | brew:moto |
|---|---|
| 版本 | 5.2.2 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/moto |
| 主页 | http://getmoto.org/ |
| 仓库 | https://github.com/getmoto/moto |
| 上游文档 | https://docs.getmoto.org/ |
| 许可证 | Apache-2.0 |
| 源码归档 | https://files.pythonhosted.org/packages/47/63/d944f387582cc53f53febbff2b3fa36a6d2ed7c1feef8990bf646cfa9cba/moto-5.2.2.tar.gz |
| 最后更新 | 2026-07-15T12:02:26Z |
| Pulse | updated |
| 依赖 | certifi, cryptography, libyaml, pydantic, python@3.14, rpds-py |
| Bottle | 可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | declared |
注册表事实
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | moto |
| Version Scheme | 0 |
| Revision | 2 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.