* Package name : python-namex Version : 0.0.8 Upstream Author : François Chollet <francois.chollet@gmail.com> * URL or Web page : https://github.com/fchollet/namex * License : Apache 2.0 Description : clean up the public namespace of Python packages Namex is a simple utility to separate the implementation of your Python package and its public API surface. Instead of letting users access every symbol in your .py files, Namex lets you create an allow-list of public symbols. You have full control of what they are named and under what path they are exposed, without having to change where the code is actually located. The Python module namex is a dependency to package Keras 3 (cf. #1096196 [1]). [1] https://bugs.debian.org/1096196