egraphs-good / snake-egg

Python bindings for egg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python bindings for egg

Installing

This package is published on PyPi and can be installed with pip install snake-egg. Wheels are built for Python version 3.7-3.10.

Venv

The build system creates its own python venv.

Executing the created ./venv/bin/activate will ready your current shell to use snake egg.

Installing

  • Type make install to build and install snake_egg into your python installation.

    • This will reinstall over any existing snake_egg installation.
  • You can also install using pip as following: pip install git+https://github.com/egraphs-good/snake-egg

  • If you'd like to manually install it, just run maturin build and find the wheels in ./target/wheels/.

About

Python bindings for egg

License:MIT License


Languages

Language:Python 48.7%Language:Rust 47.7%Language:Makefile 3.6%