Registry / devops / scitex-dev

scitex-dev

JSON →
library0.17.6pypypi✓ verified 80d ago

Shared developer utilities for the SciTeX ecosystem, providing common tooling for LaTeX-based scientific writing projects. Current version 0.17.6, actively maintained with regular updates.

pip install scitex-dev
INSTALL
IMPORT
SIG · SCITEX-DEV
S
scitex-dev
devopspythonv0.17.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

CIStatus
from scitex_dev import CIStatus
from scitex_dev import check_tex
DevConfig
from scitex_dev import DevConfig
ScitexError
from scitex_dev import ScitexError

Check a LaTeX file for common errors and best practices.

from scitex_dev import check_tex result = check_tex('path/to/document.tex') print(result)
Debug
Known issues
gotchaEnsure TeX distribution (e.g., TeX Live, MiKTeX) is installed on the system; scitex-dev wraps system commands like pdflatex and bibtex.
fix
Install a TeX distribution (e.g., 'sudo apt install texlive-full' on Ubuntu).
affects: all
gotchascitex-dev often modifies your LaTeX source files (e.g., cleaning auxiliary files). Always backup your project before running clean-up commands.
fix
Use version control or copy your project folder before running scitex-dev operations.
affects: all
deprecatedThe function 'clean_aux' was renamed to 'clean_auxiliary' in version 0.15.0.
fix
Use 'from scitex_dev import clean_auxiliary' instead of 'clean_aux'.
affects: >=0.15.0
Upgrade
Version history
0.17.6latest on PyPI · released Jun 6, 2026
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources
scitex-dev — pip install scitex-dev · libregistry