Metadata-Version: 2.1
Name: PyraUtils
Version: 0.9.28
Summary: Common development utils.
Home-page: https://www.920430.com/
Author: pyra
Author-email: ops@920430.com
License: APACHE LICENSE, VERSION 2.0
Project-URL: Documentation, https://www.920430.com/
Project-URL: Release notes, https://www.920430.com/
Project-URL: Funding, https://www.920430.com/
Project-URL: Source, https://bitbucket.org/pyrautils.git
Project-URL: Tracker, https://www.920430.com/
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Plugins
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8.2
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: cryptography ==42.0.8
Requires-Dist: httpx ==0.27.0
Requires-Dist: pytz ==2023.3
Requires-Dist: pycryptodome ==3.20.0
Requires-Dist: py7zr ==0.20.6
Requires-Dist: pyOpenSSL ==24.1.0
Requires-Dist: loguru ==0.7.2
Requires-Dist: numpy ==1.26.4
Requires-Dist: sysrsync ==1.1.1
Requires-Dist: wheel ==0.43.0
Requires-Dist: pypinyin ==0.51.0 ; python_version >= "2.6" and python_version not in "3.0, 3.1, 3.2, 3.3" and python_version < "4"
Requires-Dist: requests ==2.32.3 ; python_version >= "2.7" and python_version not in "3.0, 3.1, 3.2, 3.3, 3.4, 3.5"
Provides-Extra: dev
Requires-Dist: pytest <7.0,>=6.0 ; extra == 'dev'
Requires-Dist: flake8 <4.0,>=3.8 ; extra == 'dev'
Requires-Dist: black <22.0,>=19.10b0 ; extra == 'dev'
Requires-Dist: isort <6.0,>=5.0 ; extra == 'dev'

PyraUtils
====================

This project will collect General-purpose utilities used in development.

What is the main function?? 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

* json
* download
* simplify httpx / requests
* `Tencent Work-Wechat Development <https://work.weixin.qq.com/api/doc/10013>`_
* hash
* logging
* 

How to call this method?? 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    $ pip install PyraUtils
