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.
- {vo_models-0.4.0.dev0/vo_models.egg-info → vo_models-0.4.0.dev1}/PKG-INFO +1 -1
- {vo_models-0.4.0.dev0 → vo_models-0.4.0.dev1}/pyproject.toml +1 -1
- {vo_models-0.4.0.dev0 → vo_models-0.4.0.dev1}/vo_models/vodataservice/__init__.py +3 -0
- vo_models-0.4.0.dev1/vo_models/vosi/capabilities/__init__.py +5 -0
- {vo_models-0.4.0.dev0 → vo_models-0.4.0.dev1}/vo_models/vosi/capabilities/models.py +1 -0
- {vo_models-0.4.0.dev0 → vo_models-0.4.0.dev1/vo_models.egg-info}/PKG-INFO +1 -1
- vo_models-0.4.0.dev0/vo_models/vosi/capabilities/__init__.py +0 -0
- {vo_models-0.4.0.dev0 → vo_models-0.4.0.dev1}/LICENSE +0 -0
- {vo_models-0.4.0.dev0 → vo_models-0.4.0.dev1}/README.md +0 -0
- {vo_models-0.4.0.dev0 → vo_models-0.4.0.dev1}/setup.cfg +0 -0
- {vo_models-0.4.0.dev0 → vo_models-0.4.0.dev1}/vo_models/__init__.py +0 -0
- {vo_models-0.4.0.dev0 → vo_models-0.4.0.dev1}/vo_models/adql/__init__.py +0 -0
- {vo_models-0.4.0.dev0 → vo_models-0.4.0.dev1}/vo_models/adql/misc.py +0 -0
- {vo_models-0.4.0.dev0 → vo_models-0.4.0.dev1}/vo_models/py.typed +0 -0
- {vo_models-0.4.0.dev0 → vo_models-0.4.0.dev1}/vo_models/stc/__init__.py +0 -0
- {vo_models-0.4.0.dev0 → vo_models-0.4.0.dev1}/vo_models/stc/models.py +0 -0
- {vo_models-0.4.0.dev0 → vo_models-0.4.0.dev1}/vo_models/tapregext/__init__.py +0 -0
- {vo_models-0.4.0.dev0 → vo_models-0.4.0.dev1}/vo_models/tapregext/models.py +1 -1
- {vo_models-0.4.0.dev0 → vo_models-0.4.0.dev1}/vo_models/uws/__init__.py +0 -0
- {vo_models-0.4.0.dev0 → vo_models-0.4.0.dev1}/vo_models/uws/models.py +0 -0
- {vo_models-0.4.0.dev0 → vo_models-0.4.0.dev1}/vo_models/uws/types.py +0 -0
- {vo_models-0.4.0.dev0 → vo_models-0.4.0.dev1}/vo_models/vodataservice/models.py +0 -0
- {vo_models-0.4.0.dev0 → vo_models-0.4.0.dev1}/vo_models/voresource/__init__.py +0 -0
- {vo_models-0.4.0.dev0 → vo_models-0.4.0.dev1}/vo_models/voresource/models.py +0 -0
- {vo_models-0.4.0.dev0 → vo_models-0.4.0.dev1}/vo_models/voresource/types.py +0 -0
- {vo_models-0.4.0.dev0 → vo_models-0.4.0.dev1}/vo_models/vosi/__init__.py +0 -0
- {vo_models-0.4.0.dev0 → vo_models-0.4.0.dev1}/vo_models/vosi/availability/__init__.py +0 -0
- {vo_models-0.4.0.dev0 → vo_models-0.4.0.dev1}/vo_models/vosi/availability/models.py +0 -0
- {vo_models-0.4.0.dev0 → vo_models-0.4.0.dev1}/vo_models/vosi/tables/__init__.py +0 -0
- {vo_models-0.4.0.dev0 → vo_models-0.4.0.dev1}/vo_models/vosi/tables/models.py +0 -0
- {vo_models-0.4.0.dev0 → vo_models-0.4.0.dev1}/vo_models/xlink/__init__.py +0 -0
- {vo_models-0.4.0.dev0 → vo_models-0.4.0.dev1}/vo_models/xlink/xlink.py +0 -0
- {vo_models-0.4.0.dev0 → vo_models-0.4.0.dev1}/vo_models.egg-info/SOURCES.txt +0 -0
- {vo_models-0.4.0.dev0 → vo_models-0.4.0.dev1}/vo_models.egg-info/dependency_links.txt +0 -0
- {vo_models-0.4.0.dev0 → vo_models-0.4.0.dev1}/vo_models.egg-info/requires.txt +0 -0
- {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.
|
|
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
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: vo-models
|
|
3
|
-
Version: 0.4.0.
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
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",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|