Metadata-Version: 2.1
Name: splunk-add-on-ucc-framework
Version: 5.17.0
Summary: Splunk Add-on SDK formerly UCC is a build and code generation framework
Home-page: https://github.com/splunk/addonfactory-ucc-generator
License: Apache-2.0
Keywords: splunk
Author: Splunk
Author-email: addonfactory@splunk.com
Requires-Python: >=3.7,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
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: Topic :: Software Development :: Code Generators
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: PyYAML (>=6.0,<7.0)
Requires-Dist: addonfactory-splunk-conf-parser-lib (>=0.3.3,<0.4.0)
Requires-Dist: dunamai (>=1.9.0,<2.0.0)
Requires-Dist: jinja2 (>=2,<4)
Requires-Dist: jsonschema (>=4.4.0,<5.0.0)
Project-URL: Repository, https://github.com/splunk/addonfactory-ucc-generator
Description-Content-Type: text/markdown

# splunk-add-on-ucc-framework

![PyPI](https://img.shields.io/pypi/v/splunk-add-on-ucc-framework)
![Python](https://img.shields.io/pypi/pyversions/splunk-add-on-ucc-framework.svg)

## What is UCC?

UCC stands for  Universal Configuration Console. It is a service for generating Splunk Add-ons which is easily customizable and flexible.
UCC provides basic UI template for creating Addon's UI. It is helpful to control the activity by using hooks and other functionalities.

## Usage

For full usage instructions, please visit the [documentation](https://splunk.github.io/addonfactory-ucc-generator/).

## Communication channels

If you are a Splunker use: https://splunk.slack.com/archives/C03T8QCHBTJ

If you are a part of the community use: https://splunk-usergroups.slack.com/archives/C03SG3ZL4S1

## Contributing Guidelines

Go to [Contributing Guidelines](https://splunk.github.io/addonfactory-ucc-generator/contributing/).

