Metadata-Version: 1.1
Name: tilequeue
Version: 1.8.1
Summary: Queue operations to manage the processes surrounding tile rendering.
Home-page: https://github.com/mapzen/tilequeue
Author: Robert Marianski, Mapzen
Author-email: rob@mapzen.com
License: MIT
Description: # tilequeue
        
        A tile generator, used by itself for asyncronous tile generation or with [tileserver](https://github.com/tilezen/tileserver/) for serving tiles.
        
        ## Installation
        
        We recommend following the vector-datasource [installation instructions](https://github.com/tilezen/vector-datasource/wiki/Mapzen-Vector-Tile-Service). 
        
        _Note: Installation has been tested using Python 2.7 and results with other versions may vary._
        
        In addition to the dependencies in [requirements.txt](requirements.txt), tileserver requires
        
        * PostgreSQL client-side development library and headers (for psycopg)
        * GEOS library
        
        These can be installed on Debian-based systems with
        ```
        sudo apt-get install libpq-dev libgeos-c1v5
        ```
        
        Then install the python requirements with
        
            pip install -Ur requirements.txt
        
        Then:
        
            python setup.py develop
        
        ## Configuration
        
        See [`config.yaml.sample`](https://github.com/tilezen/tilequeue/blob/master/config.yaml.sample)
        
        ## Layer definitions
        
        To understand the language tilequeue layer definitions, it's best to look at the [Tilezen vector-datasource](https://github.com/tilezen/vector-datasource)
        
        ## License
        
        Tilequeue is available under [the MIT license](https://github.com/tilezen/tilequeue/blob/master/LICENSE.txt).
        
Keywords: aws queue s3 sqs tile map
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Internet :: WWW/HTTP :: Site Management
Classifier: Topic :: Utilities
