Metadata-Version: 2.4
Name: advent
Version: 0.0.0
Summary: Reserved namespace for Advent Cybersecurity. Substantive releases ship under separate package names.
Project-URL: Homepage, https://github.com/Advent-Cybersecurity
Project-URL: Repository, https://github.com/Advent-Cybersecurity/advent
Project-URL: Issues, https://github.com/Advent-Cybersecurity/advent/issues
Author: Advent Cybersecurity
License-Expression: MIT
License-File: LICENSE
Keywords: advent-cybersecurity,security
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Security
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# advent

Reserved namespace for [Advent Cybersecurity](https://github.com/Advent-Cybersecurity).

## What this is

This is a placeholder package that reserves the `advent` name on PyPI.
Substantive tooling from Advent Cybersecurity ships under separate package
names rather than under this top-level reservation. The package installs
cleanly and ships a minimal CLI so it satisfies "real package, not a squat":

```bash
pip install advent
advent
```

That command prints the reservation notice and exits.

## What this isn't

This is **not** the Advent Cybersecurity scanner, framework, or any other
production tool. Those will be released as their own packages with their own
documentation. Watch the [Advent Cybersecurity GitHub
organization](https://github.com/Advent-Cybersecurity) for substantive
releases.

## License

MIT. See [LICENSE](LICENSE).
