Metadata-Version: 2.4
Name: croud
Version: 1.15.0
Summary: A command line interface for CrateDB Cloud
Home-page: https://github.com/crate/croud
Author: Crate.io
Author-email: office@crate.io
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Database
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
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-Python: >=3.9
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: bitmath<2,>=1
Requires-Dist: certifi
Requires-Dist: colorama<1,>=0.3
Requires-Dist: importlib-metadata; python_version < "3.8"
Requires-Dist: marshmallow<4,>=3
Requires-Dist: platformdirs<5,>=4
Requires-Dist: pyyaml<7,>=6.0.2
Requires-Dist: requests<3,>=2
Requires-Dist: tabulate<1.0,>=0.8
Requires-Dist: yarl<2,>=1
Requires-Dist: halo<0.1
Requires-Dist: shtab<2,>=1
Requires-Dist: tqdm<5,>=4
Provides-Extra: testing
Requires-Dist: pytest<9; extra == "testing"
Requires-Dist: pytest-cov<7; extra == "testing"
Requires-Dist: pytest-freezer<0.5; extra == "testing"
Requires-Dist: pytest-mock<4; extra == "testing"
Requires-Dist: pytest-random-order<2; extra == "testing"
Requires-Dist: tox<4; extra == "testing"
Provides-Extra: development
Requires-Dist: black<26; extra == "development"
Requires-Dist: flake8<7.3; extra == "development"
Requires-Dist: isort<6; extra == "development"
Requires-Dist: mypy<1.18; extra == "development"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

=====
Croud
=====

|ci| |coverage| |rtd| |pypi-version| |python-versions|

|

*Croud* is a *command-line interface* (CLI) tool for `CrateDB Cloud`_ ☁.

Installation
============

Using pip
---------

``croud`` can be installed using `pip`_::

    $ python3 -m pip install --user -U croud

To update, run::

    $ pip install -U croud

Contributing
============

This project is primarily maintained by Crate.io_, but we welcome community
contributions!

See the `developer docs`_ and the `contribution docs`_ for more information.

Help
====

- Read the `project docs`_
- Learn about `CrateDB Cloud`_
- Check out our `support channels`_

.. _contribution docs: https://github.com/crate/croud/blob/master/CONTRIBUTING.rst
.. _Crate.io: http://crate.io/
.. _developer docs: https://github.com/crate/croud/blob/master/DEVELOP.rst
.. _pip: https://pip.pypa.io/en/stable/
.. _project docs: https://crate.io/docs/cloud/cli/en/latest/
.. _support channels: https://crate.io/support/
.. _virtualenv: https://virtualenv.pypa.io/en/latest/
.. _CrateDB Cloud: https://crate.io/products/cratedb-cloud/


.. |ci| image:: https://github.com/crate/croud/actions/workflows/docs.yml/badge.svg
    :alt: CI status
    :target: https://github.com/crate/croud/actions/workflows/docs.yml

.. |coverage| image:: https://codecov.io/gh/crate/croud/branch/master/graph/badge.svg
    :alt: Code coverage
    :target: https://codecov.io/gh/crate/croud

.. |rtd| image:: https://readthedocs.org/projects/croud/badge/?version=latest
    :alt: Read The Docs status
    :target: https://croud.readthedocs.io/en/latest/

.. |pypi-version| image:: https://badge.fury.io/py/croud.svg
    :alt: Most recent version on PyPI
    :target: https://pypi.org/project/croud/

.. |python-versions| image:: https://img.shields.io/pypi/pyversions/croud.svg
    :alt: Supported Python versions
    :target: https://pypi.org/project/croud/
