--- id: cloudsmith-api version: "2.0.29" license: unclear license_treatment: unclear maintenance: active --- # cloudsmith-api — Cloudsmith API (v1) License: unclear · Maintenance: active · Downloads: 426.7K/mo ## 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 above — 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 pip install cloudsmith-api uv add cloudsmith-api 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: unspecified - Install friction: low - Maintenance: active - Downloads: 426.7K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags cloudsmith api client, package repository management python, artifact storage api, cloudsmith sdk, cloud package management, rest api client cloudsmith, repository automation, api-client, package-management, rest-api [View on SkillFed](https://skillfed.io/packages/cloudsmith-api) · [View on PyPI](https://pypi.org/project/cloudsmith-api/)