一个用于大气数据处理的 Python 示例库
Project description
mylib-dkj
简易测试库,包含基础问候、乘法计算、大气温湿度数据处理功能。
安装
pip install mylib-dkj
导入
import mylib
可用函数
mylib.greet(name): 简单问候,参数为用户名(字符串)mylib.multiply(a, b): 两数相乘,参数为整数/浮点数mylib.process_atmospheric_data(temp, humidity): 温湿度数据处理,返回处理后字典
测试示例
import mylib
# 测试函数
print(mylib.greet("同学"))
print(mylib.multiply(2, 3))
print(mylib.process_atmospheric_data(25.3, 60.5))
备注:本库为测试用,后续可新增更多功能。当前文件内容过长,豆包只阅读了前 51%。
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mylib_dkj-0.0.3.tar.gz
(2.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mylib_dkj-0.0.3.tar.gz.
File metadata
- Download URL: mylib_dkj-0.0.3.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4617459335a2a1a59914ad10d7aea1e97d1a242ea5ba56aac6a0f3c4714024da
|
|
| MD5 |
04bb85e1183e06d92f5fc26a2ea7fd38
|
|
| BLAKE2b-256 |
586c9188a31283dfba82056f8cd01c8a3342b0e21bb6639542d4d576e83c6cca
|
File details
Details for the file mylib_dkj-0.0.3-py3-none-any.whl.
File metadata
- Download URL: mylib_dkj-0.0.3-py3-none-any.whl
- Upload date:
- Size: 2.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
08d1ac03c97d6d24545f756d7647e6d49c478629c9f567779ee423e833ad833a
|
|
| MD5 |
bd7fd461ff5bddcdf45b47999c76b211
|
|
| BLAKE2b-256 |
c87c713d39e76b8bf2fae9bba75b295d39b179ebe22f7c1c2b4e612980815503
|