Skip to content

metadsl/snake-egg

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python bindings for egg

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/.

Releases

No releases published

Packages

No packages published

Languages

  • Rust 50.1%
  • Python 46.9%
  • Makefile 3.0%