Metadata-Version: 1.1
Name: sitemap3
Version: 0.0.1
Summary: An async command line utility for generating a sitemap within a text file
Home-page: https://github.com/konstantinfarrell/sitemap3
Author: Konstantin Farrell
Author-email: konstantinfarrell@gmail.com
License: MIT
Description: [![Build Status](https://travis-ci.org/konstantinfarrell/sitemap3.svg?branch=master)](https://travis-ci.org/konstantinfarrell/sitemap3)
        [![Coverage Status](https://coveralls.io/repos/github/konstantinfarrell/sitemap3/badge.svg?branch=master)](https://coveralls.io/github/konstantinfarrell/sitemap3?branch=master)
        
        # Sitemap3
        
        Sitemap3 is a basic sitemap generation utility written in Python 3.5.
        
        ## Install
        
            pip install sitemap3
        
        or
        
            git clone git@github.com:konstantinfarrell/sitemap3.git
            cd sitemap3
            python setup.py install
        
        Don't forget a virtualenv
        
        ## Usage
        
            python sitemap <url>
        
        ## TODO
        
        - Add xml support
        - Add full async support
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Utilities
Classifier: Topic :: Internet
