Devcontainer Python
@tomohiroJin
Devcontainer Python について
A Model Context Protocol (MCP) server that provides real-time weather data to AI assistants.
基本情報
設定
ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Devcontainer Python?
Devcontainer Python is a Devcontainer-based template that provides a pre-configured Python development environment using Python 3.11, with essential tools and dependencies already installed. It is designed for developers who want a consistent, Docker-isolated environment for Python projects.
How to use Devcontainer Python?
Clone the repository, open the project in VS Code, and reopen it in the Devcontainer when prompted. Verify the setup by running pytest. The environment includes pre-installed tools and sample code for reference.
Key features of Devcontainer Python
- Pre-configured with Python 3.11
- Includes pytest, flake8, and black
- Docker-based isolated development environment
- Sample code covering basic Python syntax and design patterns
- Detailed test cases included for reference
- Customizable via
.devcontainer/devcontainer.json
Use cases of Devcontainer Python
- Quickly bootstrap a consistent Python development environment
- Learn or reference Python basics and design patterns with included examples
- Run and debug tests using pytest in a isolated setup
- Enforce code quality with flake8 linting and black formatting
FAQ from Devcontainer Python
What tools are pre-installed in Devcontainer Python?
pytest (testing framework), flake8 (code linter), and black (code formatter) are pre-installed.
How do I run all tests in Devcontainer Python?
Run pytest in the project directory to execute all tests.
How do I customize the Devcontainer Python environment?
Edit the .devcontainer/devcontainer.json file to change the Python version or add additional tools.
What sample code is included in Devcontainer Python?
The project includes examples covering basic Python syntax and major design patterns, along with detailed test cases.
What runtime or dependencies does Devcontainer Python require?
The environment is Docker-based and runs inside VS Code with Devcontainer support; no additional manual dependency installation is needed beyond cloning the repo and reopening in the container.
「その他」の他のコンテンツ
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Servers
modelcontextprotocolModel Context Protocol Servers
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
コメント