Skip to main content

一些好用的函数和类

Project description

一些好用的函数和类

1.配置文件

yaml_file yaml 格式的配置文件

config.yaml

config.yaml
host: localhost
port: 123

config.xlsx
biaoge

测试代码

from l0n0lutils.files import *


config = simple_load_config(yaml_file)
print(config.get("host"))
print(config.get("port"))


config = simple_load_config(xl_file)
print(config.get(1))
print(config.get(2))
print(config.data)


config = simple_load_config(xl_kv_file)
print(config.get(1))
print(config.get(2))
print(config.data)

输出结果:

localhost
1234
{'id': 1, 'a': 'asdf', 'b': 1.2, 'c': 4}
{'id': 2, 'a': 'adsf', 'b': 2.2, 'c': 5}
{1: {'id': 1, 'a': 'asdf', 'b': 1.2, 'c': 4}, 2: {'id': 2, 'a': 'adsf', 'b': 2.2, 'c': 5}, 3: {'id': 3, 'a': 'fda', 'b': 3.2, 'c': 6}, 4: {'id': 4, 'a': 'dae', 'b': 4.2, 'c': 7}}
asdf
adsf
{'int': 'string', 1.0: 'asdf', 2.0: 'adsf', 3.0: 'fda', 4.0: 'dae'}

xl_file excel格式的配置文件

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

l0n0lutils-1.0.0.tar.gz (10.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

l0n0lutils-1.0.0-py3-none-any.whl (10.7 kB view details)

Uploaded Python 3

File details

Details for the file l0n0lutils-1.0.0.tar.gz.

File metadata

  • Download URL: l0n0lutils-1.0.0.tar.gz
  • Upload date:
  • Size: 10.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0.post20210125 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.3

File hashes

Hashes for l0n0lutils-1.0.0.tar.gz
Algorithm Hash digest
SHA256 361d3905b3af6bccbd856f0f5fafcbbab445b9bfc5ca58faf527e91520062e13
MD5 60e87d760e97dac33ca7fc0909e0264c
BLAKE2b-256 f1a9630768f0bd8fc2ea8293177050c270b73f6ecb89fde4c88fc847b4804663

See more details on using hashes here.

File details

Details for the file l0n0lutils-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: l0n0lutils-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 10.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0.post20210125 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.3

File hashes

Hashes for l0n0lutils-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 98bbd13092d2472a28881251845b47eeb8955c2ea40407784f0ac2e74a54c254
MD5 4ffa811e05d5de1e20b8d084e92143a4
BLAKE2b-256 e7d310c13092e81f52985ffd489574f39024d631d8a3b64bb2f7b8803b11440e

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page