
Research
Security News
The Growing Risk of Malicious Browser Extensions
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
|travis status| |coverage| |health|
|license| |pypi|
.. |travis status| image:: https://travis-ci.org/afxentios/config-manager.svg?branch=master :target: https://travis-ci.org/afxentios/config-manager :alt: Travis-CI build status .. |coverage| image:: https://coveralls.io/repos/github/afxentios/config-manager/badge.svg :target: https://coveralls.io/github/afxentios/config-manager :alt: Code Coverage .. |health| image:: https://landscape.io/github/afxentios/config-manager/master/landscape.svg?style=flat :target: https://landscape.io/github/afxentios/config-manager/master :alt: Code Health .. |license| image:: https://img.shields.io/badge/license-MIT-blue.svg :target: https://github.com/afxentios/config-manager/blob/master/LICENSE.txt :alt: License .. |pypi| image:: https://badge.fury.io/py/config-manager.svg :target: https://badge.fury.io/py/config-manager :alt: Pypi Version
The config-manager package is a basic configuration reader and manager. It reads the configuration data from an external YAML or JSON file and it injects this data into the application that is called from. It's currently tested on Python 2.7.
Issue tracker
_Changelog
_::
pip install config-manager
or
download the latest release
_ and run
::
python setup.py install
::
#configs.yaml contains the configuration data
from config_manager import ConfigManager confman = ConfigManager(config_file_path='/path/to/configs.yaml', defaults={'maintenance':'False'}, required=['maintenance']) maintenance = confman['maintenance']
This project is licensed under the MIT license.
.. _Changelog: https://github.com/afxentios/config-manager/blob/master/CHANGELOG.rst .. _Issue tracker: https://github.com/afxentios/config-manager/issues .. _latest release: https://github.com/afxentios/config-manager/releases
FAQs
A basic configuration reader and manager for python projects
We found that config-manager demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
Research
Security News
An in-depth analysis of credential stealers, crypto drainers, cryptojackers, and clipboard hijackers abusing open source package registries to compromise Web3 development environments.
Security News
pnpm 10.12.1 introduces a global virtual store for faster installs and new options for managing dependencies with version catalogs.