vo-models 0.4.0.dev0__tar.gz → 0.4.0.dev1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (36) hide show
  1. {vo_models-0.4.0.dev0/vo_models.egg-info → vo_models-0.4.0.dev1}/PKG-INFO +1 -1
  2. {vo_models-0.4.0.dev0 → vo_models-0.4.0.dev1}/pyproject.toml +1 -1
  3. {vo_models-0.4.0.dev0 → vo_models-0.4.0.dev1}/vo_models/vodataservice/__init__.py +3 -0
  4. vo_models-0.4.0.dev1/vo_models/vosi/capabilities/__init__.py +5 -0
  5. {vo_models-0.4.0.dev0 → vo_models-0.4.0.dev1}/vo_models/vosi/capabilities/models.py +1 -0
  6. {vo_models-0.4.0.dev0 → vo_models-0.4.0.dev1/vo_models.egg-info}/PKG-INFO +1 -1
  7. vo_models-0.4.0.dev0/vo_models/vosi/capabilities/__init__.py +0 -0
  8. {vo_models-0.4.0.dev0 → vo_models-0.4.0.dev1}/LICENSE +0 -0
  9. {vo_models-0.4.0.dev0 → vo_models-0.4.0.dev1}/README.md +0 -0
  10. {vo_models-0.4.0.dev0 → vo_models-0.4.0.dev1}/setup.cfg +0 -0
  11. {vo_models-0.4.0.dev0 → vo_models-0.4.0.dev1}/vo_models/__init__.py +0 -0
  12. {vo_models-0.4.0.dev0 → vo_models-0.4.0.dev1}/vo_models/adql/__init__.py +0 -0
  13. {vo_models-0.4.0.dev0 → vo_models-0.4.0.dev1}/vo_models/adql/misc.py +0 -0
  14. {vo_models-0.4.0.dev0 → vo_models-0.4.0.dev1}/vo_models/py.typed +0 -0
  15. {vo_models-0.4.0.dev0 → vo_models-0.4.0.dev1}/vo_models/stc/__init__.py +0 -0
  16. {vo_models-0.4.0.dev0 → vo_models-0.4.0.dev1}/vo_models/stc/models.py +0 -0
  17. {vo_models-0.4.0.dev0 → vo_models-0.4.0.dev1}/vo_models/tapregext/__init__.py +0 -0
  18. {vo_models-0.4.0.dev0 → vo_models-0.4.0.dev1}/vo_models/tapregext/models.py +1 -1
  19. {vo_models-0.4.0.dev0 → vo_models-0.4.0.dev1}/vo_models/uws/__init__.py +0 -0
  20. {vo_models-0.4.0.dev0 → vo_models-0.4.0.dev1}/vo_models/uws/models.py +0 -0
  21. {vo_models-0.4.0.dev0 → vo_models-0.4.0.dev1}/vo_models/uws/types.py +0 -0
  22. {vo_models-0.4.0.dev0 → vo_models-0.4.0.dev1}/vo_models/vodataservice/models.py +0 -0
  23. {vo_models-0.4.0.dev0 → vo_models-0.4.0.dev1}/vo_models/voresource/__init__.py +0 -0
  24. {vo_models-0.4.0.dev0 → vo_models-0.4.0.dev1}/vo_models/voresource/models.py +0 -0
  25. {vo_models-0.4.0.dev0 → vo_models-0.4.0.dev1}/vo_models/voresource/types.py +0 -0
  26. {vo_models-0.4.0.dev0 → vo_models-0.4.0.dev1}/vo_models/vosi/__init__.py +0 -0
  27. {vo_models-0.4.0.dev0 → vo_models-0.4.0.dev1}/vo_models/vosi/availability/__init__.py +0 -0
  28. {vo_models-0.4.0.dev0 → vo_models-0.4.0.dev1}/vo_models/vosi/availability/models.py +0 -0
  29. {vo_models-0.4.0.dev0 → vo_models-0.4.0.dev1}/vo_models/vosi/tables/__init__.py +0 -0
  30. {vo_models-0.4.0.dev0 → vo_models-0.4.0.dev1}/vo_models/vosi/tables/models.py +0 -0
  31. {vo_models-0.4.0.dev0 → vo_models-0.4.0.dev1}/vo_models/xlink/__init__.py +0 -0
  32. {vo_models-0.4.0.dev0 → vo_models-0.4.0.dev1}/vo_models/xlink/xlink.py +0 -0
  33. {vo_models-0.4.0.dev0 → vo_models-0.4.0.dev1}/vo_models.egg-info/SOURCES.txt +0 -0
  34. {vo_models-0.4.0.dev0 → vo_models-0.4.0.dev1}/vo_models.egg-info/dependency_links.txt +0 -0
  35. {vo_models-0.4.0.dev0 → vo_models-0.4.0.dev1}/vo_models.egg-info/requires.txt +0 -0
  36. {vo_models-0.4.0.dev0 → vo_models-0.4.0.dev1}/vo_models.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: vo-models
3
- Version: 0.4.0.dev0
3
+ Version: 0.4.0.dev1
4
4
  Summary: Pydantic data models for IVOA protocols
5
5
  Author-email: Joshua Fraustro <jfraustro@stsci.edu>, MAST Archive Developers <archive@stsci.edu>
6
6
  Project-URL: Homepage, https://github.com/spacetelescope/vo-models
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "vo-models"
7
- version = "0.4.0.dev0"
7
+ version = "0.4.0.dev1"
8
8
  authors = [
9
9
  {name = "Joshua Fraustro", email="jfraustro@stsci.edu"},
10
10
  {name = "MAST Archive Developers", email="archive@stsci.edu"}
@@ -1,8 +1,11 @@
1
1
  """Module containing models and resources for IVOA VODataService objects."""
2
2
  from vo_models.vodataservice.models import (
3
+ BaseParam,
3
4
  DataType,
4
5
  FKColumn,
5
6
  ForeignKey,
7
+ InputParam,
8
+ ParamHTTP,
6
9
  Table,
7
10
  TableParam,
8
11
  TableSchema,
@@ -0,0 +1,5 @@
1
+ """Module containing VOSI Capabilities classes."""
2
+
3
+ from vo_models.vosi.capabilities.models import (
4
+ VOSICapabilities,
5
+ )
@@ -12,6 +12,7 @@ NSMAP = {
12
12
  "vosi": "http://www.ivoa.net/xml/VOSICapabilities/v1.0",
13
13
  "xsd": "http://www.w3.org/2001/XMLSchema",
14
14
  "xsi": "http://www.w3.org/2001/XMLSchema-instance",
15
+ "vs": "http://www.ivoa.net/xml/VODataService/v1.1",
15
16
  } | VORESOURCE_NSMAP
16
17
 
17
18
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: vo-models
3
- Version: 0.4.0.dev0
3
+ Version: 0.4.0.dev1
4
4
  Summary: Pydantic data models for IVOA protocols
5
5
  Author-email: Joshua Fraustro <jfraustro@stsci.edu>, MAST Archive Developers <archive@stsci.edu>
6
6
  Project-URL: Homepage, https://github.com/spacetelescope/vo-models
File without changes
File without changes
File without changes
@@ -4,8 +4,8 @@ from typing import Literal, Optional
4
4
 
5
5
  from pydantic_xml import BaseXmlModel, attr, element
6
6
 
7
- from vo_models.voresource.models import Capability
8
7
  from vo_models.voresource.models import NSMAP as VORESOURCE_NSMAP
8
+ from vo_models.voresource.models import Capability
9
9
 
10
10
  NSMAP = {
11
11
  "xs": "http://www.w3.org/2001/XMLSchema",