Metadata-Version: 2.2
Name: assetkit
Version: 0.1.1
Summary: A Python toolkit for managing runtime asset packages
Author-email: docdann <docdann@proton.me>
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# AssetKit

AssetKit is a lightweight Python SDK and CLI toolkit for packaging, discovering, and composing structured runtime asset packages.

## Features
- Auto-discovery of asset packages via entry points
- Structured asset access through AssetManager
- Easy scaffolding of asset packages
- Runtime asset loading from installed packages

## Quick Start

```bash
pip install assetkit
assetkit new myplugin
```

See `USAGE.md` for full walkthrough.
