Posts in Python
CMS married OpenSearch/ Elasticsearch: collective.elastic.plone
- 2023-12-05
After about four years of engagement: Marriage came with version 2.0.0 in tandem with collective.elastic.ingest.
Mix PEP 420 Python Packages With Old Style Packages
- 2023-11-27
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.