funcnodes-files


Namefuncnodes-files JSON
Version 0.2.2 PyPI version JSON
download
home_pageNone
SummaryA package for managing file downloads, uploads, and folder handling within FuncNodes workflows.
upload_time2024-10-24 10:09:47
maintainerNone
docs_urlNone
authorJulian Kimmig
requires_python>=3.11
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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.


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "funcnodes-files",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": null,
    "keywords": null,
    "author": "Julian Kimmig",
    "author_email": "julian.kimmig@gmx.net",
    "download_url": "https://files.pythonhosted.org/packages/35/de/8599d61ecd40533ee33a500855fec61875c64d14683cf92fc445b972b916/funcnodes_files-0.2.2.tar.gz",
    "platform": null,
    "description": "# FuncNodes Files\n\n## Overview\n\n`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.\n\n## Installation\n\nInstall the package with:\n\n```bash\npip install funcnodes-files\n```\n\n## Getting Started\n\nPlease refere to the [Funcnodes](https://github.com/linkdlab/funcnodes) package\n\n## Example Usage\n\nou 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).\n\n## Contribution\n\nFeel free to contribute to this project by submitting pull requests. You can help by adding new nodes, fixing bugs, or enhancing documentation.\n\n## License\n\nThis project is licensed under the MIT License.\n\n## Contact\n\nFor any questions or issues, please open an issue on the GitHub repository.\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A package for managing file downloads, uploads, and folder handling within FuncNodes workflows.",
    "version": "0.2.2",
    "project_urls": {
        "download": "https://pypi.org/project/funcnodes-files/#files",
        "homepage": "https://github.com/Linkdlab/funcnodes_files",
        "source": "https://github.com/Linkdlab/funcnodes_files",
        "tracker": "https://github.com/Linkdlab/funcnodes_files/issues"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5190999a30b82f2b1dcc96e00fd70a61afb48129680d632fda42b2575b7267bc",
                "md5": "08a4a9666c5855b5f7020d349e67e0c9",
                "sha256": "73e12830aa00f133f685739a2e96000005da74f2c5517b5a94635124c936af65"
            },
            "downloads": -1,
            "filename": "funcnodes_files-0.2.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "08a4a9666c5855b5f7020d349e67e0c9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 11800,
            "upload_time": "2024-10-24T10:09:45",
            "upload_time_iso_8601": "2024-10-24T10:09:45.902789Z",
            "url": "https://files.pythonhosted.org/packages/51/90/999a30b82f2b1dcc96e00fd70a61afb48129680d632fda42b2575b7267bc/funcnodes_files-0.2.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "35de8599d61ecd40533ee33a500855fec61875c64d14683cf92fc445b972b916",
                "md5": "2a91bea36790d539245202392d9d0c59",
                "sha256": "97a49f71828f9f6f0c85a572bea41b1b31061ce5c8549cc954ac2a0e844ec712"
            },
            "downloads": -1,
            "filename": "funcnodes_files-0.2.2.tar.gz",
            "has_sig": false,
            "md5_digest": "2a91bea36790d539245202392d9d0c59",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 11269,
            "upload_time": "2024-10-24T10:09:47",
            "upload_time_iso_8601": "2024-10-24T10:09:47.009392Z",
            "url": "https://files.pythonhosted.org/packages/35/de/8599d61ecd40533ee33a500855fec61875c64d14683cf92fc445b972b916/funcnodes_files-0.2.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-24 10:09:47",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Linkdlab",
    "github_project": "funcnodes_files",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "funcnodes-files"
}
        
Elapsed time: 0.47729s