Apply, change, remove labels on multiple or single repos in one go
Project description
python-git-labeler
Apply, change, remove labels on multiple or single repos in one go
Explore the docs »
Report Bug
·
Request Feature
Table of Contents
- Table of Contents
- About The Project
- Getting Started
- Usage
- Roadmap
- Contributing
- License
- Contact
- Acknowledgements
About The Project
This tool was created out of necessity to manipulate labels on multiple repos.
Built With
- Python
- Poetry
- Git
- Yaml
Getting Started
Prerequisites
- Install git cli
- Install python
Installation
- Install the app with pip
pip3 install --user git-labeler
Usage
A config file is required in order to use the application example:
github_api_url: https://api.github.com
labels:
- color: ff0000
description: This is a description
name: example1
state: present
- color: ff0000
description: This is a description
name: example2
state: present
- color: ff0000
description: This is a description
name: example3
state: absent
repos:
- name: test1
url: git@github.com:stiliajohny/test1.git
- name: test2
url: git@github.com:stiliajohny/test2.git
Roadmap
See the open issues for a list of proposed features (and known issues).
Contributing
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
License
Distributed under the GPLv3 License. See LICENSE
for more information.
Contact
John Stilia - stilia.johny@gmail.com
Acknowledgements
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 Distribution
Built Distribution
File details
Details for the file git-labeler-0.1.2.tar.gz
.
File metadata
- Download URL: git-labeler-0.1.2.tar.gz
- Upload date:
- Size: 19.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.10.2 Linux/5.13.0-1017-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4b8896d91510034d29cca37195d94550d20aae7255841a378fb3793023c38cab |
|
MD5 | 4b2b1c91dd408daaaca4b329cf9626ef |
|
BLAKE2b-256 | 61d1aa6370cffc37d6180d428fa24a1b14ee953939a2f729721091bdeed4fc89 |
File details
Details for the file git_labeler-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: git_labeler-0.1.2-py3-none-any.whl
- Upload date:
- Size: 20.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.10.2 Linux/5.13.0-1017-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 49fd7c2965a8b16bc49bd6f4bcb7d85f2ac848cbdf9757c94c9932a5d73fd3f5 |
|
MD5 | bb2a4d096b55df321b4e52089ee17f53 |
|
BLAKE2b-256 | 07b0220cb8a46c875b36b0597eea4d7b72786c97586875f0036cfbeabdea73f7 |