Skip to main content

A small package to easily read API keys from env files

Project description

read-env

Boilerplate code to read API keys from a .env file in Python

Quickstart

Functions to choose from include

  • read_pair_from_env: Read key pair from specified env file
  • read_key_from_env: Read API key from specified env file
  • read_sec_from_env: Read API secret from specified env file

You can install the read-env-keys package via pip

pip3 install read-env-keys

After installing, you will be able to import the module using

from read_env_keys import *

or

import read_env_keys

Read an API key from your .env file

After you have installed the package, create an env file (if you do not have one already) in your current working directory (cwd).

  • MacOS / Unix

    Get the current working directory's absolute path by typing

    pwd
    

    in the terminal. Copy and paste this as a string with the name of your env file appended (including the .env extension) as an argument.

  • Windows

    Get the current working directory's absolute path by typing

    cd
    

    in the command line.

Once you have the full path to the env file, pass it as an argument. You can optionally specifiy the API key name to read.

from read_env_keys import *

# Read an API Key. Default key name is 'API_KEY'
api_key_value = read_key_from_env(YOUR_ENVS_ABSOLUTE_FILEPATH)
# Read an API Key and specify the key name in the env file
api_key_value = read_key_from_env(YOUR_ENVS_ABSOLUTE_FILEPATH, api_key='my_key')

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

read_env_keys-0.0.3.tar.gz (3.6 kB view details)

Uploaded Source

Built Distribution

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

read_env_keys-0.0.3-py3-none-any.whl (3.3 kB view details)

Uploaded Python 3

File details

Details for the file read_env_keys-0.0.3.tar.gz.

File metadata

  • Download URL: read_env_keys-0.0.3.tar.gz
  • Upload date:
  • Size: 3.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.6

File hashes

Hashes for read_env_keys-0.0.3.tar.gz
Algorithm Hash digest
SHA256 462d0ae387800de4463713d6b6f035760228cd7f4d1a8b7c2592f1122597f33e
MD5 8f47ee360eadea6b09bbac63877e9025
BLAKE2b-256 784f63af4f10b8353a4c29b184677d86cdae1ad50838321c927199fdd34a4dbf

See more details on using hashes here.

File details

Details for the file read_env_keys-0.0.3-py3-none-any.whl.

File metadata

  • Download URL: read_env_keys-0.0.3-py3-none-any.whl
  • Upload date:
  • Size: 3.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.6

File hashes

Hashes for read_env_keys-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 3da3324d944abad4812144dbf2383c3f3dd07b7c7516723b55173102aaf85350
MD5 9e0592d119e09209c05be9332744f3f6
BLAKE2b-256 58b8434e96856e7c639d1c6d7c24aa822436387e0edad20f8e220595df5976aa

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