{ "info": { "author": "Sean Kelly", "author_email": "sean.kelly@jpl.nasa.gov", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Plone", "Intended Audience :: Science/Research", "License :: Other/Proprietary License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP", "Topic :: Scientific/Engineering :: Astronomy", "Topic :: Scientific/Engineering :: Atmospheric Science", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "*****************\nipdasite.services\n*****************\n\nThis package provides a service registry for the International Planetary Data\nAlliance (IPDA_). It allows the general public to view service descriptions\nregistered with the IPDA service registry. It also enables users who have\npermissions to register new services and update existing services.\n\nThis registry implementation is targeted for compatibility with the service\nregistry deployed for the Planetary Data System (PDS_), which itself is based\non the ebXML_ notion of a registry (as specified by the `registry information\nmodel`_).\n\nAlthough intended for the IPDA web site, it can be deployed to any Plone_\nbased site (and is tested with Plone 4).\n\n\n.. References:\n.. _ebXML: http://www.ebxml.org/\n.. _IPDA: http://planetarydata.org/\n.. _PDS: http://pds.nasa.gov/\n.. _Plone: http://plone.org/\n.. _`registry information model`: http://www.oasis-open.org/committees/regrep/documents/2.0/specs/ebrim.pdf\n\n\nInstallation\n============\n\nUse Buildout_ with the plone.recipe.zope2instance recipe.\n\n* Add ``ipdasite.services`` to the list of eggs to install, e.g.::\n\n [buildout]\n ...\n eggs =\n ...\n ipdasite.services\n \n* Tell the plone.recipe.zope2instance recipe to install a ZCML slug::\n\n [instance]\n recipe = plone.recipe.zope2instance\n ...\n zcml =\n ipdasite.services\n \n* Re-run buildout, e.g. with::\n \n $ ./bin/buildout\n \nYou can skip the ZCML slug if you are going to explicitly include the package\nfrom another package's configure.zcml file, which you almost certainly are for\nthis package, since ``ipdasite.policy`` includes it as a dependency.\n\n.. References:\n.. _Buildout: http://www.buildout.org/\n\n\nChangelog\n=========\n\nWhat follows is a history of changes from release to release, along with\nissues addressed and new features in each release.\n\n\n1.0.10 \u2014\u00a0Submit-A-Binding-Button\n--------------------------------\n\nFixes https://oodt.jpl.nasa.gov/jira/browse/IPDA-50\n\n\n1.0.9 \u2014\u00a0Submit-A-Tool-Button\n----------------------------\n\nThis release adds a tool submission button to Service Registry view templates.\nIt also fixes the CSS for button styling on all the templates.\n\n\n1.0.8 \u2014\u00a0Hmm, More Upgrades\n--------------------------\n\nThis release simplifies the page templates for the various types. It also\nmakes it compatible with Plone 4.3.\n\n\n1.0.7 \u2014\u00a0Hmm, Upgrades\n---------------------\n\nThis release makes the unit, functional, and integration tests use the\nstandard plone.app.testing layers and fixtures. It also makes this release\ncompatible with Plone 4-latest (4.2.1 as of this writing).\n\n\n1.0.6 \u2014 1.2 Compatibility\n-------------------------\n\nNow compatible with PDS Registry Client 1.2.\n\n\n1.0.5 \u2014 4.1 Compatibility\n-------------------------\n\nNow compatible with Plone 4.1.\n\n\n1.0.4 \u2014 Tools, Not Services\n---------------------------\n\nWedging all the tools that IPDA registered into the ebXML Service Registry\nmodel just confused users. So, we keep the model, but downplay the \"service\"\naspect of it and instead call things \"Tools\". Services have tool URLs now.\n\n\n1.0.3 \u2014 That Is Not Logical\n---------------------------\n\nThis release makes sure that logical IDs (or \"lids\") throughout the system are\nkept unique. This should help prevent a certain PDS engineer from re-using\nthe same lid \"TBD\" over and over, which is incompatible with the PDS Service\nRegistry.\n\nSpeaking of, this release also writes all of its data to a PDS Registry\nService. Just set the \"home\" attribute of a Registry instance to the endpoint\nURL of a PDS Service Registry and all of the service registrations\nwill be synchronized into the PDS Registry Service.\n\nNote that this is *not* two-way synchronization. Information pre-existing in\na PDS Registry Service will be wiped out by this package: services with the\nsame GUIDs will be overwritten in the PDS Registry Service, and any other\nServices will be purged. This package therefore uses a PDS Registry Services\nsolely as redundant backing store.\n\n\n1.0.2 \u2014 More Fine Tuning\n------------------------\n\nThis release adds the slot \"interface type\" to Services. It also adds three\nnew categories (analysis, dissemination, and visualization).\n\n\n1.0.1 \u2014 Slot Car Racing\n-----------------------\n\nThis release implements additional ebXML-styled slots needed for the IPDA\nrelease of the service registry, including:\n\n* interface type (using a controlled vocabulary)\n* description (but calling it \"abstract\" to avoid confusion with the Dublin\n Core \"description\")\n* operating system (also using a controlled vocabulary)\n* requirements\n* curating source (institution, contact name, email address, telephone number)\n\n\n1.0.0 \u2014 Initial Implementation\n------------------------------\n\nThis is an initial release so PDS can try it out.\n\n\n0.0.0 \u2014 Unreleased\n------------------\n\nThere are no releases yet of ipdasite.services.\n\n\nIssue Tracker\n-------------\n\nVisit https://oodt.jpl.nasa.gov/jira/browse/PDSEN to find the issue tracker.\n\n\n.. References:\n.. _FCS: http://en.wikipedia.org/wiki/Development_stage#General_availability\n\n\nCopyright and License\n=====================\n\nCopyright 2011 by the California Institute of Technology. ALL RIGHTS\nRESERVED.\n\nThe Software is owned by Caltech/JPL and is protected by United States\ncopyright laws and applicable international treaties and/or conventions. The\nUnited States Government may have prior rights to use some or all of the\nSoftware as determined under applicable contracts and license agreements with\nCaltech/JPL.\n\nThis software was developed at the Jet Propulsion Laboratory, an operating\ndivision of the California Institute of Technology and is not available for\nuse by any person, organization, or other entity without prior, specific\nwritten permission.\n\n.. Author:\n Sean Kelly\n Jet Propulsion Laboratory\n California Institute of Technology\n\n.. Copyright:\n Copyright 2011 California Institute of Technology. ALL RIGHTS RESERVED.\n U.S. Government sponsorship acknowledged.", "description_content_type": null, "docs_url": null, "download_url": "http://oodt.jpl.nasa.gov/dist/ipdasite", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pypi.python.org/pypi/ipdasite.services/", "keywords": "ebxml service registry planetary data ipda", "license": "Proprietary", "maintainer": null, "maintainer_email": null, "name": "ipdasite.services", "package_url": "https://pypi.org/project/ipdasite.services/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/ipdasite.services/", "project_urls": { "Download": "http://oodt.jpl.nasa.gov/dist/ipdasite", "Homepage": "http://pypi.python.org/pypi/ipdasite.services/" }, "release_url": "https://pypi.org/project/ipdasite.services/1.0.10/", "requires_dist": null, "requires_python": null, "summary": "ebXML-styled service registry for the International Planetary Data Alliance", "version": "1.0.10" }, "last_serial": 1486749, "releases": { "1.0.0": [], "1.0.1": [], "1.0.10": [], "1.0.2": [], "1.0.3": [], "1.0.4": [], "1.0.5": [], "1.0.7": [], "1.0.8": [], "1.0.9": [] }, "urls": [] }