Metadata-Version: 2.4
Name: uyendecompile
Version: 0.1.0
Summary: A troll CLI package.
Project-URL: Homepage, https://github.com/ngocuyensie/uyendecompile
Project-URL: Repository, https://github.com/ngocuyensie/uyendecompile
Author: ngocuyensie
License-Expression: MIT
License-File: LICENSE
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# uyendecompile

Troll package for demo publishing to PyPI.

## Install

```bash
pip install uyendecompile
```

## Usage

```bash
uyendecompile -h
# use uyendecompile <file.pyc> <file out>
```

```bash
uyendecompile anything.pyc out.py
# troll
```

## Auto publish to PyPI

Push a tag like `v0.1.0` to trigger GitHub Actions publish job:

```bash
git tag v0.1.0
git push origin v0.1.0
```

Configure Trusted Publishing in PyPI for this repository.
