Metadata-Version: 2.4
Name: splunk-appinspect
Version: 4.2.1
Summary: Automatic validation checks for Splunk Apps
Project-URL: Homepage, https://splunk.com
Project-URL: Repository, https://dev.splunk.com/goto/appinspectdownload
Author-email: Splunk <devsupport-splunk@cisco.com>
License: Proprietary
License-File: LICENSE
Keywords: AppInspect,Certification,Splunk,Splunk AppInspect,Testing
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Utilities
Requires-Python: >=3.7
Requires-Dist: beautifulsoup4==4.10.0
Requires-Dist: chardet==3.0.4
Requires-Dist: click>=8.0.0
Requires-Dist: croniter<2.0.0,>=0.3.34
Requires-Dist: defusedxml==0.7.1
Requires-Dist: jinja2<4.0.0,>=3.1.6
Requires-Dist: lxml<6.0.0,>=5.3.0
Requires-Dist: mako<2.0.0,>=1.0.12
Requires-Dist: markdown<4.0.0,>=3.1.1
Requires-Dist: packaging-legacy==23.0
Requires-Dist: painter<1.0.0,>=0.3.1
Requires-Dist: python-magic-bin==0.4.14; sys_platform == 'win32'
Requires-Dist: python-magic==0.4.24; sys_platform != 'win32'
Requires-Dist: pywin32==310; sys_platform == 'win32'
Requires-Dist: pyyaml<7.0.0,>=6.0.1
Requires-Dist: semver>=3.0.0
Requires-Dist: structlog<=24.4.0,>=23.1.0
Provides-Extra: mcp
Requires-Dist: fastmcp<3,>=2.13.0.2; (python_full_version >= '3.10') and extra == 'mcp'
Description-Content-Type: text/markdown

AppInspect is a tool for assessing a Splunk App's 
 compliance with Splunk recommended development practices,
 by using static analysis. AppInspect is open for
 extension, allowing other teams to compose checks that
 meet their domain specific needs for semi- or
 fully-automated analysis and validation of Splunk Apps.