Metadata-Version: 1.0
Name: osmium
Version: 0.1a1
Summary: Osmium OSM processing library for Python
Home-page: http://www.bitbucket.org/jokoala/pyosmium
Author: Johannes Kolb
Author-email: johannes.kolb@gmx.net
License: GPL
Description: =================
        Osmium for Python
        =================
        
        This is a Python port of the Osmium (http://wiki.openstreetmap.org/wiki/Osmium) library,
        which provides a fast and flexible toolkit for working with Open Street Map data.
        
        Currently only a small subset of the Osmium toolkit is implement. You can read
        and write OSM files in different formats and process them through a customized
        filter.
        
        Please have a look at http://bitbucket.org/jokoala/pyosmium/wiki/Home for
        examples and (an approximation to) documentation.
        
Keywords: OSM,Open Street Map,Osmium
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: C++
