The core package of the Plone Content Management System, providing the Zope-based CMS framework with content types, workflow, security, and theming. Current version 6.2.0, requires Python >=3.10. Released under the Plone 6.x series; active development follows Plone's six-month release cycle.
pip install Products.CMFPloneNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a Plone site programmatically in a Zope application server context.
Replace ``from Products.CMFPlone import SomeClass`` with imports from correct submodules (e.g., ``from Products.CMFPlone.factory import PloneSite``).
Adapt your code to use interface declarations from ``plone.base``.
Search the Plone documentation for the specific utility (e.g., ``plone.app.contenttypes`` for content types).
Use a Plone buildout or ``plone.recipe.zope2instance`` to get a full environment.