Metadata-Version: 1.1
Name: datavoreclient
Version: 1.0rc1
Summary: Datavore-client - Python Client library to get data from LOPS Datavore services
Home-page: http://www.ifremer.fr/datavore
Author: LOPS Datavore team
Author-email: lops-support-cloud@listes.ifremer.fr
License: UNKNOWN
Description: Datavore-client - Python Client library to get data 
        from LOPS Datavore services
        =============================================================================
        
        Installation : 
        
            pip install datavoreclient
        
        Usage example:
        
            >>> from datavoreclient import Datalaps
            >>> dl = Datalaps()
            >>> idxlist = dl.searchIndexes('.*smos.*argo', return_id_only=False)
            >>> dl.getTimeserie(idxlist[0][0], 'SSSSAT', '-20,-20,20,20', groupby='yyyy-MM')
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
