-
Notifications
You must be signed in to change notification settings - Fork 2
Home
jfschaefer edited this page Dec 9, 2024
·
5 revisions
stextools provides tools and a shared infrastructure for working with sTeX content.
This wiki documents details and usage.
-
snifyfor large-scale term reference annotations -
clone-groupsfor mass-cloning archives (using ssh, not https) -
update-dependenciesfor updating archive dependencies (inMANIFEST.MF) -
cycle-finderfor finding import cycles -
versionprints the version ofstextools
Warning: stextools is an actively developed research project and may not
work as expected. Please report any issues.
Note that stextools is not tested on Windows.
First, install pipx (instructions).
Then, run
pipx install git+https://github.com/slatex/stextools.gitThis should install the stextools command line tool.
You can try it out by running stextools --help.
You can update stextools with
pipx upgrade stextoolsYou can uninstall stextools
pipx uninstall stextoolsYou can also install stextools using pip.
git clone https://github.com/jfschaefer/stextools.git
cd stextools
python3 -m pip install -e .This enables you to use the stextools library in your own Python projects,
and to run the command line tools.