Metadata-Version: 2.1
Name: citros-test
Version: 1.2.73
Summary: A cli entrypoint for the citros system.
Home-page: https://citros.io
Author: shalev
Author-email: shalev@lulav.space
License: LICENSE
Project-URL: Documentation, http://citros.io/doc/docs_cli
Project-URL: Source Code, https://github.com/lulav/citros_cli
Project-URL: Bug Tracker, https://github.com/lulav/citros_cli/issues
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: ansicolors
Requires-Dist: gql
Requires-Dist: graphql-core
Requires-Dist: requests
Requires-Dist: rosdep
Requires-Dist: python-decouple
Requires-Dist: requests_toolbelt
Requires-Dist: soupsieve
Requires-Dist: bs4
Requires-Dist: zipp
Requires-Dist: pyjwt
Requires-Dist: psycopg2-binary
Requires-Dist: urllib3
Requires-Dist: InquirerPy
Requires-Dist: GitPython
Requires-Dist: jsonschema
Requires-Dist: cryptography
Requires-Dist: numpy
Requires-Dist: psutil
Requires-Dist: cmakeast
Requires-Dist: opentelemetry-api
Requires-Dist: opentelemetry-sdk
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc
Requires-Dist: pydantic==1.10.12
Requires-Dist: python-on-whales
Requires-Dist: importlib-resources
Requires-Dist: citros-data-analysis

# CITROS CLI Overview

Welcome to Citros CLI. [Citros](https://citros.io/) serves as an innovative platform for executing ROS project simulations, automating integration, and conducting in-depth performance analysis.

The Citros CLI offers ROS 2 developers a seamless interface to launch multiple ROS simulations for a specific project with just a single command. Beyond setting static parameter values, it empowers users with the flexibility to utilize function objects. This means you can craft dynamic simulation environments where each execution produces unique parameter values, whether they're sourced from standard numpy functions or tailored via user-defined computations. Moreover, these operations can be executed offline without relying on any external dependencies.

Citros takes its capabilities a notch higher when the user logs in. Once logged in, users can tap into the full potential of Citros, ranging from running parallel simulations in the cloud to utilizing advanced data analysis tools for performance examination. Additionally, automatic report generation is a standout feature, aiding in effortless documentation of your work. Beyond these technical perks, logging in also paves the way for collaborative work, allowing you to engage and exchange ideas with team members.

For additional information, please refer to the Citros documentation. This will provide you with comprehensive insights and detailed instructions for effective usage of Citros in general and Citros CLI in particular, and their full suite of features.

We are dedicated to enriching your ROS project simulation experience, and this package is our contribution to that cause.


## Table of Contents
1. [Quick Start](https://citros.io/doc/docs_cli/overview/cli_quickstart)
2. [Installation](https://citros.io/doc/docs_cli/overview/cli_install)
4. [CLI Commands](https://citros.io/doc/docs_cli/commands/cli_commands)
5. [Citros Repository directory and file Structure](https://citros.io/doc/docs_cli/structure/citros_structure) 
6. [Citros Repository Configuration](https://citros.io/doc/docs_cli/configuration/config_params)
7. [User Templates](https://citros.io/doc/docs_cli/user_templates)
