Skip to main content

High-precision environment scanner and Dockerfile generator for EzDeploy.

Project description

EzDeploy CLI

A lightweight, zero-dependency local environment auto-detector for the EzDeploy platform.

The EzDeploy CLI tool is designed to be installed locally in your development environment (like your VS Code terminal). It intelligenty analyzes your current local environment, matching your OS, Python version, CUDA drivers, and exact code imports to generate perfectly locked base files for cloud deployment.

Installation

Install directly via pip inside your active virtual environment or terminal:

pip install ezdeploy-cli

(Note: The package is incredibly lightweight and utilizes only native Python standard libraries so it won't bloat your environment).

Usage

Navigate to the root directory of your Python project in your terminal:

cd /path/to/my/project

1. Simple Environment Scan (Recommended)

To scan your environment and generate a deployment metadata file (ezdeploy_env.json) that you can upload to the EzDeploy Web UI:

EzDeployCLI scan
  • Scans nvcc, nvidia-smi and local torch logic to find your exact CUDA drivers and GPU hardware.
  • Resolves your exact minor Python version (e.g., 3.11.8).
  • Uses AST parsing to trace the exact libraries and system-level binaries (like libgl1) your code needs.
  • Outputs: ezdeploy_env.json.

2. Full Local Detection

To generate a production-ready Dockerfile and requirements.txt directly on your machine:

EzDeployCLI detect

3. Detect & Auto-Push

Generate the files and automatically push them to your repository in a single command:

EzDeployCLI detect --push

Connect to EzDeploy Cloud

The scan command is the most powerful way to use EzDeploy:

  1. Run EzDeployCLI scan in your development environment (Local, Colab, or RunPod).
  2. Download/Copy the generated ezdeploy_env.json.
  3. Open the EzDeploy Console.
  4. In the Deployment Wizard, upload the JSON file.
  5. EzDeploy will auto-populate every setting (Python, CUDA, Ports, and System Packages) to match your environment exactly, ensuring your deployment works on the first try!

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

ezdeploy_cli-0.2.1.tar.gz (12.7 kB view details)

Uploaded Source

Built Distribution

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

ezdeploy_cli-0.2.1-py3-none-any.whl (13.0 kB view details)

Uploaded Python 3

File details

Details for the file ezdeploy_cli-0.2.1.tar.gz.

File metadata

  • Download URL: ezdeploy_cli-0.2.1.tar.gz
  • Upload date:
  • Size: 12.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.2

File hashes

Hashes for ezdeploy_cli-0.2.1.tar.gz
Algorithm Hash digest
SHA256 fd5ca6a3d12fc314e08c0da83884a7211340e3d88263d4b3469a96fe19a08e85
MD5 25ee6266dc6044017acdeaaf430fe9ee
BLAKE2b-256 b19dbc03c6c841f01add8e00d2444c9c7be307be653b6a6673c0eb896ae981ed

See more details on using hashes here.

File details

Details for the file ezdeploy_cli-0.2.1-py3-none-any.whl.

File metadata

  • Download URL: ezdeploy_cli-0.2.1-py3-none-any.whl
  • Upload date:
  • Size: 13.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.2

File hashes

Hashes for ezdeploy_cli-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 cd61a5acf6fd209e91eaf7c4747514f3b8ebfffb09d27af410daa709cb436414
MD5 9c5bb8635e269a9a869e5bd6e230f2f6
BLAKE2b-256 29c33b85aff6e49fbb1c8f51d9609ae6ff18c73ef6cf23612a0ce51737272325

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