generated from jCloud/repository-template
1.3 KiB
1.3 KiB
Changelog
[Unreleased]
Added
- Add class for existing directories
- Add function to format a list human-readable
- Add function to assert that an object is an instance of a specific type
- Add Python project documentation generator class
- Add Python namespaces classes
- Add type checking for the
nameattribute at the constructor ofcore.python.namespaces.PythonNamespace - Add check whether sub-namespaces are not empty in
core.python.namespaces.PythonPackageNamespace.namespace - Add feature to get the names of all sub-namespaces of a
core.python.namespaces.PythonPackageNamespace - Add feature to compare
core.python.namespaces.PythonPackageNamespaceinstances orcore.python.namespaces.PythonModuleNamespaceinstances - Add string representation for Python namespace objects
- Add
PythonDocumentationGeneratormethod to collect all namespaces - Add class for existing files
- Add classes for Python function arguments
- Add classes for Python definitions
- Add class for Python modules
- Add feature to get the signature representation of a Python function argument
- Add class for Python docstrings
- Add feature to parse Python docstrings
- Add function to ensure a non-empty string.
- Add Python definition documentation generator
- Add function to get the path segments of a path relative to another