Skip to main content

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


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

Uploaded Source

Built Distribution

PyBaseConfig-0.1.0-py3-none-any.whl (2.7 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