Metadata-Version: 1.1
Name: quickD3map
Version: 0.1.1
Summary: Generate quick d3 maps from location data in pandas
Home-page: https://github.com/zachcp/quickD3map
Author: zach powers
Author-email: zcharlop@rockefeller.edu
License: BSD
Description: #quickD3map
        
        ### D3 Point Maps from Pandas DataFrames
        
        
        quickD3map allows you to rapidly generate D3.js maps from data from within 
        the pandas/ipython ecosystem by converting Latitude/Longitude Data in to points
        
        #History
        
        
        
        0.1.1 (2014-03-19)
        ++++++++++++++++++
        * Fix Manifest file to include template directory
        
        0.1.0 (2014-03-19)
        ++++++++++++++++++
        * First release on PyPI.
Keywords: quickD3map
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
