classify_extract_sec
No description available.
File Explorer
- __init__.py
- config.py
- export_types.py
- process_file.py
- schemas.py
- test_placeholder.py
- client.ts
- config.ts
- export.ts
- ToolbarContext.tsx
- utils.ts
- HomePage.module.css
- HomePage.tsx
- ItemPage.tsx
- Event8K.d.ts
- Event8K.json
- Form10KData.d.ts
- Form10KData.json
- Form10QData.d.ts
- Form10QData.json
- Form8KData.d.ts
- Form8KData.json
- MySchema.d.ts
- MySchema.json
- App.tsx
- index.css
- main.tsx
- vite-env.d.ts
- .gitignore
- components.json
- index.html
- package.json
- pnpm-lock.yaml
- postcss.config.mjs
- README.md
- tsconfig.json
- vite.config.ts
- .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
jsDelivrjsDelivr 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.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
uv run
View Details ▼
uv run
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
Was this content helpful?
(0 ratings)
