erg/crates/erg_compiler/lib
Shunsuke Shibayama 3fcd3ab9b1 feat: add Dict!
2023-04-20 11:34:04 +09:00
..
external feat: support tqdm 2023-02-25 01:58:37 +09:00
pystd feat: add typing.cast 2023-04-19 01:16:39 +09:00
std fix: unintended behavior for collections 2023-04-19 18:49:27 +09:00
std.d feat: add Dict! 2023-04-20 11:34:04 +09:00
.gitignore feat(python): add pyproject for dep 2023-03-16 22:00:08 +09:00
LICENCE feat(python): add pyproject for dep 2023-03-16 22:00:08 +09:00
README.md feat(python): add pyproject for dep 2023-03-16 22:00:08 +09:00

Erg standard library with python

std

There are methods and definitions of class objects used in Erg.

Install development dependencies

pip install -e std[dev]
pip install -e std[test]

std.egg-info will be created.

pystd

There are files of python type definitions for Erg.