Skip to content
Snippets Groups Projects
Select Git revision
  • 56b3d4794abfa6257c6a8a4ed8fcf8b099f7cd98
  • master default protected
2 results

pymoondb

# Welcome to PyMoonDB

MoonDB is a NASA-funded quality-controlled data system that will preserve, digitize and curate lunar geochemical and petrological data and their associated sample metadata and analytical metadata.

PyMoonDB is a python client to the Application Program Interface made available by the MoonDB project.

Installation

Within the directory where setup.py is placed, type:

pip install -e .

To use (with caution), simply do::

>>> import funniest
>>> print funniest.joke()