Metadata-Version: 2.4
Name: rhsupportcli
Version: 99.0.202509151739
Summary: GLPI client
Author-email: Karim Boumedhel <karimboumedhel@gmail.com>
License: ASL
Project-URL: Homepage, http://github.com/karmab/glpic
Description-Content-Type: text/markdown
Requires-Dist: fastmcp
Requires-Dist: prettytable

This repo contains code for a lightweight client to interact with GLPI

# Preparation

# Requirements

- Available glpi instance
- valid user and API token
- prettytable python library

## env variables

store your creds in any env file such as [glpic.env.sample](glpic.env.sample) and set data accordingly

# Installation

```
pip3 install glpic
```

# How to use

```
glpic list computers
```

```
glpic info computer $computer
```

```
glpic list reservations
```

```
glpic info reservation $reservation
```

```
glpic update reservation $reservation -P end=20240601
```
