Metadata-Version: 2.4
Name: mansil
Version: 0.1.2
Summary: Multi-language ANSI codes library
Author: Vieolo B.V.
License-Expression: MIT
License-File: LICENSE
Keywords: ansi,colors,escape-codes,terminal
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# mansil
Mansil is a ***M***ulti-language ***ANSI*** escape code ***L***ibrary

It provides the commonly used ANSI escape codes and helper functions for:

- Dart
- Go
- JS/TS
- Python
- Rust


## Install

```bash
# Dart
dart pub add mansil

# Go
go get github.com/vieolo/mansil

# JS/TS
npm install @vieolo/mansil

# Python
pip install mansil # using pip
uv add mansil # using uv

# Rust
cargo add mansil
```
