Metadata-Version: 1.1
Name: nanodb
Version: 0.4.1
Summary: In memory database for geolocated and temporal data
Home-page: https://github.com/pmdartus/NanoCube
Author: Pierre-Marie Dartus
Author-email: dartus.pierremarie@gmail.com
License: Apache License 2.0
Download-URL: https://github.com/pmdartus/NanoCube/tarball/v0.4.1
Description: # NanoDB [![Build Status](https://travis-ci.org/pmdartus/NanoCube.svg?branch=master)](https://travis-ci.org/pmdartus/NanoCube) [![Coverage Status](https://coveralls.io/repos/pmdartus/NanoCube/badge.png?branch=master)](https://coveralls.io/r/pmdartus/NanoCube?branch=master)
        
        In-memory data structure for spatiotemporal data cubes. Project based on research made 
        by [Information Visualization department](http://www.research.att.com/infovis) at AT&T.
        
        ## Installation
        
        ```
        sudo pip install nanodb
        ```
        The package contains following command tools: `nanodb`and `nanodb_server`.
        
        **Warning:** Currently support python 2.7 only.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Database :: Database Engines/Servers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2.7
