Metadata-Version: 2.4
Name: dusted
Version: 1.4.0
Summary: Dustforce replay editor
Author: Alex Morson
Author-email: Alex Morson <alexmorson@btinternet.com>
License-Expression: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Dist: appdirs>=1.4.4
Requires-Dist: dustmaker>=1.2.0
Requires-Dist: requests>=2.32.5
Requires-Python: >=3.10
Project-URL: Source, https://github.com/alexmorson/dusted
Description-Content-Type: text/markdown

# Dusted

An offline editor for Dustforce replays, largely based on dustkid.com's replay composer.

## Installation

```
pip install dusted
```

For extra features, copy `plugin/tas.as` to `~dustforce/user/script_src`, compile as an in-game plugin, and enable it.

On linux, the program `unbuffer` is required, which can be installed with `sudo apt-get install expect` (or equivalent depending on your distribution).

## Usage

Run the editor with

```
python -m dusted
```

or, if the python scripts directory is on the PATH

```
dusted
```
