Metadata-Version: 2.1
Name: osi-dump
Version: 0.1.3.2.7
Summary: OpenStack information dump tool
Author: TVKain
License: Apache-2.0
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: typer
Requires-Dist: openstacksdk
Requires-Dist: pydantic
Requires-Dist: pandas
Requires-Dist: openpyxl
Requires-Dist: numpy
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'

# OpenStack Information Dump 

## Set up

Create virtual environment 

```
python3 -m venv venv 
```

Install packages

```
pip install . 
```

## Execute 

```
Usage: osi-dump [OPTIONS] FILE_PATH [OUTPUT_PATH]
```

