Metadata-Version: 2.1
Name: croud
Version: 0.13.2
Summary: A command line interface for CrateDB Cloud
Home-page: https://github.com/crate/croud
Author: Crate.io
Author-email: office@crate.io
License: UNKNOWN
Platform: UNKNOWN
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.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.6
Requires-Dist: aiohttp (==3.4.4)
Requires-Dist: colorama (==0.4.1)
Requires-Dist: appdirs (==1.4.3)
Requires-Dist: pyyaml (==3.13)
Requires-Dist: certifi
Requires-Dist: tabulate (==0.8.2)
Requires-Dist: schema (==0.6.8)
Provides-Extra: development
Requires-Dist: black (==18.9b0) ; extra == 'development'
Provides-Extra: testing
Requires-Dist: tox (==3.6.1) ; extra == 'testing'
Requires-Dist: black (==18.9b0) ; extra == 'testing'

=====
Croud
=====

.. image:: https://badge.fury.io/py/croud.svg
    :target: http://badge.fury.io/py/croud
    :alt: Version

.. image:: https://img.shields.io/badge/docs-latest-brightgreen.svg
    :target: https://crate.io/docs/cloud/en/latest/
    :alt: Documentation

|

*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/


