ecsapi
A simple SDK for manage Seeweb ecs api
What it is and what it does
ecsapi is a Python SDK that wraps the Seeweb ECS (Elastic Cloud Server) API, allowing developers to programmatically manage cloud infrastructure. It provides a client interface for server lifecycle operations (creation, fetching, updating, deletion, power control), template management, SSH key handling, and metadata queries like available plans and regions. The package depends on pydantic for data validation, requests for HTTP communication, and python-dotenv for environment configuration.
The SDK covers most production-ready operations but has a backlog of incomplete features (snapshots, networking, billing, API tokens). It targets Python 3.8–3.12 and uses a straightforward request-response pattern, making it suitable for automation scripts, infrastructure-as-code workflows, and integration with deployment pipelines that need to interact with Seeweb's cloud platform.
Use it for:
- Automate server provisioning and teardown in CI/CD pipelines targeting Seeweb infrastructure.
- Build infrastructure-as-code tooling that manages templates, scripts, and SSH keys across multiple Seeweb accounts.
- Query available plans, regions, and images to dynamically select resources based on application requirements.
- Implement monitoring or cost-management scripts that fetch server status and perform bulk operations like power cycling.
- Integrate Seeweb cloud management into a multi-cloud orchestration layer or custom admin dashboard.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
An SDK for managing Seeweb ECS cloud infrastructure through Python, providing methods to create, fetch, update, and delete servers, templates, scripts, SSH keys, and related cloud resources.
Yes, with conditions. The package is stable and permissively licensed, with low install friction and no known vulnerabilities. However, maintenance is aging (323 days since latest release), and several features remain incomplete. Install it if you are actively using Seeweb ECS and need programmatic control; avoid it if you require cutting-edge updates or features marked incomplete in the roadmap.
Install
ecsapi on PyPI
pip
pip install ecsapiuv
uv add ecsapipoetry
poetry add ecsapiInstalling ecsapi
Before you install
Low install friction with a pure-Python wheel. Maintenance status is aging—last commit was 2025-10-22 and the package is 323 days past its latest release, though the repository remains active and not archived.
License in practice
Released under the Unlicense (public domain), permitting unrestricted use, modification, and distribution for any purpose without warranty or liability.
Quickstart
pip install ecsapi
import os
from ecsapi import EcsApiClient
client = EcsApiClient(api_key=os.getenv('SEEWEB_API_KEY'))
servers = client.fetch_servers()
Requires a Seeweb API key; Python 3.9 or later.
Verify before relying
- Whether the package is actively maintained or in maintenance-only mode given the 323-day gap since latest release.
- Authentication mechanism and whether environment variables or config files are the primary setup method.
- Whether incomplete features (marked unchecked in the description) will be added or if the SDK is feature-complete as-is.
Package facts
| License | This is free and unencumbered software released into the public domain. Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a… (full text in the JSON record) (permissive) |
| Python support | supports the current Python release (<4.0,>=3.9) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 3 — pydantic, python-dotenv, requests |
| Maintenance | aging — 323 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 102,902/month — #12,838 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: ecsapi-0.4.0-py3-none-any.whl
Tags
More Python Modules packages
Converts domain names between Unicode and…
permissive · top 100 on PyPI
setuptoolsSetuptools is a Python build backend and…
permissive · top 100 on PyPI
PyYAMLPyYAML parses and emits YAML 1.1 data format,…
permissive · top 100 on PyPI
pydanticPydantic validates Python data structures…
permissive · top 100 on PyPI
annotated-typesProvides reusable metadata objects for use with…
permissive · top 100 on PyPI
typing-inspectionProvides runtime tools to inspect and…
permissive · top 100 on PyPI
aliyun-python-sdk-ecsProvides Python bindings to Aliyun's Elastic…
permissive · top 15,000 on PyPI
upcloud-apiObject-oriented Python client for UpCloud's…
permissive · top 15,000 on PyPI
python-digitaloceanProvides Python bindings to the DigitalOcean…
copyleft · top 15,000 on PyPI
huaweicloudsdkecsPython SDK for Huawei Cloud Elastic Compute…
permissive · top 15,000 on PyPI
stackit-iaasProvides Python bindings to create and modify…
permissive · top 15,000 on PyPI
alibabacloud-ecs20140526Provides a Python SDK for interacting with…
permissive · top 15,000 on PyPI
qsAPIqsAPI is a Python client for Qlik Sense QPS and…
permissive · top 15,000 on PyPI
ecs-deployecs-deploy is a CLI tool that simplifies Amazon…
permissive · top 15,000 on PyPI
pulumi-aws-nativePulumi AWS Cloud Control Provider enables…
permissive · top 15,000 on PyPI
kclikcli is a command-line provisioning and…
unclear · top 15,000 on PyPI