erg/crates/erg_compiler/lib
2023-09-13 11:09:30 +09:00
..
external Update __init__.d.er 2023-08-06 22:51:34 +09:00
pystd Update itertools.d.er 2023-09-11 12:32:07 +09:00
std fix: Python 3.7~3.8 bugs 2023-09-13 11:09:30 +09:00
std.d feat: add ByteArray! 2023-09-11 21:55:46 +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.