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-OLD.md
docs/file-schemas.md
docs/getting-started.md
docs/index.md
docs/installation.md
docs/usage.md
docs/workflows.md
src/unitysvc_services/__init__.py
src/unitysvc_services/api.py
src/unitysvc_services/cli.py
src/unitysvc_services/format_data.py
src/unitysvc_services/interactive_prompt.py
src/unitysvc_services/list.py
src/unitysvc_services/populate.py
src/unitysvc_services/publisher.py
src/unitysvc_services/py.typed
src/unitysvc_services/query.py
src/unitysvc_services/scaffold.py
src/unitysvc_services/test.py
src/unitysvc_services/unpublisher.py
src/unitysvc_services/update.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_v1.py
src/unitysvc_services/models/provider_v1.py
src/unitysvc_services/models/seller_v1.py
src/unitysvc_services/models/service_v1.py
src/unitysvc_services/schema/base.json
src/unitysvc_services/schema/listing_v1.json
src/unitysvc_services/schema/provider_v1.json
src/unitysvc_services/schema/seller_v1.json
src/unitysvc_services/schema/service_v1.json
tests/__init__.py
tests/test_utils.py
tests/test_validator.py
tests/example_data/README.md
tests/example_data/seller.json
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/service.toml
tests/example_data/provider1/services/service1/svcreseller.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/service.json
tests/example_data/provider2/services/service2/svcreseller.json