Created an initial data store object for handling the conversion of nmrglue data to and from XML.
This is the data_store.nmrglue.Nmrglue data container which inherits from
data_store.data_classes.Element. Custom to_xml() and from_xml() methods have been added to
specifically convert the numpy data element to and from Base64 format for fast and efficient
storage.