pds.registry 0.0.0dev-r8974
ebXML registry client package for Planetary Data System
Contents
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:
- Download the source package archive.
- Extract the gzip'd tar archive.
- 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.
Issue Tracker
Visit https://oodt.jpl.nasa.gov/jira/browse/PDSEN to find the issue tracker.
Copyright and License
Copyright 2011, by the California Institute of Technology. ALL RIGHTS RESERVED. United States Government Sponsorship acknowledged. Any commercial use must be negotiated with the Office of Technology Transfer at the California Institute of Technology.
This software is subject to U. S. export control laws and regulations (22 C.F.R. 120-130 and 15 C.F.R. 730-774). To the extent that the software is subject to U.S. export control laws and regulations, the recipient has the responsibility to obtain export licenses or other export authority as may be required before exporting such information to foreign countries or providing access to foreign nationals.
- Author: Sean Kelly
- Home Page: http://pds-cm.jpl.nasa.gov/2010/registry/registry-client/
- Download URL: http://oodt.jpl.nasa.gov/dist/pds
- Keywords: ebxml registry information model client nasa pds
- License: Proprietary
-
Categories
- Development Status :: 2 - Pre-Alpha
- Environment :: Web Environment
- Intended Audience :: Science/Research
- License :: Other/Proprietary License
- Operating System :: OS Independent
- Programming Language :: Python
- Topic :: Scientific/Engineering :: Astronomy
- Topic :: Scientific/Engineering :: Atmospheric Science
- Topic :: System :: Distributed Computing
- Package Index Owner: nutjob
- DOAP record: pds.registry-0.0.0dev-r8974.xml
