Submodule Utilities.
Project description
k3modutil
Submodule Utilities.
k3modutil is a component of pykit3 project: a python3 toolkit set.
Submodule Utilities.
Install
pip install k3modutil
Synopsis
import k3modutil
import pykit
k3modutil.submodules(pykit)
# {
# 'modutil': <module> pykit.modutil,
# ... ...
# }
k3modutil.submodule_tree(pykit)
# {
# 'modutil': {'module': <module> pykit.modutil,
# 'children': {
# 'modutil': {
# 'module': <module> pykit.modutil.modutil,
# 'children': None,
# },
# 'test': {
# 'module': <module> pykit.modutil.test,
# 'children': {
# 'test_modutil': {
# 'module': <module> pykit.modutil.test.test_modutil,
# 'children': None,
# },
# },
# }
# },
# }
# ... ...
# }
k3modutil.submodule_leaf_tree(pykit)
# {
# 'modutil': {
# 'modutil': <module> pykit.modutil.modutil,
# 'test': {'test_modutil': <module> pykit.modutil.test.test_modutil},
# }
# ... ...
# }
Author
Zhang Yanpo (张炎泼) drdr.xp@gmail.com
Copyright and License
The MIT License (MIT)
Copyright (c) 2015 Zhang Yanpo (张炎泼) drdr.xp@gmail.com
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
k3modutil-0.1.0.tar.gz
(3.2 kB
view hashes)
Built Distribution
Close
Hashes for k3modutil-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d638c29b9cc1f87ed78e2602315f6ea7098b1ee74ef1159d6fe7702c7602b8ee |
|
MD5 | 895643493b87f16b244a3e09d269e2ef |
|
BLAKE2b-256 | 7578712534faeb57839bca3ac2d09d4b67059c70aed1c10b935f31bb75db1cb8 |