Add slugify_or_default for core-hub parity, bump to 0.2.0, document ecosystem position in INTENT/SCOPE/README, wire capability relations to state-hub and core-hub, and extend utils tests. Part of CUST-WP-0057 consolidation.
5 lines
98 B
Python
5 lines
98 B
Python
"""Reusable primitives for FOS hub services."""
|
|
|
|
__all__ = ["__version__"]
|
|
|
|
__version__ = "0.2.0"
|