A tool to clone efficiently all the repos in an organization
Project description
cloner
A tool to clone efficiently all the repos in an organization
Install
pip install wr-cloner
Yes, it's called wr-cloner in PyPi, since cloner was already taken :sad:
Usage
Usage: cloner [OPTIONS] GITHUB_ORGANIZATION
Clones all visible repositories for a given organization.
Options:
--version Show the version and exit.
--token TEXT GitHub token to read private repos. This
parameter is needed when cloning from an
GitHub Enterprise server.
--ghe TEXT GitHub Enterprise URL. It needs the
GITHUB_ORGANIZATION parameter to clone repos
from there and the TOKEN option as well.
--threads INTEGER Number of threads and processes to use.
[default: 4]
--logging [ERROR|WARNING|INFO|DEBUG]
Logging level [default: INFO]
--path TEXT Sets a path where to clone the repositories
(eg: ./another/path/)
--help Show this message and exit.
Examples
# For github.com with 8 threads
cloner --threads 8 GITHUB_ORGANIZATION
# For GHE
cloner --ghe GHE_URL --token SUPER_SECURE_TOKEN GITHUB_ORGANIZATION
Contributing
Check the CONTRIBUTING.md file.
Security
Follow the instructions in the SECURITY.md file.
License
Other & Troubleshooting
Multithreading doesn't work to clone repos, since the os.system
call is 1 for each PID. The splitting is done with
multithreading, the cloning with multiprocessing. Same amount of threads and processes.
Star History
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
wr-cloner-1.7.0.tar.gz
(8.4 kB
view hashes)
Built Distribution
Close
Hashes for wr_cloner-1.7.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a665aeee8159102ef07bedfb36106fc3776cfe0bfa79ddb564cd811efbcc9bed |
|
MD5 | 22838d4b4f609d743dec2d6a5b3c3527 |
|
BLAKE2b-256 | 078634ef4c2d7451f6f899af224270954c8ab46c9c912b00bccf9a3afeaf02e4 |