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.2.0.tar.gz
(29.9 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.2.0-py3-none-any.whl
(40.1 kB
view details)
File details
Details for the file pylizlib-0.2.0.tar.gz.
File metadata
- Download URL: pylizlib-0.2.0.tar.gz
- Upload date:
- Size: 29.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
77d1cea7fe9a3a360922c804d969fad23e50bf7b6bdd8f7b91786f866df9fec9
|
|
| MD5 |
beaf5e4565ad824983bccbeb8570492d
|
|
| BLAKE2b-256 |
006cb29ed80a792dbeb7203bf9b8fecd4c437503fcfe401b2313701fd744ed03
|
File details
Details for the file pylizlib-0.2.0-py3-none-any.whl.
File metadata
- Download URL: pylizlib-0.2.0-py3-none-any.whl
- Upload date:
- Size: 40.1 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 |
a79d534495a81471c305a1e8fdfeb28a13a5cd86aa54dee5542c4c5e1268af8e
|
|
| MD5 |
32048155bdb18715d80c4df418e916bc
|
|
| BLAKE2b-256 |
a564361001b28cf287148f88f4aadf27b1b882930e89d1a0a0c8435e00bb7946
|