https://github.com/wemake-services/kira-setup
🐿 Kira's micro-bot to setup new projects
https://github.com/wemake-services/kira-setup
bot gitlab gitlab-bot gitlab-ci kira-bot rsdp wemake-services
Last synced: 3 months ago
JSON representation
🐿 Kira's micro-bot to setup new projects
- Host: GitHub
- URL: https://github.com/wemake-services/kira-setup
- Owner: wemake-services
- License: mit
- Created: 2019-04-05T04:34:06.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-07-04T09:45:02.000Z (11 months ago)
- Last Synced: 2026-02-12T05:35:22.212Z (4 months ago)
- Topics: bot, gitlab, gitlab-bot, gitlab-ci, kira-bot, rsdp, wemake-services
- Language: Python
- Homepage: https://pypi.org/project/kira-setup/
- Size: 131 KB
- Stars: 5
- Watchers: 1
- Forks: 4
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Kira Setup Bot
[](https://wemake.services)
[](https://github.com/wemake-services/kira)
[](https://travis-ci.org/wemake-services/kira-setup)
[](https://github.com/wemake-services/wemake-python-styleguide)
[](https://github.com/wemake-services/kira-setup/pulls?utf8=%E2%9C%93&q=is%3Apr%20author%3Aapp%2Fdependabot)
CLI utility to automate routine work with creating new projects.
Part of the [`@kira`](https://github.com/wemake-services/kira) bots family.
## Installation
```
pip install kira-setup
```
## Running
```
kira-setup group_or_user_name/project_name --token=YOUR_ACCESS_TOKEN
```
## Features
We use this CLI to setup high quality standards for our repository.
Features that we care about:
1. Protected `master` and tags for releases only
2. Mandatory code reviews
3. Integration with [`kira-stale`](https://github.com/wemake-services/kira-stale) and [`kira-release`](https://github.com/wemake-services/kira-release)