Metadata-Version: 2.2
Name: funcnodes-files
Version: 0.2.14
Summary: A package for managing file downloads, uploads, and folder handling within FuncNodes workflows.
Author-email: Julian Kimmig <julian.kimmig@linkdlab.de>
License: AGPL-3.0
Project-URL: homepage, https://github.com/Linkdlab/funcnodes_files
Project-URL: source, https://github.com/Linkdlab/funcnodes_files
Project-URL: tracker, https://github.com/Linkdlab/funcnodes_files/issues
Project-URL: download, https://pypi.org/project/funcnodes-files/#files
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: funcnodes-core>=0.3.40
Requires-Dist: funcnodes>=0.5.6
Requires-Dist: funcnodes-react-flow>=0.3.3
Requires-Dist: requests; sys_platform != "emscripten"
Requires-Dist: asynctoolkit>=0.1.3

# FuncNodes Files

## Overview

`funcnodes-files` provides nodes designed to handle file downloads, uploads, and folder uploads, making it easy to manage file interactions within a [Funcnodes](https://github.com/linkdlab/funcnodes) environment. It supports downloading files from URLs, uploading files and folders, and interacting with file metadata such as file names and paths.

## Installation

Install the package with:

```bash
pip install funcnodes-files
```

## Getting Started

Please refere to the [Funcnodes](https://github.com/linkdlab/funcnodes) package

## Example Usage

ou can integrate these nodes into your workflows to automate file handling tasks such as downloading files from a URL, uploading single or multiple files (via folder upload), and extracting relevant metadata (e.g., filenames, paths).

## Contribution

Feel free to contribute to this project by submitting pull requests. You can help by adding new nodes, fixing bugs, or enhancing documentation.

## License

This project is licensed under the MIT License.

## Contact

For any questions or issues, please open an issue on the GitHub repository.
