Metadata-Version: 2.1
Name: wrapping
Version: 0.0.1
Summary: Python Wrapping
Home-page: https://github.com/bhgomes/wrapping
Author: Brandon Gomes
Author-email: bhgomes.github@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Development Status :: 1 - Planning
Requires-Python: >=3.5.0
Description-Content-Type: text/markdown
Requires-Dist: wrapt
Requires-Dist: python-box


<div align="center">

# wrapping
_Python Wrapping Library_

[![PyPI](https://img.shields.io/pypi/v/wrapping.svg)](https://pypi.org/project/wrapping)
[![Docs](https://readthedocs.org/projects/wrapping/badge/)](http://wrapping.readthedocs.io/en/stable/)
[![Build Status](https://travis-ci.com/bhgomes/wrapping.svg?branch=master)](https://travis-ci.com/bhgomes/wrapping)
[![Coverage Status](https://coveralls.io/repos/github/bhgomes/wrapping/badge.svg?branch=master)](https://coveralls.io/github/bhgomes/wrapping?branch=master)
[![License](https://img.shields.io/github/license/bhgomes/wrapping.svg?color=blue)](https://github.com/bhgomes/wrapping/blob/master/LICENSE)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)

</div>


## Documentation

[wrapping.readthedocs.io](https://wrapping.readthedocs.io)


