Metadata-Version: 2.4
Name: aioli-sdk
Version: 2026.7.0
Summary: Aioli (AI OnLine Inference), a platform for deploying AI models at scale.
Home-page: https://www.hpe.com/us/en/private-cloud-ai.html
Author: HPE AI Solutions
License: HPE Proprietary End User License Agreement
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: packaging
Requires-Dist: numpy>=1.16.2
Requires-Dist: psutil
Requires-Dist: pyzmq>=18.1.0
Requires-Dist: certifi
Requires-Dist: filelock
Requires-Dist: requests
Requires-Dist: lomond>=0.3.3
Requires-Dist: pathspec>=0.6.0
Requires-Dist: termcolor>=1.1.0
Requires-Dist: oschmod; platform_system == "Windows"
Requires-Dist: argcomplete>=1.9.4
Requires-Dist: gitpython>=3.1.3
Requires-Dist: pyOpenSSL>=19.1.0
Requires-Dist: python-dateutil
Requires-Dist: pytz
Requires-Dist: tabulate>=0.8.3
Requires-Dist: ruamel.yaml>=0.15.29
Requires-Dist: docker[ssh]>=3.7.3
Requires-Dist: paramiko>=2.4.2
Requires-Dist: tqdm
Requires-Dist: appdirs
Requires-Dist: analytics-python
Requires-Dist: urllib3<2.3.0,>=2.0.0
Requires-Dist: pydantic>=2
Requires-Dist: typing-extensions>=4.7.1
Requires-Dist: pytest>=7.4.4
Requires-Dist: pytest-cov>=4.1.0
Requires-Dist: pexpect>=4.9.0
Dynamic: author
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

<div class="max-w-6xl mx-auto p-6">
<!-- Title Section -->
<div class="text-center mb-10">
    <h1 class="text-4xl font-bold text-gray-900 mb-2">AIE CLI</h1>
    <p class="text-xl text-gray-700">
        Streamlined Access to MLIS Operations
    </p>
</div>
<!-- HPE EULA License -->
<section class="mb-12 p-6 section-bg rounded-xl shadow">
    <h2 class="text-2xl font-semibold mb-4 highlight">License</h2>
    <p>
        The <span class="font-semibold">AIE CLI</span> and related
        code are part of HPE’s standard EULA licensed software and
        must be used in accordance with the applicable license
        terms. This document is provided for informational guidance
        only, and all rights, usage limits, and obligations remain
        subject to HPE’s licensing policies. Any deployment,
        modification, or distribution must comply with the
        <a
            class="font-semibold"
            href="https://www.hpe.com/psnow/doc/a50011616enw?jumpid=in_pdfviewer-psnow"
            >HPE EULA
        </a>
        and internal approval requirements. All referenced assets,
        workflows, and technical details should be treated as
        governed by standard license and compliance controls.
    </p>
</section>
<!-- Preface -->
<section class="mb-12 p-6 bg-white rounded-xl shadow">
    <h2 class="text-2xl font-semibold mb-4 highlight">Preface</h2>
    <p>
        The <span class="font-semibold">AIE CLI</span> is a
        lightweight, yet powerful tool designed InHouse to provide
        command-line access to MLIS operations on PCAI-C and PCAI-D
        Incorporated AIE clusters. It bridges the gap between manual
        efforts, interactions and fully automated workflows,
        enabling seamless orchestration, validation, and operational
        efficiency for administrators, developers, and stakeholders.
        This document outlines its purpose, benefits, deployment
        strategy, and technical metadata for a clear understanding
        of its business and technical impact.
    </p>
</section>

<!-- Why Deploy This Tool -->
<section class="mb-12 p-6 section-bg rounded-xl shadow">
    <h2 class="text-2xl font-semibold mb-4 highlight">
        Why Deploy This Tool?
    </h2>
    <ul class="list-disc list-inside space-y-2">
        <li>
            Enables CLI access to existing AIE operations from
            outside the AIE cluster.
        </li>
        <li>
            Allows administrators to create and automate workflows,
            significantly reducing manual effort.
        </li>
    </ul>
</section>

<!-- What Does It Accomplish -->
<section class="mb-12 p-6 bg-white rounded-xl shadow">
    <h2 class="text-2xl font-semibold mb-4 highlight">
        What Does It Accomplish?
    </h2>
    <ul class="list-disc list-inside space-y-2">
        <li>
            Provides command-line execution for MLIS actions:
            <strong>create, list, update, delete</strong> operations
            on registries, models, and deployments.
        </li>
        <li>
            Contains no business logic; dependent on an active AIE
            instance.
        </li>
        <li>
            Supports automated validation for
            <strong>PCAI-C</strong> and
            <strong>PCAI-D</strong> deployments, ensuring adherence
            to standards with auditability.
        </li>
        <li>
            Enables full automation of MLIS operations, e.g.,
            integration test suites using the CLI for validation.
        </li>
    </ul>
</section>

<!-- Who Benefits -->
<section class="mb-12 p-6 section-bg rounded-xl shadow">
    <h2 class="text-2xl font-semibold mb-4 highlight">
        Who Benefits?
    </h2>
    <ul class="list-disc list-inside space-y-2">
        <li>
            <strong>Customers:</strong> Easily access and automate
            MLIS operations on their AIE cluster without custom
            scripts.
        </li>
        <li>
            <strong>Development Teams:</strong> Standard
            distribution via <strong>PyPI</strong> eliminates the
            need for custom deployment mechanisms and simplifies
            maintenance.
        </li>
    </ul>
</section>

<!-- Where & When -->
<section class="mb-12 p-6 bg-white rounded-xl shadow">
    <h2 class="text-2xl font-semibold mb-4 highlight">
        Where and When Can It Be Implemented?
    </h2>
    <ul class="list-disc list-inside space-y-2">
        <li>
            Installed on customer development environments: desktop,
            batch jobs, CI/CD pipelines with access to AIE cluster.
        </li>
        <li>
            Compatible with
            <strong
                >on-premises, edge, and cloud
                infrastructures</strong
            >
            (PCAI-C and PCAI-D deployments).
        </li>
    </ul>
</section>

<!-- Deployment & Testing -->
<section class="mb-12 p-6 section-bg rounded-xl shadow">
    <h2 class="text-2xl font-semibold mb-4 highlight">
        Deployment & Testing
    </h2>
    <ul class="list-disc list-inside space-y-2">
        <li>
            Built, installed, and tested within the development
            workflow.
        </li>
        <li>
            Distribution via PyPI triggers a publish workflow;
            seamless installation via <code>pip install</code>.
        </li>
        <li>
            OSS dependencies handled automatically by pip; no
            additional network or configuration required beyond
            standard EULA compliance.
        </li>
    </ul>
</section>

<!-- Technical Metadata -->
<section class="mb-12 p-6 bg-white rounded-xl shadow">
    <h2 class="text-2xl font-semibold mb-4 highlight">
        Technical Metadata
    </h2>
    <ul class="list-disc list-inside space-y-2">
        <li>
            <strong>Package Details:</strong> aioli_sdk.egg-info
            directory
        </li>
        <li>
            <strong>Dependency Libraries:</strong>
            aioli_sdk.egg-info/requires.txt
        </li>
        <li>
            <strong>External Dependencies:</strong> Fully handled by
            pip during installation
        </li>
    </ul>
</section>
</div>

<!-- Footer -->
<footer class="footer">
    <p class="text-lg">
        Accelerates adoption, improves operational efficiency, and
        ensures PCAI compliance with a robust, scalable, and audit-ready
        CLI.
    </p>
    <div class="author-info">
        Author:
        <a
            class="font-semibold"
            href="https://www.hpe.com/psnow/doc/a50011616enw?jumpid=in_pdfviewer-psnow"
            >HPE EULA
        </a>
    </div>
</footer>
