Metadata-Version: 2.1
Name: doctor-wheel
Version: 1.2
Summary: A utility to strip and reduce the size of your wheels
Home-page: https://github.com/smok-serwis/doctor-wheel
Author: Piotr Maślanka
Author-email: pmaslanka@smok.co
License: UNKNOWN
Project-URL: Code, https://github.com/smok-serwis/doctor-wheel
Project-URL: Issue tracker, https://github.com/smok-serwis/doctor-wheel/issues
Description: doctor_wheel
        ============
        
        [![PyPI](https://img.shields.io/pypi/pyversions/doctor-wheel.svg)](https://pypi.python.org/pypi/doctor-wheel)
        [![PyPI version](https://badge.fury.io/py/doctor-wheel.svg)](https://badge.fury.io/py/doctor-wheel)
        [![PyPI](https://img.shields.io/pypi/implementation/doctor-wheel.svg)](https://pypi.python.org/pypi/doctor-wheel)
        [![Maintainability](https://api.codeclimate.com/v1/badges/657b03d115f6e001633c/maintainability)](https://codeclimate.com/github/smok-serwis/doctor-wheel/maintainability)
        [![Build status](https://circleci.com/gh/smok-serwis/doctor-wheel.svg?style=shield)](https://app.circleci.com/pipelines/github/smok-serwis/doctor-wheel)
        
        `doctor-wheel` is an utility to reduce the size of your binary wheels
        by stripping their .so extensions
        with [GNU strip](https://sourceware.org/binutils/docs/binutils/strip.html)
        
        It requires `strip` to be available in PATH, and will refuse to run 
        if it is not found.
        
        # Usage
        
        ```
        doctor-wheel name-of-your-wheel-file.whl name-of-second-wheel-file.whl ...
        ```
        
        You can provide as many wheel files as you want. 
        They will be altered in place though. The files will be unzipped to a temporary directory.
        
        # Installation
        
        ```
        pip install doctor-wheel
        ```
        
        # Change log
        
        ## v1.2:
        
        * dropped satella requirement, so made available for Python 2.7
        
Keywords: wheel,strip,size,reduction
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Operating System :: POSIX
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: System :: Software Distribution
Description-Content-Type: text/markdown; charset=UTF-8
