python-style

Installation
SKILL.md

Python style and repo layout – Contentstack Management Python

When to use

  • Editing any Python under contentstack_management/, setup.py, or requirements.txt.
  • Adding modules or changing how the public package surface is exported.

Instructions

Layout

  • contentstack_management/contentstack.pyClient, Region, user_agents, OAuth wiring.
  • contentstack_management/_api_client.py_APIClient (HTTP, retries).
  • contentstack_management/stack/ — stack-scoped API surface.
  • Domain modulesentries/, assets/, webhooks/, oauth/, etc.

Style

Installs
1
GitHub Stars
1
First Seen
9 days ago
python-style — contentstack/contentstack-management-python