some common tool
Project description
solax common module
install
pip install solax_py_library
struction
module:
- api: provide the api
- core: core code
- errors: define errors
- test: unit tests
- types: modle define
module
This package provide some general modules to help us can focus on the real project coding.It`s our own package,we can add more and more general modules.
- upload: The module define the upload tool.It support the way by Ftp.
quick start
await upload(
upload_type=UploadType.FTP,
configuration=ftp_config,
upload_data=UploadData(
upload_type=UploadType.FTP,
data=dict(
file_type=FTPFileType.CSV,
file_name="new_file.csv",
data=[
{
"EMS1000序列号": "XMG11A011L",
"EMS1000本地时间": "2025-02-11 15:39:10",
"EMS1000版本号": "V007.11.1",
"电站所在国家和地区": None,
"电站所在当前时区": None,
"电站系统类型": None,
}
],
),
),
)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
solax_py_library-1.0.0.42.tar.gz
(35.4 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 solax_py_library-1.0.0.42.tar.gz.
File metadata
- Download URL: solax_py_library-1.0.0.42.tar.gz
- Upload date:
- Size: 35.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.5 CPython/3.8.10 Linux/5.15.0-139-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
58cdfd2f63251497dfd3f913ebaeeed5a3fe07148b7408a3cdea84496d1d5386
|
|
| MD5 |
9fbc048acf672c68d8abc2885b0acc92
|
|
| BLAKE2b-256 |
e1bdcdaf914e7f5dd318d8107757d30e9728a82cb6be69fc073131bd660a1c3a
|
File details
Details for the file solax_py_library-1.0.0.42-py3-none-any.whl.
File metadata
- Download URL: solax_py_library-1.0.0.42-py3-none-any.whl
- Upload date:
- Size: 56.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.5 CPython/3.8.10 Linux/5.15.0-139-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5de2b04052e5dc7f1d34eabac48e38d0e9bb773f75c2e49c483e8be82f428072
|
|
| MD5 |
37d2b30139e24850044ffbeffc68163f
|
|
| BLAKE2b-256 |
72b6c87bc21e90430e9d524e4cff644d72c510d06210c01b4ca08b71f925a613
|