You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: python bindings for building encoderfiles (#295)
Right now, just loads from a config file. Example usage:
```python3
import encoderfile as ef
builder = ef.EncoderfileBuilder.from_config("encoderfile.yml")
builder.build()
```
To test it out, make sure you have maturin installed and run `make
build-py`
0 commit comments