Metadata-Version: 2.2
Name: wrapping
Version: 0.0.3
Summary: Python Wrapping
Home-page: https://github.com/bhgomes/wrapping
Author: Brandon Gomes
Author-email: bhgomes.github@gmail.com
License: MIT
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
License-File: LICENSE
Requires-Dist: wrapt
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary


<div align="center">

# wrapping

[![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)
[![Maintainability](https://api.codeclimate.com/v1/badges/6faad0d6237d60aac9d5/maintainability)](https://codeclimate.com/github/bhgomes/wrapping/maintainability)
[![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)

_An Extra Python Wrapping Library_

</div>


## License

This project is licensed under the [MIT Open Source License](LICENSE).

Copyright (c) 2019 Brandon Gomes 
