An open API service indexing awesome lists of open source software.

https://github.com/ryu22e/pyconapac2023-pep681-slide

PyCon APAC 2023トーク資料
https://github.com/ryu22e/pyconapac2023-pep681-slide

pyconapac python

Last synced: about 1 year ago
JSON representation

PyCon APAC 2023トーク資料

Awesome Lists containing this project

README

          

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

Requirements
------------

* Git
* Python 3.9 or higher
* Your favorite editor

How to Build
------------

.. code-block:: bash

$ 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/