Metadata-Version: 2.1
Name: CommentFetcher
Version: 0.3.1
Summary: A tool for collect code comments.
Home-page: https://github.com/lc-soft/CommentFetcher
Author: Liu Chao
Author-email: lc-soft@live.cn
Maintainer: Liu Chao
Maintainer-email: lc-soft@live.cn
License: MIT
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*
Description-Content-Type: text/markdown

# CommentFetcher

A tool for collect code comments

## Installation

CommentFetcher is available on PyPI:

    $ pip install CommentFetcher

## Usage

An example application is provided. Getting it up and running should be pretty
straightforward. Then run the sample application to see how it's working:

    $ python example.py


