| name | dev-workflow |
|---|---|
| description | Branches, install, tests, and versioning for contentstack-python. |
- Install —
pip install -r requirements.txtand editable package as needed:pip install -e . - Tests —
pytest tests/(orpython -m pytest tests/) from the repo root;tests/pytest.iniapplies. - Integration tests use
config.pyat repo root for HOST, APIKEY, DELIVERYTOKEN, ENVIRONMENT, etc. Use local credentials only; never commit real tokens—prefer a gitignored localconfig.pyor environment-based loading if you refactor tests.
- Bump
contentstack/__init__.py__version__andsetup.py-driven releases per semver for user-visible SDK changes.