skillfed

ecsapi

A simple SDK for manage Seeweb ecs api

ecsapi v0.4.0 102.9K downloads/30d#12,838 on PyPI4
Permissive 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) AGING released

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 ecsapi

uv

uv add ecsapi

poetry

poetry add ecsapi

Installing 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

Environment :: Web EnvironmentIntended Audience :: DevelopersLicense :: OSI Approved :: The Unlicense (Unlicense)Operating System :: OS IndependentProgramming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.8Programming Language :: Python :: 3.9Topic :: Software Development :: Libraries :: Python Modules

Tags

seeweb ecs api clientcloud server management sdkinfrastructure as code pythonecs api wrappercloud resource provisioningserver lifecycle managementseeweb cloud api
cloud-infrastructureseeweb-integration

More Python Modules packages