Metadata-Version: 2.1
Name: auditwheel-symbols
Version: 0.1.0
Summary: Find out which symbols causing auditwheel too-recent versioned symbols error.
Author: messense <messense@icloud.com>
Author-Email: messense <messense@icloud.com>
License: MIT
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

# auditwheel-symbols

[![GitHub Actions](https://github.com/messense/auditwheel-symbols-rs/workflows/Python/badge.svg)](https://github.com/messense/auditwheel-symbols/actions?query=workflow%3APython)
[![PyPI](https://img.shields.io/pypi/v/auditwheel-symbols.svg)](https://pypi.org/project/auditwheel-symbols)

Find out which symbols causing auditwheel too-recent versioned symbols error.

## Installation

```bash
pip install auditwheel-symbols
```

## Usage

```bash
auditwheel-symbols 0.1.0

USAGE:
    auditwheel-symbols <FILE> --manylinux <manylinux>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -m, --manylinux <manylinux>     [possible values: 1, 2010, 2014, 2_24]

ARGS:
    <FILE>
```

## License

This work is released under the MIT license. A copy of the license is provided in the [LICENSE](../LICENSE) file.

