Metadata-Version: 2.3
Name: exasol-bucketfs
Version: 2.0.0
Summary: BucketFS utilities for the Python programming language
License: MIT
Keywords: exasol,bucketfs
Author: Torsten Kilias
Author-email: torsten.kilias@exasol.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: attrs (>=23.2.0)
Requires-Dist: exasol-saas-api (>2.0.0,<3.0)
Requires-Dist: httpx (>=0.27.0)
Requires-Dist: requests (>=2.32.4)
Project-URL: Homepage, https://github.com/exasol/bucketfs-python
Project-URL: Repository, https://github.com/exasol/bucketfs-python
Description-Content-Type: text/x-rst

Exasol Bucketfs
###############

.. image:: https://img.shields.io/pypi/v/exasol-bucketfs
     :target: https://pypi.org/project/exasol-bucketfs/
     :alt: PyPI Version

.. image:: https://img.shields.io/pypi/pyversions/exasol-bucketfs
    :target: https://pypi.org/project/sexasol-bucketfs
    :alt: PyPI - Python Version

.. image:: https://img.shields.io/badge/exasol-7.1.9%20%7C%207.0.18-green
    :target: https://www.exasol.com/
    :alt: Exasol - Supported Version(s)

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
    :target: https://github.com/psf/black
    :alt: Formatter - Black

.. image:: https://img.shields.io/badge/imports-isort-ef8336.svg
    :target: https://pycqa.github.io/isort/
    :alt: Formatter - Isort

.. image:: https://img.shields.io/pypi/l/exasol-bucketfs
     :target: https://opensource.org/license/MIT
     :alt: License

.. image:: https://img.shields.io/github/last-commit/exasol/bucketfs-python
     :target: https://pypi.org/project/exasol-bucketfs/
     :alt: Last Commit


Exasol Bucketfs is a Python library to interact with Exasol `Bucketfs-Service(s) <https://docs.exasol.com/db/latest/database_concepts/bucketfs/bucketfs.htm>`_.

🚀 Features
------------

* List all buckets of a bucketfs service
* List all files in a bucket
* Download files from bucketfs
* Upload files to bucketfs
* Delete files from bucketfs
* Pythonic API


💾 Installation
----------------

.. code-block:: shell

    pip install exasol-bucketfs

📚 Documentation
----------------

The latest documentation can be found `here <https://exasol.github.io/bucketfs-python/>`_.


