README.md
pyproject.toml
panther_sdk/__init__.py
panther_sdk/client.py
panther_sdk/config.py
panther_sdk/exceptions.py
panther_sdk/api/__init__.py
panther_sdk/api/base.py
panther_sdk/api/graphql/__init__.py
panther_sdk/api/graphql/client.py
panther_sdk/api/rest/__init__.py
panther_sdk/api/rest/alerts.py
panther_sdk/api/rest/data_models.py
panther_sdk/api/rest/globals.py
panther_sdk/api/rest/log_sources.py
panther_sdk/api/rest/policies.py
panther_sdk/api/rest/queries.py
panther_sdk/api/rest/roles.py
panther_sdk/api/rest/rules.py
panther_sdk/api/rest/users.py
panther_sdk/converters/__init__.py
panther_sdk/converters/splunk/__init__.py
panther_sdk/converters/splunk/analyzer.py
panther_sdk/converters/splunk/ast_nodes.py
panther_sdk/converters/splunk/code_generator.py
panther_sdk/converters/splunk/exceptions.py
panther_sdk/converters/splunk/lexer.py
panther_sdk/converters/splunk/mappings.py
panther_sdk/converters/splunk/parser.py
panther_sdk/converters/splunk/transformer.py
panther_sdk/detections/__init__.py
panther_sdk/detections/helpers.py
panther_sdk/detections/policy.py
panther_sdk/detections/rule.py
panther_sdk/detections/scheduled_rule.py
panther_sdk/detections/testing.py
panther_sdk/models/__init__.py
panther_sdk/models/alert.py
panther_sdk/models/common.py
panther_sdk/models/policy.py
panther_sdk/models/rule.py
panther_sdk/models/user.py
tachtech_panther_sdk.egg-info/PKG-INFO
tachtech_panther_sdk.egg-info/SOURCES.txt
tachtech_panther_sdk.egg-info/dependency_links.txt
tachtech_panther_sdk.egg-info/requires.txt
tachtech_panther_sdk.egg-info/top_level.txt
tests/test_client.py