New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

croud

Package Overview
Dependencies
Maintainers
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

croud

A command line interface for CrateDB Cloud

1.13.0
PyPI
Maintainers
9

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

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts