https://github.com/stiliajohny/python-git-labeler
Apply, change, remove labels on multiple or single repos in one go
https://github.com/stiliajohny/python-git-labeler
git git-labelmaker github label-editor labels
Last synced: 7 months ago
JSON representation
Apply, change, remove labels on multiple or single repos in one go
- Host: GitHub
- URL: https://github.com/stiliajohny/python-git-labeler
- Owner: stiliajohny
- License: gpl-3.0
- Created: 2022-04-06T00:41:02.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-08-11T20:09:14.000Z (over 2 years ago)
- Last Synced: 2025-09-03T11:52:30.237Z (8 months ago)
- Topics: git, git-labelmaker, github, label-editor, labels
- Language: Python
- Homepage: https://stiliajohny.github.io/python-git-labeler/
- Size: 67.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![GPL3 License][license-shield]][license-url]
[![LinkedIn][linkedin-shield]][linkedin-url]
[![Ask Me Anything][ask-me-anything]][personal-page]
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](#table-of-contents)
- [About The Project](#about-the-project)
- [Built With](#built-with)
- [Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [Usage](#usage)
- [Roadmap](#roadmap)
- [Contributing](#contributing)
- [License](#license)
- [Contact](#contact)
- [Acknowledgements](#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:
```yaml
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](https://github.com/stiliajohny/python-git-labeler/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**.
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request
---
## License
Distributed under the GPLv3 License. See `LICENSE` for more information.
## Contact
John Stilia - stilia.johny@gmail.com
---
## Acknowledgements
- [GitHub Emoji Cheat Sheet](https://www.webpagefx.com/tools/emoji-cheat-sheet)
- [Img Shields](https://shields.io)
- [Choose an Open Source License](https://choosealicense.com)
- [GitHub Pages](https://pages.github.com)
[contributors-shield]: https://img.shields.io/github/contributors/stiliajohny/python-git-labeler.svg?style=for-the-badge
[contributors-url]: https://github.com/stiliajohny/python-git-labeler/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/stiliajohny/python-git-labeler.svg?style=for-the-badge
[forks-url]: https://github.com/stiliajohny/python-git-labeler/network/members
[stars-shield]: https://img.shields.io/github/stars/stiliajohny/python-git-labeler.svg?style=for-the-badge
[stars-url]: https://github.com/stiliajohny/python-git-labeler/stargazers
[issues-shield]: https://img.shields.io/github/issues/stiliajohny/python-git-labeler.svg?style=for-the-badge
[issues-url]: https://github.com/stiliajohny/python-git-labeler/issues
[license-shield]: https://img.shields.io/github/license/stiliajohny/python-git-labeler?style=for-the-badge
[license-url]: https://github.com/stiliajohny/python-git-labeler/blob/master/LICENSE.txt
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://linkedin.com/in/johnstilia/
[product-screenshot]: .assets/screenshot.png
[ask-me-anything]: https://img.shields.io/badge/Ask%20me-anything-1abc9c.svg?style=for-the-badge
[personal-page]: https://github.com/stiliajohny