{"id":37073575,"url":"https://github.com/nverchev/drytorch","last_synced_at":"2026-01-14T08:38:16.861Z","repository":{"id":209507219,"uuid":"724241457","full_name":"nverchev/drytorch","owner":"nverchev","description":"This package helps you training, documenting, and evaluating a Pytorch model.","archived":false,"fork":false,"pushed_at":"2026-01-12T16:54:32.000Z","size":7195,"stargazers_count":4,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-12T20:57:55.350Z","etag":null,"topics":["machine-learning","pytorch","reproducible-research","self-documenting"],"latest_commit_sha":null,"homepage":"","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/nverchev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-11-27T17:22:03.000Z","updated_at":"2026-01-12T16:53:43.000Z","dependencies_parsed_at":"2024-06-02T15:45:25.452Z","dependency_job_id":"96d7947f-0427-4127-8804-9801fd896899","html_url":"https://github.com/nverchev/drytorch","commit_stats":null,"previous_names":["nverchev/custom_trainer","nverchev/dry_torch","nverchev/drytorch"],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/nverchev/drytorch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nverchev%2Fdrytorch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nverchev%2Fdrytorch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nverchev%2Fdrytorch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nverchev%2Fdrytorch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nverchev","download_url":"https://codeload.github.com/nverchev/drytorch/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nverchev%2Fdrytorch/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28414668,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T08:31:27.429Z","status":"ssl_error","status_checked_at":"2026-01-14T08:31:19.098Z","response_time":107,"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":["machine-learning","pytorch","reproducible-research","self-documenting"],"created_at":"2026-01-14T08:38:16.073Z","updated_at":"2026-01-14T08:38:16.840Z","avatar_url":"https://github.com/nverchev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"![drytorch_logo.png](https://raw.githubusercontent.com/nverchev/drytorch/main/docs/_static/drytorch_logo.png)\n[![PyPI version](https://img.shields.io/pypi/v/drytorch.svg?style=flat)](https://pypi.org/project/drytorch/)\n[![Total Downloads](https://img.shields.io/pypi/dm/drytorch?label=downloads\u0026style=flat)](https://pypi.org/project/drytorch/)\n[![Python](https://img.shields.io/pypi/pyversions/drytorch.svg?style=flat)](https://pypi.org/project/drytorch/)\n[![License](https://img.shields.io/github/license/nverchev/drytorch.svg)](https://github.com/nverchev/drytorch/blob/master/LICENSE)\n[![CI Status](https://github.com/nverchev/drytorch/actions/workflows/ci.yaml/badge.svg)](https://github.com/nverchev/drytorch/actions/workflows/CI.yaml)\n[![codecov](https://codecov.io/github/nverchev/drytorch/graph/badge.svg?token=CZND67KAW1)](https://codecov.io/github/nverchev/drytorch)\n[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)\n[![basedpyright - checked](https://img.shields.io/badge/basedpyright-checked-ffc000)](https://docs.basedpyright.com)\n[![Documentation Status](https://readthedocs.org/projects/drytorch/badge/?version=latest)](https://drytorch.readthedocs.io/en/latest/?badge=latest)\n# DRYTorch\n\n## 💡 Design Philosophy\nBy adhering to the Don't Repeat Yourself (DRY) principle, this library makes your machine-learning projects easier to replicate, document, and reuse.\n\n## ✨ Features at a Glance\n* **Experimental Scope:**  All logic runs within a controlled scope, preventing unintended dependencies, data leakage, and misconfiguration.\n* **Modularity:** Components communicate via defined protocols, providing type safety and flexibility for custom implementations.\n* **Decoupled Tracking:** Logging, plotting, and metadata are handled by an event system that separates execution from tracking.\n* **Lean Dependencies:** Minimal core requirements while supporting optional external libraries (Hydra, W\u0026B, TensorBoard, etc.).\n* **Self-Documentation:** Metadata is automatically extracted in a standardized and robust manner.\n* **Ready-to-Use Implementations:** Advanced functionalities with minimal boilerplate, suitable for a wide range of ML applications.\n\n\n## 📦 Installation\n\n**Requirements**\nThe library only requires recent versions of **PyTorch** and **NumPy**. Tracker dependencies are optional.\n\n**Commands**\n\n```bash\npip install drytorch\n```\nor:\n```bash\nuv add drytorch\n```\n\n## 🗂️ Library Organization\nFolders are organized as follows:\n\n- **Core (`core`):** The library kernel. Contains the **Event System**, **Protocols** for component communication, and internal safety **Checks**.\n- **Standard Library (`lib`):** Reusable implementations and abstract classes of the protocols.\n- **Trackers (`tracker`):** Optional tracker plugins that integrate via the event system.\n- **Contributions (`contrib`):** Dedicated space for community-driven extensions.\n- **Utilities (`utils`):** Functions and classes independent to the framework.\n\n## 📚 Documentation\n\n**[Read the full documentation on Read the Docs →](https://drytorch.readthedocs.io/)**\n\nThe documentation includes:\n- **[Tutorials](https://drytorch.readthedocs.io/en/latest/tutorials.html)** - Complete walkthrough\n- **[API Reference](https://drytorch.readthedocs.io/en/latest/api.html)** - Detailed API documentation\n- **[Architecture Overview](https://drytorch.readthedocs.io/en/latest/architecture.html)** - Design principles and structure\n\n\n## 📝 **[Changelog](CHANGELOG.md)**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnverchev%2Fdrytorch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnverchev%2Fdrytorch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnverchev%2Fdrytorch/lists"}