Metadata-Version: 2.1
Name: raViz
Version: 0.0.9
Summary: Package to help create flow visualizations
Home-page: https://github.com/utepnetlab/ra
Author: Christopher Mendoza
Author-email: camendoza7@miners.utep.edu
License: UNKNOWN
Description: 
        # Ra
        Ra helps easily generate geographic visualization using the folium package.
        [Github Link](https://github.com/utepnetlab/ra)
        
        ## Installation
        
        ```bash
        pip install raViz
        ```
        
        ## Usage
        ```python
        from raViz import ra
        import pandas as pd
        
        df = pd.read_csv('mycsv.csv')
        ra = ra(df)
        ra.createMap()
        ra.saveMap('MyMap.html')
        ```
        ## Contributing
        Anyone is welcome to contribute, if you'd like send a pull request for major changes with the changes you'd like to make.
        
        ## License
        [MIT](https://choosealicense.com/licenses/mit/)
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
