Skip to content

elmisback/python-evolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-evolver

Setup

Make sure evolver is on the system path. This is as simple as running

ln -s /Absolute/path/to/evolver /usr/local/bin/evolver

Usage

import evolver

with evolver.Evolver('/path/to/evolver') as E:
    E.run_command('foo := 3')
    output = E.run_command('print foo')
    print(output) # prints the string 3

Development

Get pip. Clone the repository and run

pip install --editable /path/to/repo

Source

To download the surface evolver, see its homepage.

About

A Python interface for Ken Brakke's surface evolver REPL.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages