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

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.4.1.post28.tar.gz (138.7 kB view details)

Uploaded Source

Built Distribution

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

gitrepo-2.4.1.post28-py2.py3-none-any.whl (174.4 kB view details)

Uploaded Python 2Python 3

File details

Details for the file gitrepo-2.4.1.post28.tar.gz.

File metadata

  • Download URL: gitrepo-2.4.1.post28.tar.gz
  • Upload date:
  • Size: 138.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.4

File hashes

Hashes for gitrepo-2.4.1.post28.tar.gz
Algorithm Hash digest
SHA256 a0cee9b987c7906379e23c94f739ee2cedfba986d4b1009cbcf737f30d13595a
MD5 ca63e1b9435674ba8cf3d41cf58fc21a
BLAKE2b-256 7c42e9bc68ed1afe4dc34ed2047aba8859577ce9161990539404d36243f90355

See more details on using hashes here.

File details

Details for the file gitrepo-2.4.1.post28-py2.py3-none-any.whl.

File metadata

  • Download URL: gitrepo-2.4.1.post28-py2.py3-none-any.whl
  • Upload date:
  • Size: 174.4 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.4

File hashes

Hashes for gitrepo-2.4.1.post28-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 e260a74a0027ed91d5a8d29c0158292c309aa0ad9f4d5fb79da86a6665d584e8
MD5 b03ac535987a80b81eed7d76b0a3a292
BLAKE2b-256 32a810c2a89503cd49c492ed76385a277cfcdd84284af443562f608745fd8696

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