Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 787 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 787 Bytes

DVC.Net

Publish NuGet Package DVC.Net Badge

.NET Binding to DVC by iterative.ai utilizing DVC in C# based software

Installation

NuGet

dotnet add package DVC.Net

Manual

Download the latest release from the releases page

Usage

Basic Usage

using DVC.Net;

// Create a new DVC instance
var dvc = new Client();
dvc.Pull();

License

This project is licensed under the Apache License - see the LICENSE file for details