Skip to main content

A library that makes it very convenient to perform standard actions in Python

Project description

HandyLibrary

Python 3.10

A library that makes it very convenient to perform standard actions in Python

Installation

Using PyPI

The latest stable release is available on PyPI, and you can install it by saying

python -m pip install handy-library 

Example

Example of configuring automatic creation of config.json

from handylib.tools import ConfigLoader

cl = ConfigLoader()
cl.load_config("config.json", [cl.ConfigParam('test', value=[1, 2, 3], description="Params", value_type=list)])

The config.json file that resulted from the output

{
    "test_1_description": "Params",
    "test_1": [1, 2, 3],
    "test_2": 0.123,
    "test_3": true
}

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

handy-library-0.0.7.tar.gz (5.5 kB view details)

Uploaded Source

Built Distribution

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

handy_library-0.0.7-py3-none-any.whl (5.9 kB view details)

Uploaded Python 3

File details

Details for the file handy-library-0.0.7.tar.gz.

File metadata

  • Download URL: handy-library-0.0.7.tar.gz
  • Upload date:
  • Size: 5.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.7

File hashes

Hashes for handy-library-0.0.7.tar.gz
Algorithm Hash digest
SHA256 c0e83c19a1e1840bf7860a0a7694a34aec34aa329679f70ee6739be559379fee
MD5 bdfd21f076c9ca2cea7ddf7a860e4a20
BLAKE2b-256 923ad267982b6260fa5848628f5a2c84fcbc9fd7ba6beba59b6fba6323f09167

See more details on using hashes here.

File details

Details for the file handy_library-0.0.7-py3-none-any.whl.

File metadata

  • Download URL: handy_library-0.0.7-py3-none-any.whl
  • Upload date:
  • Size: 5.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.7

File hashes

Hashes for handy_library-0.0.7-py3-none-any.whl
Algorithm Hash digest
SHA256 739d6836fb570db9de0d208457c0057ee66e9c9594f00de278d3542e7779d357
MD5 4e0301bcfa190329ba810ca0a02d4351
BLAKE2b-256 2ad0b0e450bac75f59e91cc7aa47a5a2ae0f4f59521cd9f76381efa38f6922ec

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