Manage your git projects
Project description
Repository Manager
Version: 0.2.1
Manage your Git projects
Run all Git supported tasks using Git Actions command
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 |
Example:
git-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'
Install Instructions
Install Python Package
python -m pip install repository-manager
Build Instructions
Build Python Package
sudo chmod +x ./*.py
sudo pip install .
python3 setup.py bdist_wheel --universal
# Test Pypi
twine upload --repository-url https://test.pypi.org/legacy/ dist/* --verbose -u "Username" -p "Password"
# Prod Pypi
twine upload dist/* --verbose -u "Username" -p "Password"
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.2.1-py2.py3-none-any.whl
.
File metadata
- Download URL: repository_manager-0.2.1-py2.py3-none-any.whl
- Upload date:
- Size: 5.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 48912157412acdb9aa94182f1fac27afaf3d3e01b646ee0dc67ae5ff0523162c |
|
MD5 | 6d315ea86cdc4bb7e742123fc6e4984e |
|
BLAKE2b-256 | 67b967f3fee3f6c29149c95355de00de36df6345f0439b3bf9968683138d07de |