Importing Modules — Python 3.10.1 documentation
docs.python.org › 3 › c-apiJan 03, 2022 · New in version 3.3. PyObject * PyImport_ImportModuleLevel (const char * name, PyObject * globals, PyObject * locals, PyObject * fromlist, int level) ¶. Return value: New reference. Part of the Stable ABI. Similar to PyImport_ImportModuleLevelObject (), but the name is a UTF-8 encoded string instead of a Unicode object.
Utilities — Python 3.10.1 documentation
docs.python.org › 3 › c-apiJan 02, 2022 · The functions in this chapter perform various utility tasks, ranging from helping C code be more portable across platforms, using Python modules from C, and parsing function arguments and constructing Python values from C values. Operating System Utilities. System Functions. Process Control. Importing Modules.
python-utils · PyPI
pypi.org › project › python-utilsFeb 03, 2021 · Python Utils is a collection of small Python functions and classes which make common patterns shorter and easier. It is by no means a complete collection but it has served me quite a bit in the past and I will keep extending it. One of the libraries using Python Utils is Django Utils.