erg/crates/erg_compiler/lib
2025-02-19 01:07:56 +09:00
..
core fix: incorrect Dict!.update! typing 2024-12-29 18:28:50 +09:00
core.d feat!: add dict type methods 2024-12-27 17:18:55 +09:00
pystd fix: incorrect type declarations 2025-02-19 01:07:56 +09:00
std doc: change example code 2024-09-20 21:15:40 +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.