Skip to content

ryu22e/pyconapac2023-pep681-slide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

型チェックを強化するPython 3.11の新機能Data Class Transforms(PEP 681)

Requirements

  • Git
  • Python 3.9 or higher
  • Your favorite editor

How to Build

$ git clone {repository url}
$ cd {repository path}
$ python -m venv .venv
$ source .venv/bin/activate
(.venv)$ pip install -r requirements.txt
(.venv)$ vim source/index.rst  # Replace vim with your favorite editor
(.venv)$ make revealjs  # Build to build/revealjs/