Metadata-Version: 1.0
Name: WebTestRunner
Version: 0.1
Summary: Web-based interface for selectively executing client-side Python UnitTests
Home-page: https://github.com/jessejlt
Author: Jesse Thompson
Author-email: jessejlt@gmail.com
License: MIT
Description: This file requires editing
        ==========================
        
        Note to the author: Please add something informative to this README *before*
        releasing your software, as `a little documentation goes a long way`_.  Both
        README.rst (this file) and NEWS.txt (release notes) will be included in your
        package metadata which gets displayed in the PyPI page for your project.
        
        You can take a look at the README.txt of other projects, such as repoze.bfg
        (http://bfg.repoze.org/trac/browser/trunk/README.txt) for some ideas.
        
        .. _`a little documentation goes a long way`: http://www.martinaspeli.net/articles/a-little-documentation-goes-a-long-way
        
        Credits
        -------
        
        - `Distribute`_
        - `Buildout`_
        - `modern-package-template`_
        
        .. _Buildout: http://www.buildout.org/
        .. _Distribute: http://pypi.python.org/pypi/distribute
        .. _`modern-package-template`: http://pypi.python.org/pypi/modern-package-template
        
        
        .. This is your project NEWS file which will contain the release notes.
        .. Example: http://www.python.org/download/releases/2.6/NEWS.txt
        .. The content of this file, along with README.rst, will appear in your
        .. project's PyPI page.
        
        News
        ====
        
        0.2a1
        -----
        
        *Release date: UNRELEASED*
        
        * Example news entry for the in-development version
        
        
        0.1
        ---
        
        *Release date: 15-Mar-2010*
        
        * Example news entry for a released version
        
        
Keywords: unittest
Platform: UNKNOWN
