Metadata-Version: 2.1
Name: wheeltools
Version: 0.1.0b1
Summary: General tools for working with wheels
Home-page: https://github.com/anthrotype/wheeltools
Author: Matthew Brett
Author-email: matthew.brett@gmail.com
Maintainer: Matthew Brett
License: BSD license
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Build Tools
Description-Content-Type: text/markdown
Requires-Dist: wheel
Provides-Extra: testing
Requires-Dist: pytest (<4,>=3.0.0); extra == 'testing'
Requires-Dist: pytest-cov (<3,>=2.5.1); extra == 'testing'

[![Build Status](https://travis-ci.org/anthrotype/wheeltools.svg?branch=master)](https://travis-ci.org/anthrotype/wheeltools)
[![codecov](https://codecov.io/gh/anthrotype/wheeltools/branch/master/graph/badge.svg)](https://codecov.io/gh/anthrotype/wheeltools)

# wheeltools

General tools for working with wheels that aren't specific to delocate or
auditwheel.


