naif-pds4-bundler


Namenaif-pds4-bundler JSON
Version 1.6.2 PyPI version JSON
download
home_pagehttps://github.com/NASA-PDS/naif-pds4-bundler
SummaryNAIF PDS4 Bundler (naif-pds4-bundler) is a software package that generates a PDS4 SPICE archives.
upload_time2024-01-17 16:49:41
maintainer
docs_urlNone
authorMarc Costa Sitja (NAIF/JPL)
requires_python>=3.8
licenseapache-2.0
keywords pds planetary data various other keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 🪐 NAIF PDS4 Bundler

[![DOI](https://joss.theoj.org/papers/10.21105/joss.04327/status.svg)](https://doi.org/10.21105/joss.04327) [![Unstable Build](https://github.com/NASA-PDS/naif-pds4-bundler/workflows/%F0%9F%A4%AA%20Unstable%20integration%20&%20delivery/badge.svg "Latest unstable integration log")](https://github.com/NASA-PDS/naif-pds4-bundler/actions?query=workflow%3A%22%F0%9F%A4%AA+Unstable+integration+%26+delivery%22) [![Stable Build](https://github.com/NASA-PDS/naif-pds4-bundler/workflows/%F0%9F%98%8C%20Stable%20integration%20&%20delivery/badge.svg "Latest stable integration log")](https://github.com/NASA-PDS/naif-pds4-bundler/actions?query=workflow%3A%22%F0%9F%98%8C+Stable+integration+%26+delivery%2)

Software package by [NASA's Navigation and Ancillary Information Facility](https://naif.jpl.nasa.gov/naif/)
that enables SPICE kernels archive producers to get familiar with,
design, and generate [Planetary Data System](https://pds.nasa.gov/) SPICE
archives from end-to-end using the applicable PDS4 standards.

## 🛠️️ Prerequisites

   * A computer based on a 64-bit Unix operating system: Linux or Mac
   * Python 3.8 (or higher)
   * A NAIF supported C compiler [(see link)](https://naif.jpl.nasa.gov/naif/toolkit_C.html)

## ⎆ Installation

Install with:

    pip install naif-pds4-bundler

To execute just to show the help message, run:

    naif-pds4-bundler --help

See the online documentation for [Installation](https://nasa-pds.github.io/naif-pds4-bundler/41_npb_installation.html) instructions.

👉 _Note:_ The above commands demonstrate typical usage with a command-line prompt, such as that provided by the popular `bash` shell; your own prompt may appear differently and may vary depending on operating system, shell choice, and so forth.

## 📄 Documentation

Installation and Usage information can be found in the documentation online
at https://nasa-pds.github.io/naif-pds4-bundler/ or the latest version is
maintained under the `docs` directory.

The documentation describes the process to prepare SPICE archives and describes the NAIF
approach to using PDS4 standards in great detail.

## 👏 Contribute

All users and developers of the NASA-PDS software are expected to abide by our [Code of Conduct](https://github.com/NASA-PDS/.github/blob/main/CODE_OF_CONDUCT.md). Please read this to ensure you understand the expectations of our community. For information on how to contribute to NASA-PDS codebases please take a look at our [Contributing guidelines](https://github.com/NASA-PDS/.github/blob/main/CONTRIBUTING.md).

- Issue Tracker: https://github.com/NASA-PDS/naif-pds4-bundler/issues
- Source Code: https://github.com/NASA-PDS/naif-pds4-bundler

## 💁‍♀️ Support

If you are having issues file a bug report in GitHub: https://github.com/NASA-PDS/naif-pds4-bundler/issues

Or you can reach us at https://pds.nasa.gov/?feedback=true

## 💳 License

The project is licensed under the Apache License, version 2. See the `LICENSE.txt` file for details.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/NASA-PDS/naif-pds4-bundler",
    "name": "naif-pds4-bundler",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "pds,planetary data,various,other,keywords",
    "author": "Marc Costa Sitja (NAIF/JPL)",
    "author_email": "Marc.Costa.Sitja@jpl.nasa.gov",
    "download_url": "https://github.com/NASA-PDS/naif-pds4-bundler/releases/",
    "platform": null,
    "description": "# \ud83e\ude90 NAIF PDS4 Bundler\n\n[![DOI](https://joss.theoj.org/papers/10.21105/joss.04327/status.svg)](https://doi.org/10.21105/joss.04327) [![Unstable Build](https://github.com/NASA-PDS/naif-pds4-bundler/workflows/%F0%9F%A4%AA%20Unstable%20integration%20&%20delivery/badge.svg \"Latest unstable integration log\")](https://github.com/NASA-PDS/naif-pds4-bundler/actions?query=workflow%3A%22%F0%9F%A4%AA+Unstable+integration+%26+delivery%22) [![Stable Build](https://github.com/NASA-PDS/naif-pds4-bundler/workflows/%F0%9F%98%8C%20Stable%20integration%20&%20delivery/badge.svg \"Latest stable integration log\")](https://github.com/NASA-PDS/naif-pds4-bundler/actions?query=workflow%3A%22%F0%9F%98%8C+Stable+integration+%26+delivery%2)\n\nSoftware package by [NASA's Navigation and Ancillary Information Facility](https://naif.jpl.nasa.gov/naif/)\nthat enables SPICE kernels archive producers to get familiar with,\ndesign, and generate [Planetary Data System](https://pds.nasa.gov/) SPICE\narchives from end-to-end using the applicable PDS4 standards.\n\n## \ud83d\udee0\ufe0f\ufe0f Prerequisites\n\n   * A computer based on a 64-bit Unix operating system: Linux or Mac\n   * Python 3.8 (or higher)\n   * A NAIF supported C compiler [(see link)](https://naif.jpl.nasa.gov/naif/toolkit_C.html)\n\n## \u2386 Installation\n\nInstall with:\n\n    pip install naif-pds4-bundler\n\nTo execute just to show the help message, run:\n\n    naif-pds4-bundler --help\n\nSee the online documentation for [Installation](https://nasa-pds.github.io/naif-pds4-bundler/41_npb_installation.html) instructions.\n\n\ud83d\udc49 _Note:_ The above commands demonstrate typical usage with a command-line prompt, such as that provided by the popular `bash` shell; your own prompt may appear differently and may vary depending on operating system, shell choice, and so forth.\n\n## \ud83d\udcc4 Documentation\n\nInstallation and Usage information can be found in the documentation online\nat https://nasa-pds.github.io/naif-pds4-bundler/ or the latest version is\nmaintained under the `docs` directory.\n\nThe documentation describes the process to prepare SPICE archives and describes the NAIF\napproach to using PDS4 standards in great detail.\n\n## \ud83d\udc4f Contribute\n\nAll users and developers of the NASA-PDS software are expected to abide by our [Code of Conduct](https://github.com/NASA-PDS/.github/blob/main/CODE_OF_CONDUCT.md). Please read this to ensure you understand the expectations of our community. For information on how to contribute to NASA-PDS codebases please take a look at our [Contributing guidelines](https://github.com/NASA-PDS/.github/blob/main/CONTRIBUTING.md).\n\n- Issue Tracker: https://github.com/NASA-PDS/naif-pds4-bundler/issues\n- Source Code: https://github.com/NASA-PDS/naif-pds4-bundler\n\n## \ud83d\udc81\u200d\u2640\ufe0f Support\n\nIf you are having issues file a bug report in GitHub: https://github.com/NASA-PDS/naif-pds4-bundler/issues\n\nOr you can reach us at https://pds.nasa.gov/?feedback=true\n\n## \ud83d\udcb3 License\n\nThe project is licensed under the Apache License, version 2. See the `LICENSE.txt` file for details.\n",
    "bugtrack_url": null,
    "license": "apache-2.0",
    "summary": "NAIF PDS4 Bundler (naif-pds4-bundler) is a software package that generates a PDS4 SPICE archives.",
    "version": "1.6.2",
    "project_urls": {
        "Download": "https://github.com/NASA-PDS/naif-pds4-bundler/releases/",
        "Homepage": "https://github.com/NASA-PDS/naif-pds4-bundler"
    },
    "split_keywords": [
        "pds",
        "planetary data",
        "various",
        "other",
        "keywords"
    ],
    "urls": [
        {
            "comment_text": "\ud83e\udd20 Yee-haw! This here ar-tee-fact got done uploaded by the Roundup!",
            "digests": {
                "blake2b_256": "1d9548d23dbb6131241d9711655e6f7f96a3ecaed994b13d5054a9f193b9118b",
                "md5": "ba2b1f9f03c1764404c3737feb357837",
                "sha256": "061bc65c1ac561d19664cda560512e33bf66ae7085e49fc9409e9729c9029f2e"
            },
            "downloads": -1,
            "filename": "naif_pds4_bundler-1.6.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ba2b1f9f03c1764404c3737feb357837",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 259055,
            "upload_time": "2024-01-17T16:49:41",
            "upload_time_iso_8601": "2024-01-17T16:49:41.476510Z",
            "url": "https://files.pythonhosted.org/packages/1d/95/48d23dbb6131241d9711655e6f7f96a3ecaed994b13d5054a9f193b9118b/naif_pds4_bundler-1.6.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-17 16:49:41",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "NASA-PDS",
    "github_project": "naif-pds4-bundler",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "naif-pds4-bundler"
}
        
Elapsed time: 0.20692s