python-style
Installation
SKILL.md
Python style and repo layout – Contentstack Management Python
When to use
- Editing any Python under
contentstack_management/,setup.py, orrequirements.txt. - Adding modules or changing how the public package surface is exported.
Instructions
Layout
contentstack_management/contentstack.py—Client,Region,user_agents, OAuth wiring.contentstack_management/_api_client.py—_APIClient(HTTP, retries).contentstack_management/stack/— stack-scoped API surface.- Domain modules —
entries/,assets/,webhooks/,oauth/, etc.