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 hashes)

Uploaded Source

Built Distribution

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

Uploaded Python 3

Supported by

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