Commit 1e77a7f7 authored by Alessandro Frigeri's avatar Alessandro Frigeri
Browse files

Scaffolding the module

parent dca675b8
Loading
Loading
Loading
Loading

MANIFEST.in

0 → 100644
+2 −0
Original line number Diff line number Diff line
include README.md
include examples/*
+8 −0
Original line number Diff line number Diff line
@@ -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()
+0 −0

File moved.

moondb/__init__.py

0 → 100644
+2 −0
Original line number Diff line number Diff line
from .core import *
from .helpers import *
+176 B

File added.

No diff preview for this file type.

Loading