Metadata-Version: 2.4
Name: aclip
Version: 0.3.4
Summary: Short-name alias for rendo-aclip; see the canonical package page for full documentation
Author: Rendo Studio
License-Expression: MIT
Project-URL: Homepage, https://github.com/rendo-studio/aclip
Project-URL: Repository, https://github.com/rendo-studio/aclip
Project-URL: Issues, https://github.com/rendo-studio/aclip/issues
Keywords: aclip,alias,rendo,sdk
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: rendo-aclip==0.3.4

# aclip

`aclip` is the official short-name Python package for the ACLIP Python SDK.

It is published in lockstep with `rendo-aclip` and installs the same SDK release:

- `aclip` if you want the shortest install command
- `rendo-aclip` if you want the canonical dependency name in project manifests

This alias package intentionally keeps its description minimal.
For the full SDK documentation, examples, release notes, and current API guidance, see the canonical package page:

- <https://pypi.org/project/rendo-aclip/>

## Install

```bash
pip install aclip
```

Canonical install:

```bash
pip install rendo-aclip
```

Either way, the import path is:

```python
from aclip import AclipApp
```

Installing `aclip==0.3.4` installs `rendo-aclip==0.3.4`.
