Skip to main content

Python (Cython) based implementation of ConfigParser based on POSIX and stdlib functions.

Project description

Pipeline status Coverage report https://badge.fury.io/py/configparserc.svg

Python (Cython) based implementation of ConfigParser based on POSIX and stdlib functions. Wrapped via Cython, uses POSIX stat and libc stdio functions for read file.

Support converting values in formats:

  • StrType - force convert to string all values (defaults too).

  • IntType - convert values to integer (include suffixes ‘K’, ‘M’ and ‘G’ multiples of 1000).

  • BytesSizeType - convert values to integer size of bytes (include suffixes ‘K’, ‘M’ and ‘G’ multiples of 1024).

  • BoolType - convert ‘False’, ‘false’, ‘True’ and ‘true’ to valid Python bool type.

  • IntSecondsType - convert time to seconds. Uses ‘pytimeparse’ python package.

  • TimedeltaType - convert time to timdelta/relativedelta(if installed). Uses ‘pytimeparse’ python package.

  • ListType - convert separated by symbol (default is comma) string to list of values.

  • JsonType - convert json value to python value.

Usage

Install package in your environment:

pip install configparserc

Example code for parse ini-config:

import os
from configparserc import config, tools


class MainSection(config.AppendSection):
    """
    Simple section where:
    *  some_int_key has int value;
    *  some_bool_key has int value;
    *  some_list_key has semicolon separated list value;
    *  some_other_key has int value in bytes.

    and all values appends or override defaults.
    """
    type_some_int_key = config.IntType()
    type_some_bool_key = config.BoolType()
    type_some_list_key = config.ListType(separator=';')
    type_some_other_key = config.ListType(separator=';')


config = config.ConfigParserC(
    # Override section class for section `main`
    section_overload={'main': MainSection},
    # Set deafults for all sections.
    section_defaults={
        'main': {
            'some_int_key': "123",
            'some_bool_key': "false",
            'some_list_key': "a;c;d"
        }
    },
    # Allow to use values from environment
    # via "{ENVIRONMENT_VAR}" values.
    format_kwargs=os.environ.copy()
)

config.parse_files(['/path/to/ini/config', '/other/path/to/ini/config'])
config.parse_text('''
[main]
# Support comments
; in different ini formats.
int_key = 1234
''')

config_as_dict = config.all()

Authors

Author:

Sergey Klyuykov <onegreyonewhite@mail.ru>

Contributor(s):

Kirill Bychkov <kirill970528@yandex.ru>

License

The ConfigParserC Project (https://gitlab.com/onegreyonewhite/configparserc) Copyright (C) 2019-2023 Sergey Klyuykov

Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

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

configparserc-3.0.2.tar.gz (13.2 kB view details)

Uploaded Source

Built Distributions

configparserc-3.0.2-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (342.7 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

configparserc-3.0.2-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (344.7 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

configparserc-3.0.2-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (323.8 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

configparserc-3.0.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (314.0 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

File details

Details for the file configparserc-3.0.2.tar.gz.

File metadata

  • Download URL: configparserc-3.0.2.tar.gz
  • Upload date:
  • Size: 13.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.10.12

File hashes

Hashes for configparserc-3.0.2.tar.gz
Algorithm Hash digest
SHA256 a92513a76d03b364bb9969df7c9411bac844c2477b859e42f6608b0f456d1f4c
MD5 a3f2162e8bbe859628b7c6071c9fc5fe
BLAKE2b-256 781460d0a1bc758a5e51c4b5c78e929c81756ed0847f03fa0aee8b0e58105b42

See more details on using hashes here.

File details

Details for the file configparserc-3.0.2-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for configparserc-3.0.2-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 529310a2f5268f2093cda5ee0ba02743d06060fa2f2f5ac8d93d01f3a55f068a
MD5 26859bd983d1b55271760a8aa3b0e171
BLAKE2b-256 ecd922209e1d09b34acfe6cdff7c9c4a2692cc245c4a14a706b802e323f12bae

See more details on using hashes here.

File details

Details for the file configparserc-3.0.2-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for configparserc-3.0.2-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ddac7ea5a98cc0c79166eb66d04cd2c80b732d4fe31ce57d8dd9a65a0b7a0783
MD5 6091514eccffdbbbabafcf6831eff79e
BLAKE2b-256 63deb4ef2b34175e9e78c6af0ef5d3a6ebb61bb6ff2bca7117a6dddb5befdf0b

See more details on using hashes here.

File details

Details for the file configparserc-3.0.2-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for configparserc-3.0.2-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8d1610b600c6eacffac8c5ad8832f4d7de05a878f4fa9405d3f4f151ee6bbb20
MD5 f0876508c503e747b6239519ff15dc19
BLAKE2b-256 a27010021ccb9682a71799908668a682d98fdfdd7ad823059b32281e57008cc1

See more details on using hashes here.

File details

Details for the file configparserc-3.0.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for configparserc-3.0.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9dd48056ca77434ec82fd0a91d7dbda21164663bebbc9de87145cda3afd3ee58
MD5 5532a797873ae7279a2daab969b588b2
BLAKE2b-256 e654a7e4fc17f95864c99e3877f4ecb6321c7825642b7be239ef73529b6a9e62

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