Talk Proposal Submission
If you are interested in attending this talk at PyCon JP 2017, please use the social media share buttons below. We will consider the popularity of the proposals when making our selection.
talk
探検Pyramid(ja)
Speakers
Atsushi Odagiri
Audience level:
Intermediate
Category:
Web Frameworks
Description
Pyramid Webフレームワークはアプリケーションのコンポーネント構成を実行中に確認できるintrospectionという仕組みがあります。
introspectionを使ってカスタムコンポーネントでintrospectionに登録したり、実行時情報からopen apiのスキーマ情報を作成する方法を解説します。
Objectives
Pyramidの内部構造とコンポーネント作成の流れを説明し、それらを活用するためのメタデータであるintrospectionの使い方を説明します。
Abstract
- Pyramidのコンポーネントアーキテクチャ
- contextとrequest.registry
- zope.interfaceとAdapter Registry
- pyramid.config.Configurator
- introspectable
- view, routes のintrospection
- open api への応用