Metadata-Version: 2.1
Name: pyhaven
Version: 0.0.4
Summary: This is the package used to explore Python.
Home-page: 
Author: mingwei
Author-email: mingwe.me@qq.com
Keywords: explore,python,development
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.12, <4
Description-Content-Type: text/markdown
Requires-Dist: pyperclip
Requires-Dist: requests
Requires-Dist: pyautogui
Requires-Dist: bs4
Requires-Dist: pyttsx3
Requires-Dist: pypinyin

This is the package used to explore Python.
___

## 数学 - expMath:
- gcd - 求最大公因数
- hexCalculate - 16进制相关计算
- cal_range - 范围计算
- initialDeviator - 初始范围偏移器
- complementDemonstrator - 补码演示器
- complementCalculate - 补函数计算
- binaryPow - 二进制幂计算,二进制位权
- binaryPrefixRemoved - 去除前缀的二进制数
- myrandom - 自定义随机数
- PlaneCartesianCoordinateSystem - 平面直角坐标系
- approximateAR - 近似折算年化利率

## ADB命令 - expADB:
- checkDelapp - 检查app文件中是否存在delapp文件中的应用

- get_cwd - 获取当前工作目录
- pull_all_apkfile - 导出手机所有应用名称和安装包

## 算法和数据结构 - expAlgorithm:
- binarySearchSensitivity - 二分搜索灵敏度


## 自动化 - expAutomation:
- randomAcknowledgement - 随机确认消息

- autoSend - 自动发送
- autoClassNotice - 自动发布课程通知

## 日期时间 - expDatetime:
- getTimeBuckets - 时间段计算


## 字符串处理 - expString:
- deleteTab - 删除制表符
- replaceSpace - 替换空格
- replaceComma - 替换逗号
- replaceLineFeed - 替换换行

## 网络爬虫 - expWebcrawler:
- weatherForecast - 天气预报

- searchPoetry - 搜索诗词
- todayPoetry - 获取今日诗词

## Python第三方包 - expPackage:
- getPyFunctionName - 得到py文件函数名


