RepMan: Repository Manager (alias: Project Manager)
Project description
Overview
RepMan or Repository Manager is written on python to serve as GitHub Repo Manager for the end users.
Have a lot of repositories you've been working on? Is it a hassle? RepMan is your solution.
What RepMan offers
- RepMan will organize all the github repos you have under one management.
- RepMan will help you find your repositories and update them (add, commit and push the changes.)
- RepMan will help you start working on your project right away with just one command.
- More to come.
Requirements
- python>=3.9
Note
-
Currently supports only Visual Studio Code as the default editor.
-
In MacOS arm64 and Debian Linux aarch64, if vscode and git are not installed, it will be automatically installed using
-i
or--init
option of RepMan. -
In other Operating Systems, it is recommended to have Visual Studio Code and Git pre-installed.
-
Git Installations
# for Debian Linux, sudo apt install git # for macOS, use homebrew or other package managers # for windows, download the windows installer from the git-scm website. # for installation using homebrew brew install git
For Other Operating systems, visit the official site of [ git ] to download respective supported versions of git.
-
Visual Studio Code Installation
# if you have home brew brew install --cask visual-studio-code
Else, Go to [ Visual Studio Code ] to download for your OS.
-
Supports all versions of Apple Laptops with Apple Silicon chip and arm64 architecture.
Git setup Note
Git requires git credential manager to log in to your account so that you can clone private repositories. In windows, it is by default installed while installing git using the gui installer. But in other Operating Systems, it needs to be installed and configured manually.
I'd suggest to use GitHub Cli instead to manage your credentials.
- Installation:
# using homebrew, brew install gh # or in debian Linux, sudo apt install gh
- setup
# run the following command in terminal and follow the steps gh auth login
Installation
RepMan is very easy to install.
# install using pip
pip install RepMan
# install by cloning this git repository.
git clone https://github.com/d33pster/RepMan.git
cd RepMan
pip install .
After installation, run the following command. (make sure to install vscode and git if you're not using the supported OS.)
repman -i
# or
repman --init
Usage
For usage, run
repman -h
# or
repman --help
For option specific help, run
repman <option> -h
# or
repman <option> --help
Usage screenshots
Supported OS and architectures and notes
- MacOS (Apple Silicon Chip - M series) (Arch - arm64) (Requires Homebrew)
- Linux (Debian) (Arch - aarch64)
- If your OS and arch is not listed here, just make sure to install VSCode and git on your own, rest is same.
Uninstall
Uninstall using pip
pip uninstall RepMan
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
Built Distribution
File details
Details for the file RepMan-1.0.5.tar.gz
.
File metadata
- Download URL: RepMan-1.0.5.tar.gz
- Upload date:
- Size: 13.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5695981efaef3581d8986b1d332bff0737fff653b0027d09b6b66803b4f6b643 |
|
MD5 | f07a58bdae96b2a3ee2493963fb00b55 |
|
BLAKE2b-256 | ceda61af244b76654c94449785dc2d0df61b83905fb261dc9fceef8bc8b5be91 |
File details
Details for the file RepMan-1.0.5-py3-none-any.whl
.
File metadata
- Download URL: RepMan-1.0.5-py3-none-any.whl
- Upload date:
- Size: 15.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9fd1b275054a5c55eab7c0db38e8139f8f8e0c6ee90193755149cfddb00c4a91 |
|
MD5 | af7442866c3e8eaa85dc7046079c011a |
|
BLAKE2b-256 | 8359b143452859fdcb8eadc0d1a1323d5f52125c6e980c3216a1aa436e1469aa |