Add your description here
Project description
PYLIZ
This is a simple python library that contains some useful functions that I use in my projects.
Installation
pip install pylizlib
Description
The main class of this library is PylizLib. It's a class used for handle file and directories for a python script/project.
It allows you to:
- easily manage directories and files
- easily read and write a single configuration file
Example
from pylizlib import PylizLib
# Create an instance of PylizLib.
# This will create a directory with the name of your app in your home directory.
app = PylizLib("name_of_your_app")
# Create a directory in the app directory.
app.add_folder("key_for_folder", "name_of_folder")
# Get the path directory.
path = app.get_folder_path("key_for_folder")
# create app ini file and get/set value
app.create_ini("medializ.ini", [])
app.set_ini_value("section", "key", "value")
value = app.get_ini_value("section", "key")
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
pylizlib-0.1.54.tar.gz
(23.7 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
pylizlib-0.1.54-py3-none-any.whl
(32.7 kB
view details)
File details
Details for the file pylizlib-0.1.54.tar.gz.
File metadata
- Download URL: pylizlib-0.1.54.tar.gz
- Upload date:
- Size: 23.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d40c301f06ee776cfbbfdda12130d7487dc6e163d7893c22ac5f2b7b94e1a3c2
|
|
| MD5 |
43ede9c96feb99caa69bb0e63bd88007
|
|
| BLAKE2b-256 |
6a43329a63e1385dd35207c6b43c2c76fae8d81c44a6aebc6694b8222de6a3e3
|
File details
Details for the file pylizlib-0.1.54-py3-none-any.whl.
File metadata
- Download URL: pylizlib-0.1.54-py3-none-any.whl
- Upload date:
- Size: 32.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
05a0afb25eb054931f1e15e9dccfc3e7fd4d2496ec8ac16237aaa3b504983c0d
|
|
| MD5 |
ff0444b86247737d266d50f69aed7020
|
|
| BLAKE2b-256 |
040be49d8bfdba62213021af57c3ebec08c7ab22fc65af96024431f4d019332e
|