erg/crates/erg_compiler/lib
Lionel H 0dd9e0876f feat(erg): add subclasshook method in abc.d.er
Add __subclasshook__ magic method which is used to implement the logic
that validates a class correctly conform to an interface.

Signed-off-by: Lionel H <lionel.hubaut@dekimo.com>
2024-07-08 11:10:52 +02:00
..
core feat: add {Str, List}.from 2024-04-30 18:44:31 +09:00
core.d feat: add {Str, List}.from 2024-04-30 18:44:31 +09:00
pystd feat(erg): add subclasshook method in abc.d.er 2024-07-08 11:10:52 +02:00
std build: add bump_version.er 2024-03-24 00:55:01 +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.