Metadata-Version: 2.1
Name: cobry
Version: 0.1.1
Summary: Yet another command line interface toolkit to built versatile and modern CLI applications.
Home-page: https://github.com/tuunit/cobry
Author: Jan Larwig
Author-email: jan@larwig.com
License: BSD 3-Clause License
Description: ![cobry](https://user-images.githubusercontent.com/18513179/85131728-a9cdbe80-b237-11ea-9804-48ed1537e609.png)
        
        # This library is currently work in progress and under active development
        
        Cobry is a library for creating powerful and modern CLI applications by providing a simple to follow architecture. It helps you to create clean and easy to use CLI applications like git, kubectl or helm.
        
        On further notice, cobry is a python port (WIP) of the popular GOlang CLI creation library [cobra](https://github.com/spf13/cobra). It aims to be as versatile as the original library and brings the clean architecture and concepts defined for cobra into the python ecosystem.
        
        
        [![Build Status](https://travis-ci.org/tuunit/cobry.svg?branch=master)](https://travis-ci.org/tuunit/cobry)
        [![codecov](https://codecov.io/gh/tuunit/cobry/branch/master/graph/badge.svg)](https://codecov.io/gh/tuunit/cobry)
        [![PyPI - Downloads](https://img.shields.io/pypi/dm/cobry)](https://pypi.org/project/cobry/)
        [![PyPI version](https://badge.fury.io/py/cobry.svg)](https://badge.fury.io/py/cobry)
        [![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://github.com/tuunit/cobry/blob/master/LICENSE)
        
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.0
Description-Content-Type: text/markdown
