Posts in Python

CMS married OpenSearch/ Elasticsearch: collective.elastic.plone

After about four years of engagement: Marriage came with version 2.0.0 in tandem with collective.elastic.ingest.

Read more ...


Mix PEP 420 Python Packages With Old Style Packages

Python 3.3 (!) introduced PEP 420 Implicit Namespace Packages. Prior to this format one had to put an __init__py file into each directory to make it a package.

Read more ...