akneni / typethon

Python library that adds a type system onto python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typethon

Typethon is a simple library that adds type checking into native python

Usage

from typethon import *
x = Int | 23
y = List[Int] | [1, 2, 3, 4]

About

Python library that adds a type system onto python


Languages

Language:Python 100.0%