Skip to main content

Data models for IVOA protocols

Project description

vo-models

vo-models an open-source project to provide Python models and OpenAPI specifications for IVOA service protocols.

The project is designed to be used by IVOA members, service implementors, and developers to help facilitate the development of IVOA-compliant services and clients.

Features

  • Pydantic-xml Models: The project includes Python models for IVOA protocols, using pydantic-xml. Based on Pydantic, these models describe transactions for an IVOA protocol, such as UWS, and feature automatic validation, parsing and serialization of XML data for use with Python clients and web frameworks.

  • OpenAPI Specifications: The project includes OpenAPI definitions for IVOA protocols. The use of OpenAPI provides a standardized and machine-readable way to describe the IVOA protocols. OpenAPI specifications offer benefits such as automatic documentation generation, and automatic client and server code generation.

  • Expandability: The project is designed with future expansion in mind. Plans include extending the schema and models to cover other IVOA standards.

Protocols

The following IVOA protocols are currently supported / under development:

  • UWS (Universal Worker Service) version 1.1:
    • Active development:
      • OpenAPI Models
      • Pydantic-XML Models
    • Planned:
      • OpenAPI Service Definition

Installation

The latest version of the project can be installed from PyPI:

pip install vo-models

Conda

To install the project using Conda, you can use the provided environment file:

git clone https://github.com/spacetelescope/vo-models.git
cd vo-models
conda env create -f environment.yml
conda activate vo-models
pip install -r requirements.txt
pip install .

For active development, install the project in development mode:

pip install -e .[dev,test]

Usage

OpenAPI Schema

OpenAPI schema files representing IVOA protocol transactions can be found in the vo/models/openapi directory.

For each protocol, two files are provided: a components.yml file containing the JSON/XML schema definitions for request / response transactions, and a file named after the protocol (e.g. uws.yml) containing the OpenAPI specification for the protocol. The schema models, and the OpenAPI specification, are viewable in the Swagger Editor.

Note: Currently, the OpenAPI API definition files are not guaranteed to be complete. They are provided as a starting point for future development, and an example of how the schema definitions can be used.

Pydantic-XML Models

Python models using pydantic-xml, a library based on Pydantic, are provided in the vo/models/xml directory.

These models can be used to parse and validate XML data into Python objects, as well as serialize Python objects into XML data. These models can be used with any Python web framework, but are particularly useful when used libraries that leverage the power of Pydantic, such as FastAPI.

Contributing

Contributions to the project are more than welcome. Collaboration and discussion with other IVOA members, service implementors, and developers is what started this project, and is what makes the IVOA great.

If you are interested in contributing, whether that be adding a new protocol, improving the schema, fixing a bug or even a typo, please feel free to open an issue or pull request.

License

This project is licensed under the MIT License.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vo-models-0.1.2.tar.gz (11.1 kB view details)

Uploaded Source

Built Distribution

vo_models-0.1.2-py3-none-any.whl (11.2 kB view details)

Uploaded Python 3

File details

Details for the file vo-models-0.1.2.tar.gz.

File metadata

  • Download URL: vo-models-0.1.2.tar.gz
  • Upload date:
  • Size: 11.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for vo-models-0.1.2.tar.gz
Algorithm Hash digest
SHA256 6e1449a7d02dfee2b93cfc0b4484d0955f406c2c5e95e43e111697a7df240306
MD5 d6796debf0f75a858b4740d4dda64f6e
BLAKE2b-256 ec731e0ffec5fff5622746c27b1897b02a2bcb602a5656f695736f56d93df3bd

See more details on using hashes here.

File details

Details for the file vo_models-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: vo_models-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 11.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for vo_models-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 6a9f6369a4d34c3f3127b8750332d72c0d5089a07162b7bae42986897746f15d
MD5 97bd118cad864555136488e9234269bd
BLAKE2b-256 1f1f0877a885713dd38ac851fba5bab9b14ec334c7f0e921c70f4a5dea782b60

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page