Metadata-Version: 2.4
Name: soldy
Version: 0.1.0
Summary: Minimal append-only dialogue logger.
Keywords: sold,logging,append-only,dialogue
Author: nphard001
Author-email: nphard001 <nphard001@gmail.com>
License-Expression: Apache-2.0
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Operating System :: OS Independent
Classifier: Typing :: Typed
Requires-Dist: anyio>=4.0
Requires-Dist: diskcache>=5.6
Requires-Dist: click>=8.1
Requires-Dist: psutil>=5.9
Requires-Python: >=3.10
Project-URL: Homepage, https://github.com/nphard001/soldy
Project-URL: Repository, https://github.com/nphard001/soldy
Project-URL: Issues, https://github.com/nphard001/soldy/issues
Description-Content-Type: text/markdown

# soldy

[![PyPI version](https://img.shields.io/pypi/v/soldy.svg)](https://pypi.org/project/soldy/)
[![Python versions](https://img.shields.io/pypi/pyversions/soldy.svg)](https://pypi.org/project/soldy/)
[![License](https://img.shields.io/pypi/l/soldy.svg)](https://github.com/nphard001/soldy/blob/main/LICENSE)

Minimal append-only dialogue logger.

## Installation

```bash
pip install soldy
```

## Usage

```bash
soldy log "Alice" "Hello, world"
```

## Requirements

- Python >= 3.10

## License

Apache-2.0
