Metadata-Version: 2.4
Name: splemgen
Version: 0.1.2
Summary: CLI tool for generating Splunk event_management lookup queries
License-File: LICENSE
Author: Dallas-x
Author-email: dallas@dallasbaker.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: platformdirs (>=4.9.4,<5.0.0)
Requires-Dist: pyperclip (>=1.11.0,<2.0.0)
Description-Content-Type: text/markdown


# spl-em-gen

A CLI tool that generates Splunk queries to update event management lookups.

## Description

`spl-em-gen` simplifies the process of creating Splunk queries for updating event management lookup tables. It provides an easy-to-use command-line interface to generate properly formatted SPL (Search Processing Language) commands.

## Installation

```bash
pip3 install splemgen
```

## Usage

```bash
spl-em-gen [options]
```

### Options

- `-h, --help` - Display help information
- `-v, --version` - Display version number

## Features

- Generate Splunk lookup update queries
- Support for event management configurations
- Formatted output ready for Splunk deployment

## Contributing

Contributions are welcome. Please submit pull requests or issues.

## License

MIT

