📄️ Intro to PyXet
PyXet is a Python library that provides additional ways to work with XetHub repositories:
📄️ Xet CLI
Xet CLI provides a versioned object-store view of XetHub, with the ability to easily copy, move, remove, and list repository files. As you develop and write files, Xet CLI automatically commits changes on every write operation, enabling XetHub users to easily rewind and replay their files for comparison and reproducibility.
📄️ Pythonic access through PyXet
Python is the language of ML and XetHub is here for it. Import PyXet to access files directly from your Python interpreter, and take advantage of transactions to write back to XetHub repositories with commit messages.