Metadata-Version: 2.0
Name: yaml2cli
Version: 0.7
Summary: Script Generator that organizes cli args by YAML
Home-page: https://github.com/ickc/yaml2cli
Author: Kolen Cheung
Author-email: christian.kolen@gmail.com
License: GPLv3
Description-Content-Type: UNKNOWN
Keywords: yaml cli args shell script generator
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Dist: pyyaml
Requires-Dist: yamlordereddictloader
Provides-Extra: dev
Requires-Dist: check-manifest; extra == 'dev'
Provides-Extra: test
Requires-Dist: pep8; extra == 'test'
Requires-Dist: pylint; extra == 'test'
Requires-Dist: pytest; extra == 'test'
Requires-Dist: pytest-cov; extra == 'test'
Requires-Dist: coverage; extra == 'test'
Requires-Dist: coveralls; extra == 'test'
Requires-Dist: future; extra == 'test'

.. This README is auto-generated from `docs/README.md`. Do not edit this file directly.

===========================================================
yaml2cli — Script Generator that organizes cli args by YAML
===========================================================

:Date:   July 21, 2017

.. contents::
   :depth: 3
..

|Build Status| |GitHub Releases| |PyPI version| |Development Status|
|Python version| |License| |Coveralls|

Organize cli args through YAML. Useful for organizing huge amounts of
cli args, as well as a tons of commands with interelated cli args.
Useful for a long pipeline with dependencies with each other.

.. |Build Status| image:: https://travis-ci.org/ickc/yaml2cli.svg?branch=master
   :target: https://travis-ci.org/ickc/yaml2cli
.. |GitHub Releases| image:: https://img.shields.io/github/tag/ickc/yaml2cli.svg?label=github+release
   :target: https://github.com/ickc/yaml2cli/releases
.. |PyPI version| image:: https://img.shields.io/pypi/v/yaml2cli.svg
   :target: https://pypi.python.org/pypi/yaml2cli/
.. |Development Status| image:: https://img.shields.io/pypi/status/yaml2cli.svg
   :target: https://pypi.python.org/pypi/yaml2cli/
.. |Python version| image:: https://img.shields.io/pypi/pyversions/yaml2cli.svg
   :target: https://pypi.python.org/pypi/yaml2cli/
.. |License| image:: https://img.shields.io/pypi/l/yaml2cli.svg
.. |Coveralls| image:: https://img.shields.io/coveralls/ickc/yaml2cli.svg
   :target: https://coveralls.io/github/ickc/yaml2cli


