--- id: contentful-management version: "2.15.2" license: MIT license_treatment: permissive maintenance: active --- # contentful_management — Contentful Management API Client License: permissive · Maintenance: active · Downloads: 161.8K/mo ## What it is and what it does contentful_management is a Python SDK that wraps Contentful's Management API, allowing developers to programmatically manage content infrastructure without using Contentful's web interface. It provides object-oriented access to spaces, environments, assets, content entries, memberships, and organizations, supporting full CRUD operations and batch queries. The package is built on requests and python-dateutil, making it lightweight and straightforward to integrate into existing Python applications. It targets modern Python versions (3.8 and later) and is actively maintained, with examples covering common workflows like retrieving spaces, creating assets, managing memberships, and querying usage statistics for committed customers. Use it for: - Automate bulk content uploads or migrations into Contentful from external sources. - Build deployment pipelines that programmatically create or update content environments and spaces. - Manage team memberships and access control across Contentful organizations via code. - Monitor API usage and billing metrics for organizations with committed plans. - Integrate Contentful content operations into custom backend services or CI/CD workflows. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Python client for Contentful's Management API, enabling programmatic creation, retrieval, update, and deletion of content, assets, spaces, and memberships in Contentful headless CMS. Yes. The package is actively maintained, has low install friction, carries a permissive MIT license, and provides a straightforward Python interface to Contentful's Management API. It is well-suited for teams automating content operations or integrating Contentful into backend workflows. No known security vulnerabilities. ## Install pip install contentful-management uv add contentful-management poetry add contentful-management ## Installing contentful_management Before you install: Low install friction with only two runtime dependencies (requests and python-dateutil). Package is actively maintained with recent releases and a stable repository. License in practice: MIT license permits free use, modification, and distribution with minimal restrictions, making it suitable for both open-source and commercial projects. Quickstart: pip install contentful_management import contentful_management client = contentful_management.Client('MANAGEMENT_API_TOKEN') spaces = client.spaces().all() Requires a valid Contentful Management API token, obtainable through Contentful's management API documentation. Verify before relying: - Whether rate limiting or request throttling is handled by the client or delegated to the caller. - Support for async/await patterns or concurrent requests. - Completeness of API coverage relative to the latest Contentful Management API specification. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 161.8K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags contentful management api client, headless cms content management, contentful python sdk, manage contentful spaces and assets, contentful api python wrapper, cms content api client, contentful content operations, headless-cms, content-management, api-client [View on SkillFed](https://skillfed.io/packages/contentful-management) · [View on PyPI](https://pypi.org/project/contentful-management/)