skip to navigation
skip to content

pds.registry 0.0.0dev-r8974

ebXML registry client package for Planetary Data System

This is an implementation of the ebXML Registry information model and client software, implemented for the NASA Planetary Data System (PDS).

The PDS Registry provides tracking, auditing, locating, and maintaining artifacts within PDS. These artifacts can range from data files and label files, schemas, dictionary definitions for objects and elements, services, etc.

It was developed by the PDS Engineering Node (EN), operated by JPL. See the package's docs directory for more information, including installation instructions, license, and history of changes.

Requirements

Python 2.6.

Installation

By far, the easiest way to install pds.registry is to use pip or easy_install. As a privileged user, type:

pip install pds.registry

or:

easy_install pds.registry

The software as well as its dependencies will be downloaded and installed automatically.

Installing from Source

If neither pip nor easy_install are available on your system, just install from source:

  1. Download the source package archive.
  2. Extract the gzip'd tar archive.
  3. In the extracted directory, run python setup.py install as a privileged user.

Changelog

What follows is a history of changes from release to release, along with issues addressed and new features in each release.

0.0.0 - Unreleased

There are no releases yet of the PDS Registry Client.