Links
AI / Agents
gdtest-announce-dict
Test announcement banner dict config
Installation
pip install gdtest-announce-dictGet Started
- API Reference — Full API documentation
Source files
gdtest_announce_dict/
__init__.py
"""Package testing announcement banner with dict config."""
__version__ = "0.1.0"
__all__ = ["compute", "validate"]
def compute(x: int, y: int) -> int:
"""
Compute the sum of two values.
Parameters
----------
x
First value.
y
Second value.
Returns
-------
int
The sum of x and y.
"""
return x + y
def validate(data: dict) -> bool:
"""
Validate a data dictionary.
Parameters
----------
data
The data to validate.
Returns
-------
bool
True if the data is valid.
"""
return bool(data)great-docs.yml
announcement: content: Version 2.0 is here! type: success dismissable: false url: "https://example.com/changelog"