erg/crates/erg_compiler/lib
Shunsuke Shibayama 0274b458b4 Create uuid.d.er
2024-03-12 22:03:27 +09:00
..
core feat: add Copy trait 2024-03-03 16:22:14 +09:00
core.d feat: add Copy trait 2024-03-03 16:22:14 +09:00
pystd Create uuid.d.er 2024-03-12 22:03:27 +09:00
std feat: add Exception classes 2024-03-11 20:35:11 +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.