Metadata-Version: 2.1
Name: eulerinstall
Version: 3.0.9
Summary: EulerOS installer - guided, templates etc.
Author: Anton Hvornum
Author-email: Anton Hvornum <anton@hvornum.se>
License: GPL-3.0-only
Project-URL: Home, https://openeuler.org
Project-URL: Documentation, https://eulerinstall.readthedocs.io/
Project-URL: Source, https://github.com/openeuler/eulerinstall
Keywords: linux,euler,eulerinstall,installer
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Provides-Extra: dev
Provides-Extra: doc
Provides-Extra: log
License-File: LICENSE

# EulerInstall

EulerInstall is an installation tool for EulerOS.

## Description

This package provides installation utilities for EulerOS systems.

## Installation

Use the package manager to install eulerinstall:

```bash
pip install eulerinstall
```

## Usage

```python
import eulerinstall
# Your code here
```

## License

This project is licensed under the GPL-3.0 License - see the LICENSE file for details.
