Metadata-Version: 2.1
Name: user-tools
Version: 0.0.7
Summary: Some commonly used modules for personal use.
Home-page: https://github.com/Skypekey/user_tools
Author: SkypeKey
Author-email: enablekey@outlook.com
License: GNU GPLv3
Project-URL: Documentation, https://github.com/Skypekey/user_tools/wiki
Project-URL: Source, https://github.com/Skypekey/user_tools
Project-URL: Tracker, https://github.com/Skypekey/user_tools/issues
Keywords: time file json
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# user_tools

Some commonly used modules for personal use.

# install

`pip install user_tools`

# module description

- `util_check.py` : Some checks on files or directories.
- `util_cmd.py` : Some functions related to command execution.
- `util_file.py` : Some functions related to file operations.
- `util_hashlib.py` : Some functions related to hash operations.
- `util_img.py` : Some functions related to image operations.
- `util_json.py` : Some functions related to json file operations.
- `util_time.py` : Some functions related to json time operations.
- `util_ua.py` : Some functions related to useragent.
- `util_random.py` : Custom random function.

# changelog

- 2020/03/09 : Initial completion of script writing.
- 2020/04/15 ：Update the docstring to add a description of the parameters. util_check.is_not_null() method adds monitoring of the directory. The util_check.check_url() method was added, but the git address detection is not yet complete because it is not familiar with the regularity.
- 2020/04/18 : Fix some bug.

