Metadata-Version: 2.1
Name: click-types
Version: 1.0.0
Summary: Python library that provides useful click types
Home-page: https://codeaffen.org/projects/click-types/
Author: Christian Meißner
Author-email: Christian Meißner <cme@codeaffen.org>
License: GPLv3
Description: # click-types: Python API client library for phpIPAM installation
        
        [![PyPI version](https://badge.fury.io/py/click-types.svg)](https://badge.fury.io/py/click-types)
        [![Codacy Badge](https://app.codacy.com/project/badge/Grade/ed3511c33a254bfe942777c9ef3251e3)](https://www.codacy.com/gh/codeaffen/click-types/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=codeaffen/click-types&amp;utm_campaign=Badge_Grade)
        [![Documentation Status](https://readthedocs.org/projects/click-types/badge/?version=develop)](https://click-types.readthedocs.io/en/latest/?badge=develop)
        
        [click](https://click.palletsprojects.com) is the `Command line interface creation kit` and it helps you to create command line interfaces with some few lines of code. Click comes with meaningful defauls to make starting with it as easy as possible.
        
        A powerful feature of click is to develop custom types to convert and/or validate user input. There are several custom types in the wild but this repository is intended to collect such custom types to make it easily accessable.
        
Keywords: click types
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Developers
Requires-Python: >=3.6
Description-Content-Type: text/markdown
