Metadata-Version: 2.1
Name: cparse
Version: 0.0.1
Summary: Code parser tool
Home-page: https://github.com/luciancooper/cparse
Author: Lucian Cooper
Author-email: cooperlucian@gmail.com
License: MIT
Project-URL: Documentation, https://cparse.readthedocs.io
Keywords: parser
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Operating System :: MacOS
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
Requires-Dist: pydecorator

# cparse

[![PyPI version shields.io](https://img.shields.io/pypi/v/cparse.svg?style=flat-square)](https://pypi.python.org/pypi/cparse/)
[![PyPI pyversions](https://img.shields.io/pypi/pyversions/cparse.svg?style=flat-square)](https://pypi.python.org/pypi/cparse/)
[![PyPI license](https://img.shields.io/pypi/l/cparse.svg?style=flat-square)](https://pypi.python.org/pypi/cparse/)
[![readthedocs](https://readthedocs.org/projects/cparse/badge/?version=latest&style=flat-square)](https://cparse.readthedocs.io)

Code parsing command line tool. Full documentation can be found [**here**](https://cparse.readthedocs.io)


## Installation

With `pip` via [PyPi](https://pypi.org)

```bash
pip install cparse
```

With `git`

```bash
git clone git://github.com/luciancooper/cparse.git cparse
cd cparse
python setup.py install
```
#### Dependencies

 * [`pydecorator`](https://github.com/luciancooper/pydecorator)


