Metadata-Version: 2.4
Name: xlwings_utils
Version: 0.0.4
Summary: xlwings_utils
Author-email: Ruud van der Ham <rt.van.der.ham@gmail.com>
Project-URL: Homepage, https://github.com/salabim/xlwings_utils
Project-URL: Repository, https://github.com/salabim/xlwings_utils
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: dropbox

# xlwings_utils

## Introduction

This module provides some useful functions to be used in xlwings lite.
The xlwings lite system does not provide access to the local file system. With this
module, files can be copied between dropbox and the pyodide file systen. And
therefore, it is possible to indirectly use the local file system.

On top of that, this module makes it possible to capture stdout writes, which
can then be copied to a worksheet in a later stage.

## Installation

Just add xlwings-utils to the requirement tab.

## Dropbox support

xlwings_lite only works with full access dropbox apps.

In order to use dropbox, is is necessary to initialize the module with credentials.

## Capture stdout support

 Badges

![PyPI](https://img.shields.io/pypi/v/xlwings-utils) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/xlwings-utils) ![PyPI - Implementation](https://img.shields.io/pypi/implementation/xlwings-utils)
![PyPI - License](https://img.shields.io/pypi/l/xlwings-utils) ![ruff](https://img.shields.io/badge/style-ruff-41B5BE?style=flat) 
![GitHub last commit](https://img.shields.io/github/last-commit/salabim/peek)

