Metadata-Version: 2.1
Name: antelope
Version: 0.1
Summary: YAML to AST parser
Home-page: https://github.com/omry/antelope
Author: Omry Yadan
Author-email: omry@yadan.net
License: UNKNOWN
Keywords: yaml parser
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: antlr4-python2-runtime ; python_version < "3.0"
Requires-Dist: antlr4-python3-runtime ; python_version >= "3.0"
Provides-Extra: dev
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: tox ; extra == 'dev'
Requires-Dist: coveralls ; extra == 'dev'
Requires-Dist: twine ; extra == 'dev'

[![PyPI version](https://badge.fury.io/py/antelope.svg)](https://badge.fury.io/py/antelope)
[![Build Status](https://travis-ci.com/omry/antelope.svg?branch=master)](https://travis-ci.com/omry/antelope)
[![downloads](https://img.shields.io/pypi/dm/antelope.svg)](https://pypistats.org/packages/antelope)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/antelope.svg)

# Antelope
Antelope is an [ANTLR](https://www.antlr.org/) based YAML 1.2 parser.

Python implementation 
WIP``


