labcas.workflow
Planetary Data Explorer: Python (PEPPi) client library (pds.peppi) to access Planetary Data from the NASA Planetary Data System
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (19.6%) to scientific vocabulary
Repository
Planetary Data Explorer: Python (PEPPi) client library (pds.peppi) to access Planetary Data from the NASA Planetary Data System
Basic Info
- Host: GitHub
- Owner: NASA-PDS
- License: apache-2.0
- Language: Python
- Default Branch: main
- Homepage: https://nasa-pds.github.io/peppi
- Size: 6.04 MB
Statistics
- Stars: 1
- Watchers: 8
- Forks: 1
- Open Issues: 21
- Releases: 18
Metadata Files
README.md
Peppi
Access planetary datasets from the Planetary Data System (PDS)
Prerequisites
- Python 3.13 or newer
User Quickstart
See https://nasa-pds.github.io/peppi/
Use as MCP server with Claude (alpha)
A specific command line can be used to connect peppi (and the PDS API to an LLM), this has been tested with Claude.
Use command: pds-peppi-mcp-server
Connect it to Claude Desktop, for example, as described in https://modelcontextprotocol.io/quickstart/user#installing-the-filesystem-server, using the following configuration:
{
"mcpServers": {
"pds_peppi": {
"command": "{whereever the package is installed}/bin/pds-peppi-mcp-server",
"args": []
}
}
}
You can use a prompt like: "Can you find the URI for the planet Jupiter in the PDS ?"
Code of Conduct
All users and developers of the NASA-PDS software are expected to abide by our Code of Conduct. Please read this to ensure you understand the expectations of our community.
Development
To develop this project, use your favorite text editor, or an integrated development environment with Python support, such as PyCharm.
Contributing
For information on how to contribute to NASA-PDS codebases please take a look at our Contributing guidelines.
Installation
Install in editable mode and with extra developer dependencies into your virtual environment of choice:
pip install git+https://github.com/NASA-AMMOS/slim-detect-secrets.git@exp
pip install --editable '.[dev]'
Then, configure the pre-commit hooks:
pre-commit install
pre-commit install -t pre-push
pre-commit install -t prepare-commit-msg
pre-commit install -t commit-msg
These hooks then will check for any future commits that might contain secrets. They also check code formatting, PEP8 compliance, type hints, etc.
👉 Note: A one time setup is required both to support detect-secerts and in your global Git configuration. See the wiki entry on Secrets to learn how.
Tests
This section describes testing for your package.
A complete "build" including test execution, linting (mypy, black, flake8, etc.), and documentation build is executed via:
tox
Build
pip install build
python3 -m build .
Publication
NASA PDS packages can publish automatically using the Roundup Action, which leverages GitHub Actions to perform automated continuous integration and continuous delivery. A default workflow that includes the Roundup is provided in the .github/workflows/unstable-cicd.yaml file. (Unstable here means an interim release.)
Manual Publication
Create the package:
python3 -m build .
Publish it as a Github release.
Publish on PyPI (you need a PyPI account and configure $HOME/.pypirc):
pip install twine
twine upload dist/*
Or publish on the Test PyPI (you need a Test PyPI account and configure $HOME/.pypirc):
pip install twine
twine upload --repository testpypi dist/*
Owner
- Name: NASA Planetary Data System Software
- Login: NASA-PDS
- Kind: organization
- Email: pds-operator@jpl.nasa.gov
- Website: https://nasa-pds.github.io/
- Repositories: 106
- Profile: https://github.com/NASA-PDS
GitHub Events
Total
- Create event: 42
- Issues event: 44
- Release event: 20
- Watch event: 1
- Delete event: 54
- Issue comment event: 83
- Push event: 83
- Pull request review comment event: 19
- Pull request review event: 40
- Pull request event: 34
- Fork event: 1
Last Year
- Create event: 42
- Issues event: 44
- Release event: 20
- Watch event: 1
- Delete event: 54
- Issue comment event: 83
- Push event: 83
- Pull request review comment event: 19
- Pull request review event: 40
- Pull request event: 34
- Fork event: 1
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 40
- Total pull requests: 58
- Average time to close issues: about 1 month
- Average time to close pull requests: 23 days
- Total issue authors: 4
- Total pull request authors: 5
- Average comments per issue: 0.8
- Average comments per pull request: 0.86
- Merged pull requests: 30
- Bot issues: 1
- Bot pull requests: 35
Past Year
- Issues: 39
- Pull requests: 41
- Average time to close issues: about 1 month
- Average time to close pull requests: 28 days
- Issue authors: 4
- Pull request authors: 5
- Average comments per issue: 0.82
- Average comments per pull request: 0.95
- Merged pull requests: 24
- Bot issues: 1
- Bot pull requests: 18
Top Authors
Issue Authors
- tloubrieu-jpl (24)
- jordanpadams (14)
- tyleryy (1)
- dependabot[bot] (1)
Pull Request Authors
- dependabot[bot] (35)
- tloubrieu-jpl (12)
- collinss-jpl (9)
- nutjob4life (1)
- jordanpadams (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 3
-
Total downloads:
- pypi 100 last-month
-
Total dependent packages: 0
(may contain duplicates) -
Total dependent repositories: 0
(may contain duplicates) - Total versions: 28
- Total maintainers: 5
pypi.org: labcas.workflow
Get Planetary Data from the Planetary Data System (PDS)
- Homepage: https://github.com/NASA-PDS/peppi
- Documentation: https://labcas.workflow.readthedocs.io/
- License: apache-2.0
-
Latest release: 0.1.13
published 10 months ago
Rankings
pypi.org: pds.notpeppi
SANDBOX: Get Planetary Data from the Planetary Data System (PDS) NOT the real version
- Homepage: https://github.com/NASA-PDS/peppi
- Documentation: https://pds.notpeppi.readthedocs.io/
- License: apache-2.0
-
Latest release: 6.87.0
published over 1 year ago
Rankings
Maintainers (1)
pypi.org: pds.peppi
Get Planetary Data from the Planetary Data System (PDS)
- Homepage: https://github.com/NASA-PDS/peppi
- Documentation: https://pds.peppi.readthedocs.io/
- License: apache-2.0
-
Latest release: 0.7.0
published 12 months ago
Rankings
Maintainers (4)
Dependencies
- actions/cache v3 composite
- actions/checkout v4 composite
- actions/setup-python v4 composite
- actions/checkout v4 composite
- actions/upload-artifact v3 composite
- github/codeql-action/analyze v2 composite
- github/codeql-action/autobuild v2 composite
- github/codeql-action/init v2 composite
- actions/checkout v2 composite
- NASA-PDS/roundup-action stable composite
- actions/cache v3 composite
- actions/checkout v4 composite
- actions/checkout v4 composite
- hashicorp/setup-terraform v2 composite
- NASA-PDS/roundup-action stable composite
- actions/cache v3 composite
- actions/checkout v4 composite