Diverse Module ohne weitere Abhängigkeiten
Project description
ugbib_divers
ugb_divers enthält Module ohne weitere Abhängigkeiten. Das sind:
- bibGlobal
- bibGymbols
bibGlobal
Enthält eine Klasse glb, die es erlaubt, globale Variablen mehreren eingebundenen Modulen verfügbar zu machen.
Nutzung
Z.B. Datenbank-Connection, die von einer App oder einem Modul hergestellt wird, kann
als glb.DB Modul-übergreifend verwendet werden.
Beispiel
from bibglobal import glb
glb.setup('DB')
glb.DB = sqlite3.connect('...')
Cur = glb.DB.cursor()
Cur.execute('...')
Cur.close
bibSymbols
Enthält Symbole aus dem UTF-8 Zeichensatz mit hilfreichen Abkürzungen
Anwendung
Ursprünglich wurde diese Sammlung für Textual Formulare gebaut, um "Icons" für Mini-Buttons zu haben. Selbstverständlich kann es aber auch anders verwendet werden.
Beispiel
from bibsymbols import Symbols
S = Symbols()
print(S.first)
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
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
File details
Details for the file ugbib_divers-0.1.0.tar.gz.
File metadata
- Download URL: ugbib_divers-0.1.0.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5359004381acabffd4b0db7836b9eccaee0b9e565160beffb5db3dfbaa97a0dd
|
|
| MD5 |
6a5b85c2a79b78f765ed83d19217bdcf
|
|
| BLAKE2b-256 |
27d4375d9a7ca2e8ddb42a995226bd514c76f914c4beec35e586b77f3fdb62c1
|
File details
Details for the file ugbib_divers-0.1.0-py3-none-any.whl.
File metadata
- Download URL: ugbib_divers-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5eab62202059fe8c819d67b5e20604dbf8b55572f8b4305cc98fd1635301b7f4
|
|
| MD5 |
e9ff1139c024d4a82dbe0dc9c223f6d4
|
|
| BLAKE2b-256 |
d19cf0ff14cfb7674c9f5d0675accf2eee1946c14cc61761a1ee07ab2f4921f8
|