Metadata-Version: 2.1
Name: graphh
Version: 0.1.1
Summary: A module to make GraphHopper API queries easy
Home-page: https://github.com/chuuw/graphh/
Author: Maëlle Cosson, Pauline Hamon-Giraud, Clément Caillard and Romain Tavenard
Author-email: 
License: UNKNOWN
Description: # `graphh`, A module to make GraphHopper API queries easy
        
        ## Documentation
        
        Detailed documentation is available at <http://graphh.readthedocs.io/>.
        
        ## Installation
        
        To install this package, you should use `pip`:
        
        ```bash
        pip install graphh
        ```
        
        ## Example usage
        
        ```python
        from graphh import GraphHopper
        
        [...]
        ```
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
