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 details)
Built Distribution
File details
Details for the file k3modutil-0.1.0.tar.gz
.
File metadata
- Download URL: k3modutil-0.1.0.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ed0a20cdeacbd0eb5a62e66c53c94ef7c2413630991ef0f6bdbd41a25f8ae7a1 |
|
MD5 | 75fc83ffe15766df3aeda31681aa0fd8 |
|
BLAKE2b-256 | bbd1108bd5c4f024ecc4c91b0014481ad134c4d841fc244503e8fae247ded5a4 |
File details
Details for the file k3modutil-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: k3modutil-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d638c29b9cc1f87ed78e2602315f6ea7098b1ee74ef1159d6fe7702c7602b8ee |
|
MD5 | 895643493b87f16b244a3e09d269e2ef |
|
BLAKE2b-256 | 7578712534faeb57839bca3ac2d09d4b67059c70aed1c10b935f31bb75db1cb8 |