Manage your git projects
Project description
Repository Manager
Version: 0.8.4
Manage your Git projects
Run all Git supported tasks using Git Actions command
This repository is actively maintained - Contributions are welcome!
Usage:
Short Flag | Long Flag | Description |
---|---|---|
-h | --help | See Usage |
-b | --default-branch | Checkout default branch |
-c | --clone | Clone projects specified |
-d | --directory | Directory to clone/pull projects |
-f | --file | File with repository links |
-p | --pull | Pull projects in parent directory |
-r | --repositories | Comma separated Git URLs |
-t | --threads | Number of parallel threads - Default 4 |
Example:
Run through CLI
repository-manager \
--clone \
--pull \
--directory '/home/user/Downloads' \
--file '/home/user/Downloads/repositories.txt' \
--repositories 'https://github.com/Knucklessg1/media-downloader,https://github.com/Knucklessg1/genius-bot' \
--threads 8
Use directly in Python
from repository_manager import Git
gitlab = Git()
gitlab.set_repository_directory("<directory>")
gitlab.set_threads(threads=8)
gitlab.set_git_projects("<projects>")
gitlab.set_default_branch(set_to_default_branch=True)
gitlab.clone_projects_in_parallel()
gitlab.pull_projects_in_parallel()
Installation Instructions:
Install Python Package
python -m pip install repository-manager
Geniusbot Application
Use with a GUI through Geniusbot
Visit our GitHub for more information
Installation Instructions with Geniusbot:
Install Python Package
python -m pip install geniusbot
Repository Owners:
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file repository_manager-0.8.4-py2.py3-none-any.whl
.
File metadata
- Download URL: repository_manager-0.8.4-py2.py3-none-any.whl
- Upload date:
- Size: 6.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 12938f6d5dfc333697f8d3c5198b6702efa62ce9296434d307badcbd4014c79c |
|
MD5 | e6bc8cb6501fa782138c6a0bdd770cab |
|
BLAKE2b-256 | 29836a4cd737962e7b7aaa2c51637cd9896752a41195fb985256c4401b8e3346 |