pdf_oxide 0.3.0

The Complete PDF Toolkit: extract, create, and edit PDFs. Rust core with bindings for Python, Node, WASM, Go, and more.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Development dependencies for pdf_oxide
# Install with: pip install -r requirements-dev.txt

# Linter and Formatter (fast, all-in-one tool written in Rust)
ruff>=0.1.0

# Testing
pytest>=7.0
pytest-cov>=4.0

# Type checking (optional)
mypy>=1.0

# Build tool for Python bindings
maturin>=1.0,<2.0