Skip to main content

A new package that helps users understand and navigate the complexities of hybrid cloud environments in 2025. Users can input their specific hybrid cloud challenges, such as data gravity (the tendency

Project description

hybrid_cloud_navigator

PyPI version License: MIT Downloads LinkedIn

==========================

Overview


A Python package to help users navigate the complexities of hybrid cloud environments in 2025. It takes user input, processes it, and provides structured, actionable insights to mitigate data gravity and egress shock, optimize cloud architecture, and ensure cost-efficiency and performance in hybrid cloud setups.

Installation


pip install hybrid_cloud_navigator

Usage


from hybrid_cloud_navigator import hybrid_cloud_navigator

response = hybrid_cloud_navigator(
    user_input="Your specific hybrid cloud challenges",
    api_key="Your LLM7 API key"
)

You can also pass your own LLM instance if you want to use another language model:

from langchain_llm7 import ChatLLM7
from hybrid_cloud_navigator import hybrid_cloud_navigator

llm = ChatLLM7(api_key="Your LLM7 API key")
response = hybrid_cloud_navigator(
    user_input="Your specific hybrid cloud challenges",
    llm=llm
)

Or using other LLMs:

from langchain_openai import ChatOpenAI
from hybrid_cloud_navigator import hybrid_cloud_navigator

llm = ChatOpenAI()
response = hybrid_cloud_navigator(
    user_input="Your specific hybrid cloud challenges",
    llm=llm
)

# Using Anthropic
from langchain_anthropic import ChatAnthropic
from hybrid_cloud_navigator import hybrid_cloud_navigator

llm = ChatAnthropic()
response = hybrid_cloud_navigator(
    user_input="Your specific hybrid cloud challenges",
    llm=llm
)

# Using Google GenAI
from langchain_google_genai import ChatGoogleGenerativeAI
from hybrid_cloud_navigator import hybrid_cloud_navigator

llm = ChatGoogleGenerativeAI()
response = hybrid_cloud_navigator(
    user_input="Your specific hybrid cloud challenges",
    llm=llm
)

API Documentation


hybrid_cloud_navigator function


  • user_input: the user input text to process (str)
  • api_key: the LLM7 API key (Optional[str])
  • llm: the langchain LLM instance to use (Optional[BaseChatModel])
  • Returns: a list of actionable insights

Contributing


Contributions are welcome.

Rate Limits


The default rate limits for LLM7 free tier are sufficient for most use cases of this package. If you need higher rate limits, you can pass your own API key via environment variable LLM7_API_KEY or directly.

You can get a free API key by registering at https://token.llm7.io/.

Issues


https://github.com/chigwell/hybrid_cloud_navigator/issues

Author


Eugene Evstafev (hi@eugeneplus.com)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hybrid_cloud_navigator-2025.12.21174658.tar.gz (6.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

File details

Details for the file hybrid_cloud_navigator-2025.12.21174658.tar.gz.

File metadata

File hashes

Hashes for hybrid_cloud_navigator-2025.12.21174658.tar.gz
Algorithm Hash digest
SHA256 90ee6ac32adda273a5a62ea0297e97d8631bdb5ba0f95501e415775259bd55bf
MD5 3b80696e6ce4a0f474c3a37fc0de7842
BLAKE2b-256 ad8fcc649648b6f13e05cc18f3c4b6b485cb6db046c983e4873021c870e5baa4

See more details on using hashes here.

File details

Details for the file hybrid_cloud_navigator-2025.12.21174658-py3-none-any.whl.

File metadata

File hashes

Hashes for hybrid_cloud_navigator-2025.12.21174658-py3-none-any.whl
Algorithm Hash digest
SHA256 16318a647c9701e698e7e563eae0c0ff9fbaca7898845101b2471f635df94658
MD5 0f3a56e105ea40ec0fe60acb1a350b9b
BLAKE2b-256 3d1965535a47745ed6216cde80ced91b7514e43ac53beeafeea288aa0e322b11

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page