Manage your git projects
Project description
Repository Manager
Version: 0.0.5
Manage your Git projects
Run all Git supported tasks using Git Actions command
Usage:
Short Flag | Long Flag | Description |
---|---|---|
-h | --help | See Usage |
-f | --file | File with repository links |
-c | --clone | Clone projects specified |
-p | --pull | Pull projects in parent directory |
-d | --directory | Directory to clone/pull projects |
-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'
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.0.5-py2.py3-none-any.whl
.
File metadata
- Download URL: repository_manager-0.0.5-py2.py3-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 20c526e7dbcc067c50d55ca2817dce470ba7cd343397d0148364189b6e8f8a8d |
|
MD5 | 204c2f57811b9842523104df25c068d7 |
|
BLAKE2b-256 | 85cc43a701e81e0a2ced47f96da11fc2f12561653d4926044526051d3b924383 |