Skip to main content

Environment variable helpers

Project description

Roskarl

Is a tiny module for environment variables.

Requires

Python 3.11.0+

How to install

pip install roskarl

Example usage

from roskarl.env import (
    env_var,
    env_var_bool,
    env_var_cron,
    env_var_float,
    env_var_int,
    env_var_iso8601_datetime,
    env_var_list,
    env_var_rfc3339_datetime,
    env_var_tz,
    env_var_dsn,
    DSN
)

All functions return None if the variable is not set. An optional default parameter can be provided to return a fallback value instead.

value = env_var(name="STR_VAR", default="fallback")

str

value = env_var(name="STR_VAR")

returns str

bool

value = env_var_bool(name="BOOL_VAR")

returns bool — accepts true or false (case insensitive)

tz

value = env_var_tz(name="TZ_VAR")

returns str if value is a valid IANA timezone (e.g. Europe/Stockholm)

list

value = env_var_list(name="LIST_VAR", separator="|")

returns list[str] if value is splittable by separator

int

value = env_var_int(name="INT_VAR")

returns int if value is numeric

float

value = env_var_float(name="FLOAT_VAR")

returns float if value is a float

cron

value = env_var_cron(name="CRON_EXPRESSION_VAR")

returns str if value is a valid cron expression

datetime (ISO8601)

value = env_var_iso8601_datetime(name="DATETIME_VAR")

returns datetime if value is a valid ISO8601 datetime string — timezone is optional

2026-01-01T00:00:00
2026-01-01T00:00:00+00:00

datetime (RFC3339)

value = env_var_rfc3339_datetime(name="DATETIME_VAR")

returns datetime if value is a valid RFC3339 datetime string — timezone is required

2026-01-01T00:00:00+00:00

DSN

value = env_var_dsn(name="DSN_VAR")

returns DSN object if value is a valid DSN string

needs to be formatted like this:

postgresql://username:password@hostname:5432/database_name

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

roskarl-2.4.1.tar.gz (5.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

roskarl-2.4.1-py3-none-any.whl (4.9 kB view details)

Uploaded Python 3

File details

Details for the file roskarl-2.4.1.tar.gz.

File metadata

  • Download URL: roskarl-2.4.1.tar.gz
  • Upload date:
  • Size: 5.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.3

File hashes

Hashes for roskarl-2.4.1.tar.gz
Algorithm Hash digest
SHA256 02b4cfca39e06a278e02c037487e6822e06e96dc67c8defc218ce00f13f58a5b
MD5 3a813a3ac347eebd3ea0fbc3f0510bf5
BLAKE2b-256 6a71a2474054becf00ff050057f0bacf9c831f30419250e85870479ba1bf5914

See more details on using hashes here.

File details

Details for the file roskarl-2.4.1-py3-none-any.whl.

File metadata

  • Download URL: roskarl-2.4.1-py3-none-any.whl
  • Upload date:
  • Size: 4.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.3

File hashes

Hashes for roskarl-2.4.1-py3-none-any.whl
Algorithm Hash digest
SHA256 48427b0214cecda8072bbc7da4ecaed89285886bbce31ad46f70731157771767
MD5 7913a6dd5d86376d11ccc7a6661de573
BLAKE2b-256 5cfdf89c4907056882a4838388ecf4708ec3a10a14fd07df3471d68e5710ad53

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page