{"id":23988883,"url":"https://github.com/veit/dvc-example","last_synced_at":"2026-02-01T20:34:49.888Z","repository":{"id":146809687,"uuid":"270427879","full_name":"veit/dvc-example","owner":"veit","description":null,"archived":false,"fork":false,"pushed_at":"2024-07-17T13:18:14.000Z","size":24,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-01T08:42:27.589Z","etag":null,"topics":["data-science","dvc","git","machine-learning"],"latest_commit_sha":null,"homepage":"https://dvc-example.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/veit.png","metadata":{"files":{"readme":"README.rst","changelog":null,"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-06-07T20:46:15.000Z","updated_at":"2024-07-17T13:18:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"f6fa3512-9f77-414e-bfa7-e59b78bd3bef","html_url":"https://github.com/veit/dvc-example","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/veit/dvc-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veit%2Fdvc-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veit%2Fdvc-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veit%2Fdvc-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veit%2Fdvc-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/veit","download_url":"https://codeload.github.com/veit/dvc-example/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veit%2Fdvc-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28989192,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T18:17:03.387Z","status":"ssl_error","status_checked_at":"2026-02-01T18:16:57.287Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["data-science","dvc","git","machine-learning"],"created_at":"2025-01-07T16:18:43.109Z","updated_at":"2026-02-01T20:34:49.873Z","avatar_url":"https://github.com/veit.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Quick start\n===========\n\n|Contributors| |License| |Docs|\n\n.. |Contributors| image:: https://img.shields.io/github/contributors/veit/dvc-example.svg\n   :target: https://github.com/veit/dvc-example/graphs/contributors\n.. |License| image:: https://img.shields.io/github/license/veit/dvc-example.svg\n   :target: https://github.com/veit/dvc-example/blob/master/LICENSE\n.. |Docs| image:: https://readthedocs.org/projects/dvc-example/badge/?version=latest\n   :target: https://dvc-example.readthedocs.io/de/latest/\n\nInstallation\n------------\n\n#. Download and unpack:\n\n   .. code-block:: console\n\n    $ curl -O https://codeload.github.com/veit/dvc-example/zip/master\n    $ unzip master\n    Archive:  master\n    …\n       creating: dvc-example-master/\n    …\n\n#. Create HTML documentation:\n\n   .. code-block:: console\n\n    $ python3 -m venv .\n    $ bin/python -m pip install --upgrade pip\n    $ bin/python -m pip install -r requirements.txt\n    $ bin/sphinx-build -ab html docs/ docs/_build/\n\n#. Create PDF:\n\n   To create PDFs you need additional packages.\n\n   For Debian/Ubuntu you can get them with:\n\n   .. code-block:: console\n\n    $ apt-get install texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended latexmk\n\n   or for Mac OS X with:\n\n   .. code-block:: console\n\n    $ brew cask install mactex\n    …\n    🍺  mactex was successfully installed!\n    $ curl --remote-name https://www.tug.org/fonts/getnonfreefonts/install-getnonfreefonts\n    $ sudo texlua install-getnonfreefonts\n    …\n    mktexlsr: Updating /usr/local/texlive/2020/texmf-dist/ls-R...\n    mktexlsr: Done.\n\n   You can then generate a PDF with:\n\n   .. code-block:: console\n\n    $ cd docs/\n    $ pipenv run make latexpdf\n    …\n    The LaTeX files are in _build/latex.\n    Run 'make' in that directory to run these through (pdf)latex\n    …\n\n   You will then find the PDF in :file:`docs/_build/latex/dvc-example.pdf`.\n\nFollow us\n---------\n\n* `GitHub \u003chttps://github.com/veit/dvc-example\u003e`_\n* `Twitter \u003chttps://twitter.com/JupyterTutorial\u003e`_\n* `Mastodon \u003chttps://mastodon.social/@JupyterTutorial\u003e`_\n\nPull requests\n-------------\n\nIf you have suggestions for improvements and additions, I recommend you, create a `Fork\n\u003chttps://github.com/veit/dvc-example/fork\u003e`_ of my GitHub repository\n\u003chttps://github.com/veit/dvc-example/\u003e`_ and make your changes in it. You are also\nwelcome to make a *Pull request* if you like. As long as the changes in it are small and\natomic, I’m happy to look at your your suggestions with pleasure.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fveit%2Fdvc-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fveit%2Fdvc-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fveit%2Fdvc-example/lists"}