Metadata-Version: 1.0
Name: pyosm
Version: 0.3.2
Summary: Parses OSM XML files in a fast and reliable way.
Home-page: http://github.com/iandees/pyosm
Author: Ian Dees
Author-email: ian.dees@gmail.com
License: LICENSE.txt
Description: pyosm
        =====
        
        A Python library for parsing OSM streams.
        
        Installation
        ------------
        
        Assuming Ubuntu 12.04 and an active python virtualenv:
        
        1. Install build dependencies:
        
                sudo apt-get install -y build-essential python-dev
        
        2. Install lxml dependencies:
            
                sudo apt-get install -y libxml2-dev libxslt-dev
        
        3. Install requirements:
        
                pip install -r requirements.txt
        
        4. Install pyosm:
        
                python setup.py install
        
        Usage
        -----
        
        There are several examples in the [`examples`](https://github.com/iandees/pyosm/tree/master/examples) directory.
Keywords: osm,openstreetmap,xml,parsing
Platform: UNKNOWN
