CONTRIBUTING.md
HISTORY.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
docs/api-reference.md
docs/cli-reference.md
docs/code-examples.md
docs/contributing.md
docs/data-structure.md
docs/development.md
docs/documenting-services.md
docs/file-schemas.md
docs/getting-started.md
docs/index.md
docs/installation.md
docs/pricing.md
docs/seller-lifecycle.md
docs/usage.md
docs/workflows.md
docs/tech-notes/user-access-interface-template.md
src/unitysvc_services/__init__.py
src/unitysvc_services/api.py
src/unitysvc_services/cli.py
src/unitysvc_services/data.py
src/unitysvc_services/example.py
src/unitysvc_services/format_data.py
src/unitysvc_services/lifecycle.py
src/unitysvc_services/list.py
src/unitysvc_services/markdown.py
src/unitysvc_services/model_data.py
src/unitysvc_services/output.py
src/unitysvc_services/populate.py
src/unitysvc_services/py.typed
src/unitysvc_services/query.py
src/unitysvc_services/services.py
src/unitysvc_services/template_populate.py
src/unitysvc_services/test_runner.py
src/unitysvc_services/upload.py
src/unitysvc_services/utils.py
src/unitysvc_services/validator.py
src/unitysvc_services.egg-info/PKG-INFO
src/unitysvc_services.egg-info/SOURCES.txt
src/unitysvc_services.egg-info/dependency_links.txt
src/unitysvc_services.egg-info/entry_points.txt
src/unitysvc_services.egg-info/requires.txt
src/unitysvc_services.egg-info/top_level.txt
src/unitysvc_services/models/__init__.py
src/unitysvc_services/models/base.py
src/unitysvc_services/models/listing_data.py
src/unitysvc_services/models/listing_v1.py
src/unitysvc_services/models/offering_data.py
src/unitysvc_services/models/offering_v1.py
src/unitysvc_services/models/provider_data.py
src/unitysvc_services/models/provider_v1.py
src/unitysvc_services/schema/base.json
src/unitysvc_services/schema/listing_v1.json
src/unitysvc_services/schema/offering_v1.json
src/unitysvc_services/schema/provider_v1.json
tests/__init__.py
tests/test_lifecycle.py
tests/test_pricing.py
tests/test_utils.py
tests/test_validator.py
tests/example_data/README.md
tests/example_data/provider1/README.md
tests/example_data/provider1/provider.toml
tests/example_data/provider1/terms-of-service.md
tests/example_data/provider1/services/service1/code-example.md
tests/example_data/provider1/services/service1/listing.toml
tests/example_data/provider1/services/service1/offering.toml
tests/example_data/provider2/README.md
tests/example_data/provider2/provider.json
tests/example_data/provider2/terms-of-service.md
tests/example_data/provider2/services/service2/code-example.md
tests/example_data/provider2/services/service2/listing.json
tests/example_data/provider2/services/service2/offering.json