Name | RepMan JSON |
Version |
1.0.5
JSON |
| download |
home_page | None |
Summary | RepMan: Repository Manager (alias: Project Manager) |
upload_time | 2024-04-10 17:45:21 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.12 |
license | MIT License Copyright (c) 2024 Soumyo Deep Gupta Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
keywords |
d33pster
repman
repman
repo man
repository manager
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
[![Build status](https://ci.appveyor.com/api/projects/status/bbptf69j4n86fthj?svg=true)](https://ci.appveyor.com/project/d33pster/repman)
![PyPI - Version](https://img.shields.io/pypi/v/RepMan?color=bright%20green)
![PyPI - Wheel](https://img.shields.io/pypi/wheel/RepMan)
![Python Version from PEP 621 TOML](https://img.shields.io/python/required-version-toml?tomlFilePath=https%3A%2F%2Fraw.githubusercontent.com%2Fd33pster%2FRepMan%2Fmain%2Fpyproject.toml)
![Libraries.io dependency status for latest release](https://img.shields.io/librariesio/release/pypi/RepMan)
![GitHub License](https://img.shields.io/github/license/d33pster/RepMan)
# 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
```bash
# 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](https://git-scm.com/downloads) ] to download respective supported versions of git.
- Visual Studio Code Installation
```bash
# if you have home brew
brew install --cask visual-studio-code
```
Else, Go to [ [Visual Studio Code](https://code.visualstudio.com/download) ] 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:
```bash
# using homebrew,
brew install gh
# or in debian Linux,
sudo apt install gh
```
- setup
```bash
# run the following command in terminal and follow the steps
gh auth login
```
## Installation
RepMan is very easy to install.
```bash
# install using pip
pip install RepMan
```
```bash
# 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.)
```bash
repman -i
# or
repman --init
```
## Usage
For usage, run
```bash
repman -h
# or
repman --help
```
For option specific help, run
```bash
repman <option> -h
# or
repman <option> --help
```
## Usage screenshots
<img src='images/update.png'>
## 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
```bash
pip uninstall RepMan
```
Raw data
{
"_id": null,
"home_page": null,
"name": "RepMan",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.12",
"maintainer_email": "Soumyo Deep Gupta <deep.main.ac@gmail.com>",
"keywords": "d33pster, repman, RepMan, Repo Man, Repository Manager",
"author": null,
"author_email": "Soumyo Deep Gupta <deep.main.ac@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/ce/da/61af244b76654c94449785dc2d0df61b83905fb261dc9fceef8bc8b5be91/RepMan-1.0.5.tar.gz",
"platform": null,
"description": "[![Build status](https://ci.appveyor.com/api/projects/status/bbptf69j4n86fthj?svg=true)](https://ci.appveyor.com/project/d33pster/repman)\n![PyPI - Version](https://img.shields.io/pypi/v/RepMan?color=bright%20green)\n![PyPI - Wheel](https://img.shields.io/pypi/wheel/RepMan)\n![Python Version from PEP 621 TOML](https://img.shields.io/python/required-version-toml?tomlFilePath=https%3A%2F%2Fraw.githubusercontent.com%2Fd33pster%2FRepMan%2Fmain%2Fpyproject.toml)\n![Libraries.io dependency status for latest release](https://img.shields.io/librariesio/release/pypi/RepMan)\n![GitHub License](https://img.shields.io/github/license/d33pster/RepMan)\n\n# Overview\n\nRepMan or Repository Manager is written on python to serve as GitHub Repo Manager for the end users.\n\nHave a lot of repositories you've been working on? Is it a hassle? RepMan is your solution.\n\n## What RepMan offers\n\n- RepMan will organize all the github repos you have under one management.\n- RepMan will help you find your repositories and update them (add, commit and push the changes.)\n- RepMan will help you start working on your project right away with just one command.\n- More to come.\n\n## Requirements\n\n- python>=3.9\n\n### Note\n\n- Currently supports only Visual Studio Code as the default editor.\n- 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.\n- In other Operating Systems, it is recommended to have Visual Studio Code and Git pre-installed.\n\n- Git Installations\n ```bash\n # for Debian Linux,\n sudo apt install git\n\n # for macOS, use homebrew or other package managers\n\n # for windows, download the windows installer from the git-scm website.\n\n # for installation using homebrew\n brew install git\n ```\n For Other Operating systems, visit the official site of [ [git](https://git-scm.com/downloads) ] to download respective supported versions of git.\n\n- Visual Studio Code Installation\n\n ```bash\n # if you have home brew\n brew install --cask visual-studio-code\n ```\n Else, Go to [ [Visual Studio Code](https://code.visualstudio.com/download) ] to download for your OS.\n\n- Supports all versions of Apple Laptops with Apple Silicon chip and arm64 architecture.\n\n### Git setup Note\n\nGit 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.\n\nI'd suggest to use GitHub Cli instead to manage your credentials.\n\n- Installation:\n ```bash\n # using homebrew,\n brew install gh\n\n # or in debian Linux,\n sudo apt install gh\n ```\n- setup\n ```bash\n # run the following command in terminal and follow the steps \n gh auth login\n ```\n\n## Installation\n\nRepMan is very easy to install.\n\n```bash\n# install using pip\n\npip install RepMan\n```\n```bash\n# install by cloning this git repository.\n\ngit clone https://github.com/d33pster/RepMan.git\ncd RepMan\npip install .\n```\n\nAfter installation, run the following command. (make sure to install vscode and git if you're not using the supported OS.)\n```bash\nrepman -i\n\n# or\n\nrepman --init\n```\n\n## Usage\n\nFor usage, run\n\n```bash\nrepman -h\n\n# or\n\nrepman --help\n```\n\nFor option specific help, run\n\n```bash\nrepman <option> -h\n\n# or \n\nrepman <option> --help\n```\n\n## Usage screenshots\n\n<img src='images/update.png'>\n\n## Supported OS and architectures and notes\n- MacOS (Apple Silicon Chip - M series) (Arch - arm64) (Requires Homebrew)\n- Linux (Debian) (Arch - aarch64)\n- **If your OS and arch is not listed here, just make sure to install VSCode and git on your own, rest is same.**\n\n## Uninstall\n\nUninstall using pip\n```bash\npip uninstall RepMan\n```\n",
"bugtrack_url": null,
"license": "MIT License Copyright (c) 2024 Soumyo Deep Gupta Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
"summary": "RepMan: Repository Manager (alias: Project Manager)",
"version": "1.0.5",
"project_urls": {
"GitHub": "https://github.com/d33pster/RepMan",
"Homepage": "https://d33pster.github.io/RepMan/",
"Issues": "https://github.com/d33pster/RepMan/issues"
},
"split_keywords": [
"d33pster",
" repman",
" repman",
" repo man",
" repository manager"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "8359b143452859fdcb8eadc0d1a1323d5f52125c6e980c3216a1aa436e1469aa",
"md5": "af7442866c3e8eaa85dc7046079c011a",
"sha256": "9fd1b275054a5c55eab7c0db38e8139f8f8e0c6ee90193755149cfddb00c4a91"
},
"downloads": -1,
"filename": "RepMan-1.0.5-py3-none-any.whl",
"has_sig": false,
"md5_digest": "af7442866c3e8eaa85dc7046079c011a",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.12",
"size": 15344,
"upload_time": "2024-04-10T17:45:19",
"upload_time_iso_8601": "2024-04-10T17:45:19.586907Z",
"url": "https://files.pythonhosted.org/packages/83/59/b143452859fdcb8eadc0d1a1323d5f52125c6e980c3216a1aa436e1469aa/RepMan-1.0.5-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ceda61af244b76654c94449785dc2d0df61b83905fb261dc9fceef8bc8b5be91",
"md5": "f07a58bdae96b2a3ee2493963fb00b55",
"sha256": "5695981efaef3581d8986b1d332bff0737fff653b0027d09b6b66803b4f6b643"
},
"downloads": -1,
"filename": "RepMan-1.0.5.tar.gz",
"has_sig": false,
"md5_digest": "f07a58bdae96b2a3ee2493963fb00b55",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.12",
"size": 13591,
"upload_time": "2024-04-10T17:45:21",
"upload_time_iso_8601": "2024-04-10T17:45:21.558966Z",
"url": "https://files.pythonhosted.org/packages/ce/da/61af244b76654c94449785dc2d0df61b83905fb261dc9fceef8bc8b5be91/RepMan-1.0.5.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-04-10 17:45:21",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "d33pster",
"github_project": "RepMan",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "repman"
}