Skip to main content

Lapa commons used for reading the configuration file.

Project description

lapa_commons

About

Lapa commons used for reading the configuration file.

Installation

pip install lapa_commons

Env

  • python>=3.12.0

Usage

Create sample config.ini

[ENVIRONMENT]
log_level = INFO

[DATABASE]
Db_Host = localhost
Db_Port = 5432
Db_Name = my_database
Db_User = my_user
Db_Password = my_password

[API]
API_KEY = abcdef1234567890
BASE_URL = https://api.example.com/v1

Sample code

# import lapa_commons
from lapa_commons.main import read_configuration_from_file_path

# call the read_configuration_from_file_path() and provide file path
ldict_configuration = read_configuration_from_file_path('/home/lavsharma/python-project/temp/config.ini')

Output

{'API': {'API_KEY': 'abcdef1234567890', 'BASE_URL': 'https://api.example.com/v1'}, 'DATABASE': {'Db_Host': 'localhost', 'Db_Name': 'my_database', 'Db_Password': 'my_password', 'Db_Port': '5432', 'Db_User': 'my_user'}, 'ENVIRONMENT': {'log_level': 'INFO'}}

Changelog

v0.0.3

  • treat all sections as environment variables.
  • import read_configuration_from_file_path in init file.
  • update repo link in setup.py.

v0.0.2

  • bug fix when reading environment variables.

v0.0.1

  1. configparser added in the dependency.
  2. Function read_configuration_from_file_path() added which reads the configuration from a filepath.
  3. Support for any number of sections in the configuration file.
  4. Environment section variables will be first checked in the OS, if not found in the OS then it will be read from the configuration file.
  5. MODULE_NAME added in the init.py
  6. Errors are raised in the module instead of logging.

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

lapa_commons-0.0.3.tar.gz (3.3 kB view details)

Uploaded Source

Built Distribution

lapa_commons-0.0.3-py3-none-any.whl (3.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: lapa_commons-0.0.3.tar.gz
  • Upload date:
  • Size: 3.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.9.19

File hashes

Hashes for lapa_commons-0.0.3.tar.gz
Algorithm Hash digest
SHA256 91dfce1cd8c41d4250cd7661b016337854bd74fdde7f6c0f99339f350356e650
MD5 034dc8add5660f423b3df3f436dd78a4
BLAKE2b-256 00ed476b1d81c05e8da3223b515e061b70c8706f781d214ff13a30c46465e100

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for lapa_commons-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 63c3d174f8ce2070c45487e868214882d057c53954b3bd8a9f198689413f9153
MD5 4b0e46f13e9a4188f3bcce52615633b9
BLAKE2b-256 f71f31e9055a183b5fcc20ae8d5fc4ae6d1daf36a2d2df359b8a327e71281262

See more details on using hashes here.

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