classify_extract_sec

(★ 16)

No description available.

File Explorer

  • .copier-answers.yml
  • .env.template
  • .gitignore
  • AGENTS.md
  • CLAUDE.md
  • GEMINI.md
  • IMPLEMENTATION_NOTES.md
  • pyproject.toml
  • QUICK_START.md
  • README.md
  • uv.lock
  • WORKFLOW_DIAGRAM.md
  • WORKFLOW_SUMMARY.md

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

uv run

View Details ▼

Run a command or script in the project environment.

uv run {{path/to/script.py}}

Run a Python script:

uv run {{[-m|--module]}} {{module_name}}

Run a Python module:

uv run {{[-w|--with]}} {{package}} {{command}}

Run a command with additional packages installed temporarily:

// repository documentation