Metadata-Version: 2.4
Name: daktela-paleo
Version: 0.0.9
Summary: Terminal UI for the Daktela Contact Center.
Project-URL: Homepage, https://github.com/Daktela/daktela-paleo-thick-client
Project-URL: Documentation, https://github.com/Daktela/daktela-paleo-thick-client
Project-URL: Repository, https://github.com/Daktela/daktela-paleo-thick-client
Author: Daktela
License-Expression: MIT
License-File: LICENSE
Keywords: daktela,terminal,textual,tui
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Terminals
Requires-Python: >=3.12
Requires-Dist: httpx>=0.28.1
Requires-Dist: markdownify>=1.2.2
Requires-Dist: pillow>=11.0.0
Requires-Dist: platformdirs>=4.9.4
Requires-Dist: pydantic>=2
Requires-Dist: textual>=6.2.1
Description-Content-Type: text/markdown

# daktela-paleo

`daktela-paleo` is a Python 3.12+ Textual application for building a keyboard-first terminal UI around Daktela Contact Center workflows.

## Install

Install the latest published build from PyPI with `pipx`:

```bash
pipx install daktela-paleo
```

Then run:

```bash
daktela-paleo
```

Hit `i` and log in to the instance. You will need a `user_token`. (If you are Daktela's customer ask daktela@daktela.com for creating one)

## Documentation

The project documentation lives under `docs/`.

- `docs/quick-start.md` covers first launch and connecting a Daktela instance.
- `docs/basic-navigation.md` covers the main-screen keyboard workflow.
- `docs/working-with-tickets.md` covers ticket editing and reply actions.
- `docs/index.md` is the overview page for the documentation site.

Contributor workflow and local development commands now live in `CONTRIBUTING.md`.

## Project Snapshot

- Runtime: Python `3.12+`
- Default contributor interpreter: Python `3.14`
- UI framework: `textual`
- Networking client: `httpx`
- Tooling: `uv`, `pytest`, `pyright`, `ruff`

## License

MIT. See `LICENSE`.
