Metadata-Version: 2.5
Name: run-manifest
Version: 0.1.0
Summary: Run Manifest creator
Project-URL: Homepage, https://codeberg.org/mionita1980/run-manifest
Project-URL: Source, https://codeberg.org/mionita1980/run-manifest
Author-email: Mihai Ionita <mionita1980@proton.me>
Requires-Python: >=3.14
Requires-Dist: python-dateutil>=2.8.2
Description-Content-Type: text/markdown

# Run Manifest

Run Manifest creator.

## Run

```bash
uvx run-manifest "2026-08-13 09:00:00" "2026-08-13 10:00:01"
uvx --from . run-manifest "2026-08-13 09:00:00" "2026-08-13 10:00:01" "test/file1.txt" "test/file2.json" "test/file3.md"

```

### Local Run

```bash
uvx --from . run-manifest
```
