Links
AI / Agents
gdtest-gradient-slate
Test slate gradient preset
Installation
pip install gdtest-gradient-slateGet Started
- API Reference — Full API documentation
Source files
gdtest_gradient_slate/
__init__.py
"""Package testing slate gradient preset."""
__version__ = "0.1.0"
__all__ = ["carve", "polish"]
def carve(shape: str) -> str:
"""
Carve a shape from slate.
Parameters
----------
shape
Desired shape.
Returns
-------
str
Result description.
"""
return f"Carved {shape}"
def polish(grit: int) -> str:
"""
Polish the slate surface.
Parameters
----------
grit
Sandpaper grit level.
Returns
-------
str
Result description.
"""
return f"Polished with {grit} grit"great-docs.yml
announcement: content: Slate gradient test banner! style: slate