Metadata-Version: 2.1
Name: PyraUtils
Version: 0.9.9
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 (==40.0.2)
Requires-Dist: httpx (==1.3.4)
Requires-Dist: pytz (==2023.3)
Requires-Dist: pycryptodome (==3.12.0)
Requires-Dist: py7zr (==0.20.6)
Requires-Dist: loguru (==0.7.0)
Requires-Dist: numpy (==1.25.2)
Requires-Dist: sysrsync (==1.1.1)
Requires-Dist: wheel (==0.40.0)
Requires-Dist: pypinyin (==0.44.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.31.0) ; python_version >= "2.7" and python_version not in "3.0, 3.1, 3.2, 3.3, 3.4, 3.5"

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
