{"id":21035237,"url":"https://github.com/pytask-dev/latex-dependency-scanner","last_synced_at":"2025-05-15T13:33:24.276Z","repository":{"id":39619924,"uuid":"314072056","full_name":"pytask-dev/latex-dependency-scanner","owner":"pytask-dev","description":"A dependency scanner for LaTeX documents.","archived":false,"fork":false,"pushed_at":"2025-05-05T17:52:10.000Z","size":77,"stargazers_count":3,"open_issues_count":3,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-05T19:00:54.344Z","etag":null,"topics":["latex"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pytask-dev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-11-18T22:19:31.000Z","updated_at":"2024-04-24T22:54:11.000Z","dependencies_parsed_at":"2023-12-25T20:24:48.388Z","dependency_job_id":"70c8f24a-70d8-4d30-a2ee-f1478ad7a742","html_url":"https://github.com/pytask-dev/latex-dependency-scanner","commit_stats":{"total_commits":24,"total_committers":4,"mean_commits":6.0,"dds":"0.45833333333333337","last_synced_commit":"ee241cc477b840135d37d845c5b2516599189a6d"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytask-dev%2Flatex-dependency-scanner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytask-dev%2Flatex-dependency-scanner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytask-dev%2Flatex-dependency-scanner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytask-dev%2Flatex-dependency-scanner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pytask-dev","download_url":"https://codeload.github.com/pytask-dev/latex-dependency-scanner/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254349687,"owners_count":22056395,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["latex"],"created_at":"2024-11-19T13:14:08.659Z","updated_at":"2025-05-15T13:33:19.818Z","avatar_url":"https://github.com/pytask-dev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/latex-dependency-scanner)](https://pypi.org/project/latex-dependency-scanner)\n[![image](https://img.shields.io/conda/vn/conda-forge/latex-dependency-scanner.svg)](https://anaconda.org/conda-forge/latex-dependency-scanner)\n[![image](https://img.shields.io/conda/pn/conda-forge/latex-dependency-scanner.svg)](https://anaconda.org/conda-forge/latex-dependency-scanner)\n[![PyPI - License](https://img.shields.io/pypi/l/latex-dependency-scanner)](https://pypi.org/project/latex-dependency-scanner)\n[![image](https://img.shields.io/github/actions/workflow/status/pytask-dev/latex-dependency-scanner/main.yml?branch=main)](https://github.com/pytask-dev/latex-dependency-scanner/actions?query=branch%3Amain)\n[![image](https://codecov.io/gh/pytask-dev/latex-dependency-scanner/branch/main/graph/badge.svg)](https://app.codecov.io/gh/pytask-dev/latex-dependency-scanner)\n[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/pytask-dev/latex-dependency-scanner/main.svg)](https://results.pre-commit.ci/latest/github/pytask-dev/latex-dependency-scanner/main)\n[![image](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n\n# Features\n\nlatex-dependency-scanner is a package to detect all required files to compile a LaTeX\ndocument.\n\n# Installation\n\nlatex-dependency-scanner is available on\n[PyPI](https://pypi.org/project/latex-dependency-scanner) and\n[Anaconda.org](https://anaconda.org/conda-forge/latex-dependency-scanner). Install it\nwith\n\n```console\n$ pip install latex-dependency-scanner\n\n# or\n\n$ conda install -c conda-forge latex-dependency-scanner\n```\n\n# Usage\n\nThe package contains two functions.\n\n## Scan\n\n`scan()` accepts a path-like object or a list of path-like objects which point to `.tex`\ndocuments. The return is a collection of paths related to this document.\n\n```python\nimport latex_dependency_scanner as lds\n\n\npaths = lds.scan(\"document.tex\")\n```\n\nFor dependencies which cannot be found and which have no file extension (like graphics\nin `\\includegraphics`), all possible candidates are returned.\n\n## PDF\n\n`compile_pdf()` allows to conveniently generate PDFs with Python. The function is mainly\nused for validating test cases.\n\n```python\nimport latex_dependency_scanner as lds\n\n\nlds.compile_pdf(\"document.tex\", \"document.pdf\")\n```\n\n# Changes\n\nConsult the [release notes](CHANGES.md) to find out about what is new.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpytask-dev%2Flatex-dependency-scanner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpytask-dev%2Flatex-dependency-scanner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpytask-dev%2Flatex-dependency-scanner/lists"}