Metadata-Version: 2.1
Name: fown
Version: 0.1.0
Summary: Tiny Python CLI to automate GitHub labels and projects.
License: MIT
Author: bamjun
Author-email: khy5116@naver.com
Requires-Python: >=3.12,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Description-Content-Type: text/markdown


# fown

Tiny Python CLI to automate GitHub labels and projects using the GitHub CLI.

## Features

- Create, update, and sync GitHub labels easily
- Manage GitHub projects automatically
- Batch operations via simple config files
- Fast and minimal setup
- Powered by GitHub CLI (`gh`)

## Installation

```bash
pip install fown
```

## Quick Start

```bash
# Apply labels from a file
fown labels apply --repo your-username/your-repo --file labels.yaml

# Sync project settings
fown projects sync --repo your-username/your-repo --config project_config.yaml
```

## Requirements

- Python 3.8+
- GitHub CLI (`gh`) installed and authenticated

Install GitHub CLI:  
https://cli.github.com/

## Usage

You can use `fown` commands to:

- Batch create/update labels
- Manage multiple repositories at once
- Sync project settings from templates

More usage examples are coming soon!

## Docs

[Pypi for TestServer](https://test.pypi.org/project/fown/)
[Pypi for MainServer]()
[Github](https://github.com/bamjun/fown)

## License

MIT License

