Scarcely documented.
Needs Python 3.10 or later.
pip install fxutilHappy to take pull requests!
git clone git@github.com:fxjung/fxutil.git
cd fxutil
pip install -e .
pre-commit install
pytestCode style is ruff.
In general, try fxutil <cmd> --help to get more help.
fxutil manuscript package-- Package a scientfic manuscript into a journal-digestible zip file
Use like:
from fxutil.imports.general import *
sf = SaveFigure()
def draw_plot():
fig, ax = figax()
ax.plot(*evf(np.r_[-1:1:100j], lambda x: x**2))
sf(draw_plot, "my cute figure")git push
gh release create v<version> --generate-notes