Skip to content

Commit

Permalink
Merge pull request #65 from NASA-PDS/messenger_case
Browse files Browse the repository at this point in the history
Support fields filtering and pandas dataframe output for Messenger notebook demo
  • Loading branch information
tloubrieu-jpl authored Dec 2, 2024
2 parents b4be010 + 8958c25 commit 555f32c
Show file tree
Hide file tree
Showing 10 changed files with 587 additions and 393 deletions.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ classifiers =

[options]
install_requires =
# use local path util fixes on namespace package management are made on an official release
pds.api-client~=1.6.1
pandas~=2.2.3

# Change this to False if you use things like __file__ or __path__—which you
# shouldn't use anyway, because that's what ``pkg_resources`` is for 🙂
Expand Down Expand Up @@ -62,6 +62,7 @@ dev =
tox~=4.11.0
types-setuptools>=68.1.0,<74.1.1
Jinja2<3.1
pandas-stubs~=2.2.3.241009

[options.entry_points]
# Put your entry point scripts here
Expand Down
2 changes: 1 addition & 1 deletion src/pds/peppi/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""PDS peppi."""
from .client import PDSRegistryClient # noqa
from .client import Products # noqa
from .products import Products # noqa

# For future consideration:
#
Expand Down
Loading

0 comments on commit 555f32c

Please sign in to comment.