Thin bindings to the eON client (v2).
We provide a conda
environment.
micromamba create -f environment.yml
micromamba activate eongit
The readme
can be constructed via:
./scripts/org_to_md.sh readme_src.org readme.md
emacs --script ./scripts/clean_and_convert.el
Do run pre-commit
before actually submitting pull requests!
pipx run pre-commit run --all-files
For best results, consider installing the git
hook as well.
pipx run pre-commit install
MIT.