Metadata-Version: 2.1
Name: tcsctl
Version: 0.1.6
Summary: CLI for The Cloudsphere
Home-page: https://github.com/thecloudsphere/tcsctl
Author: OSISM GmbH
Author-email: info@osism.tech
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: AUTHORS
Requires-Dist: appdirs (==1.4.4)
Requires-Dist: certifi (==2022.12.7)
Requires-Dist: charset-normalizer (==3.0.1)
Requires-Dist: click (==8.1.3)
Requires-Dist: colorama (==0.4.6)
Requires-Dist: commonmark (==0.9.1)
Requires-Dist: dynaconf (==3.1.11)
Requires-Dist: idna (==3.4)
Requires-Dist: Jinja2 (==3.1.2)
Requires-Dist: loguru (==0.6.0)
Requires-Dist: MarkupSafe (==2.1.2)
Requires-Dist: numpy (==1.24.2)
Requires-Dist: pandas (==1.5.3)
Requires-Dist: pbr (==5.11.1)
Requires-Dist: pydantic (==1.10.5)
Requires-Dist: Pygments (==2.14.0)
Requires-Dist: PyJWT (==2.6.0)
Requires-Dist: python-dateutil (==2.8.2)
Requires-Dist: pytz (==2022.7.1)
Requires-Dist: PyYAML (==6.0)
Requires-Dist: requests (==2.28.2)
Requires-Dist: rich (==12.6.0)
Requires-Dist: shellingham (==1.5.0.post1)
Requires-Dist: six (==1.16.0)
Requires-Dist: tabulate (==0.9.0)
Requires-Dist: typer (==0.7.0)
Requires-Dist: typing-extensions (==4.5.0)
Requires-Dist: urllib3 (==1.26.14)
Requires-Dist: yamale (==4.0.4)

# Welcome to The Cloudsphere

[![PyPi version](https://badgen.net/pypi/v/tcsctl/)](https://pypi.org/project/tcsctl/)
[![PyPi license](https://badgen.net/pypi/license/tcsctl/)](https://pypi.org/project/tcsctl/)

The Cloudsphere efficiently manages your cloud infrastructures 🚀

Automate infrastructure as code (IaC) provisioning at any scale,
at any cloud or data center with any tool. Through a single central
API. Freely definable cloud infrastructures at the push of a button
as self-service.

Install the CLI for The Cloudsphere with ``pip3 install tcsctl``.

A Getting Started Guide can be found in the documentation for The Cloudsphere:
https://thecloudsphere.io/docs/getting-started.

Hello World examples can be found in the repository
https://github.com/thecloudsphere/hello-world.

