Metadata-Version: 2.3
Name: cloudly
Version: 0.2.7b4
Summary: Utilities for cloud computing.
Author-email: Zepu Zhang <zepu.zhang@gmail.com>
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: fastavro
Requires-Dist: filelock
Requires-Dist: orjson
Requires-Dist: pyarrow
Requires-Dist: tqdm
Requires-Dist: typing-extensions
Requires-Dist: tzdata
Requires-Dist: zstandard
Requires-Dist: deprecation
Requires-Dist: azure-storage-blob >=12.9.0,<13.0 ; extra == "azure"
Requires-Dist: google-cloud-bigquery ; extra == "bigquery"
Requires-Dist: google-cloud-bigquery-storage ; extra == "bigquery"
Requires-Dist: sphinx ; extra == "doc"
Requires-Dist: numpydoc ; extra == "doc"
Requires-Dist: pydata-sphinx-theme ; extra == "doc"
Requires-Dist: google-auth ; extra == "gcp"
Requires-Dist: google-api-core ; extra == "gcp"
Requires-Dist: google-api-python-client ; extra == "gcp"
Requires-Dist: google-cloud-batch ; extra == "gcp"
Requires-Dist: google-cloud-compute ; extra == "gcp"
Requires-Dist: google-cloud-logging ; extra == "gcp"
Requires-Dist: google-cloud-scheduler ; extra == "gcp"
Requires-Dist: google-cloud-secret-manager ; extra == "gcp"
Requires-Dist: google-cloud-storage ; extra == "gcp"
Requires-Dist: google-cloud-workflows ; extra == "gcp"
Requires-Dist: requests ; extra == "gcp"
Requires-Dist: pytest-asyncio ; extra == "test"
Requires-Dist: pytest-mock ; extra == "test"
Requires-Dist: boltons ; extra == "test"
Requires-Dist: lz4 ; extra == "test"
Requires-Dist: orjson ; extra == "test"
Project-URL: Source, https://github.com/zpz/cloudly
Provides-Extra: azure
Provides-Extra: bigquery
Provides-Extra: doc
Provides-Extra: gcp
Provides-Extra: test

cloudly
=======

The scope of ``cloudly`` is evolving. New functionalities are added on an "as-needed" basis.

Currently, the package includes two substantial components, namely ``cloudly.biglist`` and ``cloudly.upathlib``.
Both had been separately developed for a few years prior to their merge into ``cloudly`` in December 2024. 
At the time of the merge, both were battle-tested and fairly stable with very compelling use cases.

Read the `documentation <https://cloudly.readthedocs.io/en/latest/>`_.

Licence
-------

In addition to what the LICENSE file states, permission is **NOT** granted
for any content of this repository to be used in training, or "development" in general,
of "coding assistance" or "code generation" models.

