Loading MANIFEST.in 0 → 100644 +2 −0 Original line number Diff line number Diff line include README.md include examples/* README.md +8 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,14 @@ MoonDB is a NASA-funded quality-controlled data system that will preserve, digit 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() example1.ipynb→examples/example1.ipynb +0 −0 File moved. View file moondb/__init__.py 0 → 100644 +2 −0 Original line number Diff line number Diff line from .core import * from .helpers import * moondb/__pycache__/__init__.cpython-37.pyc 0 → 100644 +176 B File added.No diff preview for this file type. View file Loading
MANIFEST.in 0 → 100644 +2 −0 Original line number Diff line number Diff line include README.md include examples/*
README.md +8 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,14 @@ MoonDB is a NASA-funded quality-controlled data system that will preserve, digit 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()
moondb/__init__.py 0 → 100644 +2 −0 Original line number Diff line number Diff line from .core import * from .helpers import *
moondb/__pycache__/__init__.cpython-37.pyc 0 → 100644 +176 B File added.No diff preview for this file type. View file