Skip to main content

uv env manager to enable conda-style revision tracking

Project description

uvrev

uvrev is a CLI tool that wraps the uv package manager and adds git-based, conda-style revision tracking for Python environments.

It allows you to manage UV projects as isolated environments with a full, inspectable revision history. Every package change (add, remove, update) creates a new Git commit and tag, making it easy to understand what changed and to roll back to any previous state.


Overview

  • Manage UV environments with automatic revision tracking
  • Track dependency changes over time using Git
  • Restore environments to any previous revision
  • Inspect package history in a familiar conda-style format

Each environment is stored as a Git repository. Dependency changes are committed automatically, providing a complete and auditable history of your environment state.


Installation

Prerequisites

  • git
  • uv

Install with uv

uv tool install uvrev

After installation, ensure that uvrev is available on your PATH:

uvrev --help

Key Features

  • Conda-style revision history showing added, removed, and updated packages
  • Git-based storage with automatic commits and tags
  • Rollback to any previous revision
  • Detailed changelog tracking both dependencies and pinned versions

Commands

Command Description
uvrev env create Create a new UV project with revision tracking
uvrev env list List all UV projects
uvrev add Add packages to the current project
uvrev remove Remove packages from the current project
uvrev sync Sync project dependencies
uvrev list List installed packages in the current environment
uvrev history Show revision history with package changes
uvrev restore Restore project to a specific revision
uvrev path Show the path to the current project
uvrev run Run uv commands in the project

Environment Selection

uvrev determines the active environment based on the currently activated virtual environment.

Activate an environment as usual:

source .venv/bin/activate

Once activated, all uvrev commands operate on that environment automatically. No additional flags or environment variables are required.

This mirrors standard Python workflows and avoids implicit global state.


Examples

uvrev env create myproject --python 3.12

# activate venv
source "$(uvrev path -e myproject)/.venv/bin/activate"

uvrev add pandas numpy
uvrev add requests

uvrev list
uvrev history
uvrev restore 3
uvrev run pip list

Why uvrev?

uvrev combines the speed and simplicity of uv with the safety and transparency of Git, giving you:

  • Reproducible environments
  • Clear insight into dependency changes
  • Confidence to experiment, knowing you can always roll back

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

uvrev-0.1.3.tar.gz (48.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

uvrev-0.1.3-py3-none-any.whl (13.5 kB view details)

Uploaded Python 3

File details

Details for the file uvrev-0.1.3.tar.gz.

File metadata

  • Download URL: uvrev-0.1.3.tar.gz
  • Upload date:
  • Size: 48.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.9.23 {"installer":{"name":"uv","version":"0.9.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Debian GNU/Linux","version":"13","id":"trixie","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uvrev-0.1.3.tar.gz
Algorithm Hash digest
SHA256 e1aa5686a291720551e2f7b55081bf800cf10f7e21bb0f1fdfc0b6d674bb0a34
MD5 9b8b6334e4015d56e0205cd26b05cf55
BLAKE2b-256 29cbce31f56c373ec44df288c20e78585caa835094d013e7a16c88c10a95d34e

See more details on using hashes here.

File details

Details for the file uvrev-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: uvrev-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 13.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.9.23 {"installer":{"name":"uv","version":"0.9.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Debian GNU/Linux","version":"13","id":"trixie","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uvrev-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 716df2a9f618528d00c6efecc65f9df820c6672622da3585cdf7fc1734fe77a8
MD5 8a347b50b856a4eee80494681848c1fe
BLAKE2b-256 273ec37150d596d1ce5afc68675b4c60326a578a37dd2aabed5d0f8dcecc18c3

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page