Metadata-Version: 2.4
Name: pygremlinbox-cc-by-nc-sa-3-0-de
Version: 2.1.0
Summary: PyGremlinBox CC-BY-NC-SA-3.0-DE - Supply chain security testing module with CC-BY-NC-SA-3.0-DE licence
Author-email: Supply Chain Security Tester <simon@sigre.xyz>
Maintainer-email: Supply Chain Security Tester <simon@sigre.xyz>
License: CC-BY-NC-SA-3.0-DE
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: CC-BY-NC-SA-3.0-DE -->
<!-- SPDX-FileCopyrightText: 2025 PyGremlinBox Maintainer <simon@sigre.xyz> -->

# pygremlinbox-cc-by-nc-sa-3-0-de

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 CC-BY-NC-SA-3.0-DE 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-cc-by-nc-sa-3-0-de

## Usage

```python
import pygremlinbox_cc_by_nc_sa_3_0_de 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

CC-BY-NC-SA-3.0-DE. See the LICENCE file in this package.
