| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Git Tag Ops. Turn your Git repository into an Artifact Registry:
GTO works by creating annotated Git tags in a standard format.
💡 Together with DVC, GTO serves as a backbone for Git-based Iterative Studio Model Registry.
GTO requires Python 3. It works on any OS.
$ pip install gtoThis will install the gto command-line interface (CLI) and make the Python API available for use in code.
To Get Started, please head to GTO docs.
Contributions are welcome! Please see our Contributing Guide for more details.
Check out the DVC weekly board to learn about what we do, and about the exciting new functionality that is going to be added soon.
Thanks to all our contributors!
DetailsHow to setup GTO development environment
$ git clone git@github.com:iterative/gto.git
$ cd gto$ python3 -m venv .venv
$ source .venv/bin/activateInstall python libraries
$ pip install --upgrade pip ".[tests]"$ pytest --basetemp=pytest-basetempThis will create pytest-basetemp/ directory with some fixtures that can serve as examples.
Notably, check out this dir:
$ cd pytest-basetemp/test_api0/
$ gto show -vThe code that generates this folder could be found in this fixture.
To continue experimenting, call gto --help
This project is distributed under the Apache license version 2.0 (see the LICENSE file in the project root).
By submitting a pull request to this project, you agree to license your contribution under the Apache license version 2.0 to this project.
| Back | FazBrowse Home | New Git URL |