skillfed

cloudsmith-api

Cloudsmith API (v1)

cloudsmith-api v2.0.29 426.7K downloads/30d#6,755 on PyPI
License unclear Active released

What it is and what it does

cloudsmith-api is an auto-generated Python client library for the Cloudsmith API (v1), built from a Swagger/OpenAPI specification. It wraps HTTP calls to Cloudsmith's cloud package repository and artifact management service, allowing you to automate repository operations, manage packages, and integrate Cloudsmith into deployment pipelines programmatically.

The package depends on standard HTTP and utility libraries (urllib3, certifi, python-dateutil, six) and is designed as a thin REST client layer. It saw its most recent release 30 days ago and maintains active development. No known security vulnerabilities are recorded.

Use it for:

  • Automate package uploads and management in Cloudsmith repositories from CI/CD pipelines.
  • Query package metadata and repository status without manual API calls or curl scripts.
  • Build deployment automation that pulls or pushes artifacts to Cloudsmith programmatically.
  • Integrate Cloudsmith package management into custom Python tooling or infrastructure code.
  • Manage repository permissions, settings, and organization resources via Python scripts.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides Python bindings to the Cloudsmith API (v1) for programmatic access to package repository management, artifact storage, and related cloud services.

Yes, if you need to integrate Cloudsmith repository operations into Python code. Low install friction and active maintenance support the choice. However, verify the license terms first—they are not declared in the package metadata—and confirm Python version compatibility for your environment before committing to production use.

Install

cloudsmith-api on PyPI

pip

pip install cloudsmith-api

uv

uv add cloudsmith-api

poetry

poetry add cloudsmith-api

Installing cloudsmith-api

Before you install

Low install friction with four lightweight runtime dependencies (certifi, python-dateutil, six, urllib3). Active maintenance status with a release 30 days ago.

License in practice

License treatment is unclear—no SPDX identifier or raw license text is available in the package metadata. Verify the actual license terms before use in proprietary or restricted contexts.

Quickstart

pip install cloudsmith-api==2.0.29

import cloudsmith_api
from cloudsmith_api.rest import ApiClient

client = ApiClient()

Verify before relying

  • Actual license terms and restrictions are not declared in package metadata.
  • Python version compatibility is unspecified; verify against your target environment.
  • Whether the API client supports the full v1 Cloudsmith API surface or a subset.

Package facts

License not declared (unclear)
Python support not specified
Install friction low — pure-Python wheel
Runtime dependencies 4 — certifi, python-dateutil, six, urllib3
Maintenance actively maintained — 30 days since the last release
First released
Downloads 426,676/month — #6,755 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: cloudsmith_api-2.0.29-py2.py3-none-any.whl

Keywords: Swagger, Cloudsmith API (v1)

Tags

cloudsmith api clientpackage repository management pythonartifact storage apicloudsmith sdkcloud package managementrest api client cloudsmithrepository automation
api-clientpackage-managementrest-api

More WWW/HTTP packages