Metadata-Version: 2.1
Name: sinaraX
Version: 1.0.1
Summary: sinaraX - TUI for sinaraml cli
Home-page: https://github.com/MiXaiLL76/sinaraX
Author: MiXaiLL76
Author-email: mike.milos@yandex.ru
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: textual
Requires-Dist: sinaraml

# SinaraX is a TUI for the [sinaraml](https://github.com/4-DS/sinaraml) library

## Motivation

It is convenient to have a cli, but it is even more convenient to have a graphical interface for managing this cli.  
As a regular user of [sinaraml](https://github.com/4-DS), I have developed a basic version of the sinaraX library.  
It covers the capabilities of managing servers in [sinaraml](https://github.com/4-DS/sinaraml) without using commands in the console.  

## Installation

```bash
pip install sinaraX
```

## Quick Start

```bash
SinaraX
```

### Main Screen

![main](https://github.com/MiXaiLL76/sinaraX/raw/main/images/main.png)

### Server Screen

![server](https://github.com/MiXaiLL76/sinaraX/raw/main/images/server.png)
