Metadata-Version: 2.1
Name: configparserc
Version: 1.0.0
Summary: Python (Cython) based implementation of ConfigParser based on POSIX and stdlib functions.
Home-page: https://gitlab.com/onegreyonewhite/configparserc
Author: Sergey Klyuykov
Author-email: onegreyonewhite@mail.ru
License: Apache Software License
Project-URL: Issue Tracker, https://gitlab.com/onegreyonewhite/configparserc/-/issues
Project-URL: Source Code, https://gitlab.com/onegreyonewhite/configparserc.git
Project-URL: Releases, https://pypi.org/project/configparserc/#history
Description: Fast ConfigParser
        =================
        
        .. image:: https://gitlab.com/onegreyonewhite/configparserc/badges/master/pipeline.svg
            :target: https://gitlab.com/onegreyonewhite/configparserc/commits/master
            :alt: Pipeline status
        
        .. image:: https://gitlab.com/onegreyonewhite/configparserc/badges/master/coverage.svg
            :target: https://gitlab.com/onegreyonewhite/configparserc/pipelines
            :alt: Coverage report
        
        .. image:: https://badge.fury.io/py/configparserc.svg
            :target: https://badge.fury.io/py/configparserc
        
        
        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.
        
        
        Authors
        -------
        
        Author:
            Sergey Klyuykov <onegreyonewhite@mail.ru>
        
        
        Contributor(s):
            Kirill Bychkov <kirill970528@yandex.ru>
        
        
        License
        -------
        
        VSTUtils is licensed under the terms of the Apache License 2.0.
        See the file "LICENSE" for more information.
        
        Copyright 2019-2020 Sergey Klyuykov
        
Keywords: config,configparser,configparserc,ini
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Operating System :: POSIX
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: C
Classifier: Programming Language :: Cython
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
