一个用于大气数据处理的 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))
备注:本库为测试用,后续可新增更多功能。
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.4.tar.gz
(2.1 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.4.tar.gz.
File metadata
- Download URL: mylib_dkj-0.0.4.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
05d06503f3535e8d070428b20a19da079ab9328f875cf5f68626d7193ae3913f
|
|
| MD5 |
2045ebd838b78617f31cc940d99cdb9b
|
|
| BLAKE2b-256 |
56bdb43f7128ffc108142d2fc9d924f0795f16f34452caa65af572d5075ce869
|
File details
Details for the file mylib_dkj-0.0.4-py3-none-any.whl.
File metadata
- Download URL: mylib_dkj-0.0.4-py3-none-any.whl
- Upload date:
- Size: 2.7 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 |
79da8aace6cf689f028e81d68593379709e2f16eb19c6d9a4c8a643b0e6d3806
|
|
| MD5 |
01c606bda22afbb4d3f32ac0304ddc49
|
|
| BLAKE2b-256 |
02e8c5702d2a02ae97014ca40b10a9703be7257b98b58d61cfab291b524bbd0d
|