Metadata-Version: 2.4
Name: pygremlinbox-sendmail-8-23
Version: 2.1.0
Summary: PyGremlinBox Sendmail-8.23 - Supply chain security testing module with Sendmail-8.23 licence
Author-email: Supply Chain Security Tester <simon@sigre.xyz>
Maintainer-email: Supply Chain Security Tester <simon@sigre.xyz>
License: Sendmail-8.23
Project-URL: Homepage, https://github.com/gocortexio/pygremlinbox
Project-URL: Repository, https://github.com/gocortexio/pygremlinbox.git
Project-URL: Issues, https://github.com/gocortexio/pygremlinbox/issues
Keywords: security,supply-chain,testing,licence
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
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: Programming Language :: Python :: 3.12
Classifier: Topic :: Security
Classifier: Topic :: Software Development :: Testing
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENCE
Dynamic: license-file

<!-- SPDX-License-Identifier: Sendmail-8.23 -->
<!-- SPDX-FileCopyrightText: 2025 PyGremlinBox Maintainer <simon@sigre.xyz> -->

# pygremlinbox-sendmail-8-23

This is a benign GremlinBox supply chain security simulation package. It performs no malicious action and is safe to install into a development or production build to validate detection tooling.

## Purpose

This package implements the SPDX licence identifier Sendmail-8.23 and embeds the full official licence text. It is intended for testing licence detection, licence-policy enforcement, and SPDX compliance checks. A scanner that inspects direct or transitive dependencies should detect this licence.

## Installation

    pip install pygremlinbox-sendmail-8-23

## Usage

```python
import pygremlinbox_sendmail_8_23 as pkg

pkg.get_licence_identifier()
pkg.retrieve_licence_content()
pkg.get_package_metadata()
```

## What it does and does not do

- Does: return its SPDX licence identifier, the full licence text, and package metadata.
- Does not: contact the network, collect data, or run code at install time.

## Project

Part of the GremlinBox supply chain security testing project: https://github.com/gocortexio/gremlinbox

## Licence

Sendmail-8.23. See the LICENCE file in this package.
