Metadata-Version: 2.4
Name: slugsocial
Version: 0.0.52
Summary: Slug Social CLI shim (execs bundled Rust slugsocial) — uvx-friendly
License: MIT
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# `uvx slugsocial`

Ultra-thin shim that **execs the Rust `slugsocial` binary bundled in platform wheels**.

## Usage

Install/run:

```bash
uvx slugsocial --help
```

## Publish checklist (PyPI)

- Bump version in `packages/pypi/pyproject.toml`.
- Publish from `packages/pypi`:

```bash
python -m build
twine upload dist/*
```


