Metadata-Version: 2.4
Name: cycode-epmon-canary
Version: 1.0.0
Summary: Harmless package flagged by Cycode EPMON on purpose, so you can verify the install is protected
License-Expression: MIT
Project-URL: Homepage, https://github.com/cycodehq/epmon-canary#readme
Project-URL: Repository, https://github.com/cycodehq/epmon-canary
Project-URL: Issues, https://github.com/cycodehq/epmon-canary/issues
Keywords: cycode,epmon,canary,supply-chain
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Security
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# cycode-epmon-canary

A harmless package that Cycode EPMON flags on purpose. Installing it on a
protected machine is blocked, which is how you verify the install:

```sh
pip install cycode-epmon-canary
# [BLOCK] pypi cycode-epmon-canary@1.0.0 reason=flagged by cycode-intel: EPMON canary package
```

If the install succeeds, EPMON is not wrapping your package manager. Running
the package says so:

```sh
cycode-epmon-canary
# cycode-epmon-canary installed and ran. This package is flagged on purpose, so Cycode EPMON is not protecting this package manager.
```

The package contains no install scripts, no dependencies and no network code.
