Ein Python-Paket zur Verwaltung Ihrer Umgebungsvariablen.
Project description
PyBaseConfig
PyBaseConfig ist ein Python-Paket, das Ihnen beim Lesen und Verwalten Ihrer Umgebungsvariablen hilft.
Installation
Sie können dieses Paket mit pip installieren:
pip install pybaseconfig
Verwendung
Hier ist ein Beispiel, wie Sie dieses Paket verwenden können:
from pybaseconfig import BaseSettings
class Config(BaseSettings):
email: str
password: str
server: str
port: int
config = Config()
print(config.email)
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
PyBaseConfig-0.1.0.tar.gz
(2.4 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
File details
Details for the file PyBaseConfig-0.1.0.tar.gz.
File metadata
- Download URL: PyBaseConfig-0.1.0.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aaece43ffeb3e47eb257f1e0e2b5d10bfb7557ab2cf394318064a97089bb50fd
|
|
| MD5 |
c321bdc29524729d563b1a2054a1cee4
|
|
| BLAKE2b-256 |
66775c71917ab8699385869b9bd768a58f37b26d34609246e906a1b6c3a65640
|
File details
Details for the file PyBaseConfig-0.1.0-py3-none-any.whl.
File metadata
- Download URL: PyBaseConfig-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5522aa07f621d9d35fb81d2f84e078527890b0fc0359bcf310e84debb778fafa
|
|
| MD5 |
792c4c506cd753ea0e407dd88bba1e8e
|
|
| BLAKE2b-256 |
65690b3f2428c76742a15a3e815a0bdd76ecaec4bcd11c5517b5d6fc750d1e79
|