Metadata-Version: 2.3
Name: xls-updater
Version: 0.1.12
Summary: Convert legacy xls data to newer xlsx format.
Project-URL: homepage, https://github.com/Tranquility2/xls_updater
Project-URL: repository, https://github.com/Tranquility2/xls_updater
Author-email: Roy Moore <roy@moore.co.il>
Keywords: converter,excel,fileformat,spreadsheet,xls,xlsx
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: File Formats
Classifier: Topic :: Office/Business :: Financial :: Spreadsheet
Requires-Python: >=3.10
Requires-Dist: click==8.1.7
Requires-Dist: openpyxl==3.1.2
Requires-Dist: tqdm==4.66.2
Requires-Dist: xlrd==2.0.1
Provides-Extra: bin
Requires-Dist: pyinstaller; extra == 'bin'
Provides-Extra: dev
Requires-Dist: black; extra == 'dev'
Requires-Dist: isort; extra == 'dev'
Requires-Dist: mypy; extra == 'dev'
Requires-Dist: pre-commit; extra == 'dev'
Requires-Dist: pylint; extra == 'dev'
Provides-Extra: release
Requires-Dist: build; extra == 'release'
Requires-Dist: semvergit; extra == 'release'
Requires-Dist: twine; extra == 'release'
Provides-Extra: test
Requires-Dist: humanize; extra == 'test'
Requires-Dist: pandas==2.*; extra == 'test'
Requires-Dist: pyarrow==15.*; extra == 'test'
Requires-Dist: pytest; extra == 'test'
Requires-Dist: pytest-cov; extra == 'test'
Requires-Dist: pytest-mock; extra == 'test'
Requires-Dist: xlwt==1.*; extra == 'test'
Description-Content-Type: text/markdown

[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) [![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/) [![linting: pylint](https://img.shields.io/badge/linting-pylint-yellowgreen)](https://github.com/pylint-dev/pylint) [![Checked with mypy](http://www.mypy-lang.org/static/mypy_badge.svg)](http://mypy-lang.org/)

[![PyPI - Version](https://img.shields.io/pypi/v/xls-updater.svg?logo=pypi&label=PyPI&logoColor=gold)](https://pypi.org/project/xls-updater/) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/xls-updater.svg?logo=python&label=Python&logoColor=gold)](https://pypi.org/project/xls-updater/) [![Coverage Status](https://coveralls.io/repos/github/Tranquility2/xls_updater/badge.svg?branch=master)](https://coveralls.io/github/Tranquility2/xls_updater?branch=master)

# xls_updater

Convert legacy xls data to newer xlsx format.

💭 [Based on the kind comment made by Jackypengyu](https://stackoverflow.com/a/39461816 "Link")

## Usage

```
Usage: python -m xls_updater [OPTIONS] SRC_FILE_PATH

  Convert an xls file to xlsx.

Options:
  --version  Show the version and exit.
  --help     Show this message and exit.
```

## Development

Please see [CONTRIBUTING.md](https://github.com/Tranquility2/xls_updater/blob/master/CONTRIBUTING.md)

## License

This project is published under the MIT license.

If you do find it useful, please consider contributing your changes back upstream.
