Metadata-Version: 2.4
Name: gremlinbox
Version: 2.1.0
Summary: GremlinBox: multi-language supply chain security testing package collection
Project-URL: Repository, https://github.com/gocortexio/gremlinbox
License: GPL-3.0
License-File: LICENCE
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Security
Requires-Python: >=3.11
Description-Content-Type: text/markdown

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

# gremlinbox

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 reserves the GremlinBox project namespace on the registry and directs users to the project repository.

## Installation

    pip install gremlinbox

## Usage

```python
import gremlinbox as pkg

pkg.get_package_metadata()
```

## What it does and does not do

- Does: return package metadata that points to the project repository.
- 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

GPL-3.0. See the LICENCE file in this package.
