Metadata-Version: 1.1
Name: pureyaml
Version: 0.1.0
Summary: Yet another yaml parser, in pure python.
Home-page: https://github.com/bionikspoon/pureyaml
Author: Manu Phatak
Author-email: bionikspoon@gmail.com
License: MIT
Description: .. START Source defined in docs/github_docs.py
        
        
        .. This document was procedurally generated by docs/github_docs.py on Monday, January 18, 2016
        
        
        .. END Source defined in docs/github_docs.py
        .. START Source defined in docs/github_docs.py
        
        
        .. role:: mod(literal)
        .. role:: func(literal)
        .. role:: data(literal)
        .. role:: const(literal)
        .. role:: class(literal)
        .. role:: meth(literal)
        .. role:: attr(literal)
        .. role:: exc(literal)
        .. role:: obj(literal)
        .. role:: envvar(literal)
        
        
        .. END Source defined in docs/github_docs.py
        .. START Source defined in docs/source/_partial/readme_title.rst
        
        ===============================
        pureyaml
        ===============================
        
        .. image:: https://badge.fury.io/py/pureyaml.svg
            :target: https://pypi.python.org/pypi/pureyaml/
            :alt: Latest Version
        
        .. image:: https://img.shields.io/pypi/status/pureyaml.svg
            :target: https://pypi.python.org/pypi/pureyaml/
            :alt: Development Status
        
        .. image:: https://travis-ci.org/bionikspoon/pureyaml.svg?branch=develop
            :target: https://travis-ci.org/bionikspoon/pureyaml?branch=develop
            :alt: Build Status
        
        .. image:: https://coveralls.io/repos/bionikspoon/pureyaml/badge.svg?branch=develop
            :target: https://coveralls.io/github/bionikspoon/pureyaml?branch=develop&service=github
            :alt: Coverage Status
        
        .. image:: https://readthedocs.org/projects/pureyaml/badge/?version=develop
            :target: https://pureyaml.readthedocs.org/en/develop/?badge=develop
            :alt: Documentation Status
        
        
        Yet another yaml parser, in pure python.
        
        
        .. END Source defined in docs/source/_partial/readme_title.rst
        .. START Source defined in docs/source/_partial/readme_features.rst
        
        Features
        --------
        
        - Documentation: https://pureyaml.readthedocs.org
        - Open Source: https://github.com/bionikspoon/pureyaml
        - MIT license
        
        
        .. END Source defined in docs/source/_partial/readme_features.rst
        .. START Source defined in docs/source/installation.rst
        
        
        ============
        Installation
        ============
        
        At the command line either via easy_install or pip
        
        .. code-block:: shell
        
            $ pip install pureyaml
        
        
        
        .. code-block:: shell
        
            $ easy_install pureyaml
        
        Or, if you have virtualenvwrapper installed
        
        .. code-block:: shell
        
            $ mkvirtualenv pureyaml
            $ pip install pureyaml
        
        **Uninstall**
        
        .. code-block:: shell
        
            $ pip uninstall pureyaml
        
        
        .. END Source defined in docs/source/installation.rst
        .. START Source defined in docs/source/usage.rst
        
        =====
        Usage
        =====
        
        To use pureyaml in a project
        
        .. code-block:: python
        
            import pureyaml
        
        
        .. END Source defined in docs/source/usage.rst
        .. START Source defined in docs/source/_partial/readme_credits.rst
        
        Credits
        -------
        
        Tools used in rendering this package:
        
        *  Cookiecutter_
        *  `bionikspoon/cookiecutter-pypackage`_ forked from `audreyr/cookiecutter-pypackage`_
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`bionikspoon/cookiecutter-pypackage`: https://github.com/bionikspoon/cookiecutter-pypackage
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        .. END Source defined in docs/source/_partial/readme_credits.rst
        
        
        =======
        History
        =======
        
        Next Release
        ------------
        
        * Coming Soon
        
        0.1.0 (2015-12-13)
        ------------------
        
        * First release on PyPI.
        
Keywords: pureyaml Manu Phatak
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Programming Language :: YACC
Classifier: Topic :: Database
Classifier: Topic :: Documentation :: Sphinx
Classifier: Topic :: Internet
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Text Processing
Classifier: Topic :: Text Processing :: General
Classifier: Topic :: Text Processing :: Markup
Classifier: Topic :: Utilities
