Metadata-Version: 2.1
Name: typewrap
Version: 0.2.4
Summary: A super small package for function input type checking
Home-page: https://github.com/a-poor/typewrap
Author: Austin Poor
Author-email: austinpoor@gmail.com
License: UNKNOWN
Description: # Type-Wrap
        
        _created by Austin Poor_
        
        [![Build Status](https://travis-ci.org/a-poor/typewrap.svg?branch=master)](https://travis-ci.org/a-poor/typewrap)
        [![PyPI](https://img.shields.io/pypi/v/typewrap)](https://pypi.org/project/typewrap/)
        [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/typewrap)](https://pypi.org/project/typewrap/)
        [![codecov](https://codecov.io/gh/a-poor/typewrap/branch/master/graph/badge.svg)](https://codecov.io/gh/a-poor/typewrap)
        [![Documentation Status](https://readthedocs.org/projects/typewrap/badge/?version=latest)](https://typewrap.readthedocs.io/en/latest/?badge=latest)
        
        
        Super tiny python package for function typechecking.
        
        * GitHub: https://github.com/a-poor/typewrap
        * ReadTheDocs: https://typewrap.readthedocs.io
        * PyPi: https://pypi.org/project/typewrap
        
        
        ## Installation
        
        Install with pip
        
        ```bash
        $ pip install typewrap
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
