Skip to main content

Repo helps manage many Git repositories, does the uploads to revision control systems, and automates parts of the development workflow.

Project description

This not the official git-repo. See details

repo

Repo is a tool built on top of Git. Repo helps manage many Git repositories, does the uploads to revision control systems, and automates parts of the development workflow. Repo is not meant to replace Git, only to make it easier to work with Git. The repo command is an executable Python script that you can put anywhere in your path.

Contact

Please use the repo-discuss mailing list or issue tracker for questions.

You can file a new bug report under the "repo" component.

Please do not e-mail individual developers for support. They do not have the bandwidth for it, and often times questions have already been asked on repo-discuss or bugs posted to the issue tracker. So please search those sites first.

Install

Many distros include repo, so you might be able to install from there.

# Debian/Ubuntu.
$ sudo apt-get install repo

# Gentoo.
$ sudo emerge dev-vcs/repo

You can install it manually as well as it's a single script.

$ mkdir -p ~/.bin
$ PATH="${HOME}/.bin:${PATH}"
$ curl https://storage.googleapis.com/git-repo-downloads/repo > ~/.bin/repo
$ chmod a+rx ~/.bin/repo

About pypi version

Version in pypi is not the official version from google, but a friendly fork (https://github.com/tardyp/google-repo), with support for normal setup.py style installation

  • local imports replaced by module imports, "repo" being the name of the python module
  • subcommand discovery uses the python entrypoint system
  • support for custom repo subcommand in an separate python package

It would be difficult to support a version that supports all of that and the legacy installation mode, this is why we didn't work on upstreaming it yet.

This version is used in a large installation and backup by automated internal tests that we cannot really share yet (as dependent on our infra)

Installation

pip3 install --user gitrepo

Custom commands

  • create a python module starting from any example in the repo/subcmds directory

  • add an entrypoint to your setup.py module:

  setup(...,
    install_requires=["gitrepo"],
    entry_points={
      'repo.subcmds': [
        'my_custom_cmd = mycustomrepo.my_custom_cmd:CustomCmd',
    }
  )

Then you can ask your developers to install your own mycustomrepo package instead of the gitrepo package.

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

gitrepo-2.15.3.post1.tar.gz (159.3 kB view details)

Uploaded Source

Built Distribution

gitrepo-2.15.3.post1-py2.py3-none-any.whl (195.8 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file gitrepo-2.15.3.post1.tar.gz.

File metadata

  • Download URL: gitrepo-2.15.3.post1.tar.gz
  • Upload date:
  • Size: 159.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.4

File hashes

Hashes for gitrepo-2.15.3.post1.tar.gz
Algorithm Hash digest
SHA256 fd6245a66a980d70cb743b5959b6f7ed6707c8e639b0f1862d6cd4883b261060
MD5 3d8c8f6a07b9cf592215fddd20f72182
BLAKE2b-256 1e50a0446f48a017e938941a2906f8ded3627612c152c5c9e84ef20dbcf3e96a

See more details on using hashes here.

Provenance

File details

Details for the file gitrepo-2.15.3.post1-py2.py3-none-any.whl.

File metadata

  • Download URL: gitrepo-2.15.3.post1-py2.py3-none-any.whl
  • Upload date:
  • Size: 195.8 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.4

File hashes

Hashes for gitrepo-2.15.3.post1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 1dde20e8cdfb42a9d16af99251d321978a0fdf408cc83089fa190bde9d316704
MD5 7b18babd225b505f24efc89869193634
BLAKE2b-256 05ef14ff60c5ce12a4ab965a4a43dc73af834cda0c3873565203abbf21d09cc8

See more details on using hashes here.

Provenance

Supported by

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