{"id":15699676,"url":"https://github.com/alexxit/yamlconf","last_synced_at":"2025-03-30T14:27:36.204Z","repository":{"id":104871867,"uuid":"178455286","full_name":"AlexxIT/yamlconf","owner":"AlexxIT","description":null,"archived":false,"fork":false,"pushed_at":"2019-04-20T13:49:54.000Z","size":3,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-05T16:16:54.183Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AlexxIT.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-03-29T18:13:40.000Z","updated_at":"2023-12-02T14:02:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"7016af43-9ad9-4571-9dcc-85dc3f8c250a","html_url":"https://github.com/AlexxIT/yamlconf","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexxIT%2Fyamlconf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexxIT%2Fyamlconf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexxIT%2Fyamlconf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexxIT%2Fyamlconf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AlexxIT","download_url":"https://codeload.github.com/AlexxIT/yamlconf/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246330494,"owners_count":20760116,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-03T19:41:22.737Z","updated_at":"2025-03-30T14:27:36.181Z","avatar_url":"https://github.com/AlexxIT.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Store app config in yaml file\n\n```yaml\nlogging:\n  formatters:\n    stream: {format: \"%(asctime)s %(levelname)s [%(name)s] %(message)s\"}\n    syslog: {format: \"%(asctime)s %(name)s python: %(message)s\"}\n  handlers:\n    stream:\n      class: logging.handlers.SysLogHandler\n      stream: ext://sys.stdout\n      formatter: stream\n    syslog:\n      class: logging.handlers.SysLogHandler\n      address: ['127.0.0.1', 5140]\n      formatter: syslog\n  loggers:\n    asyncio: {level: WARNING}\n    urllib3.connectionpool: {level: INFO}\n    websockets.protocol: {level: WARNING}\n  root:\n    level: DEBUG\n    handlers: [stream, syslog]\n\nserver:\n  user: ...\n  pass: ...\n```\n\nOR\n\n```yaml\nlogging:\n  filename: \"app.log\"\n  datefmt: \"[%Y-%m-%d %H:%M:%S %z]\"\n  format: \"%(asctime)s %(levelname)s [%(name)s] %(message)s\"\n  level: DEBUG\n  \nserver:\n  user: ...\n  pass: ...\n```\n\n## Changelog\n\n### 0.1.3 - 2019-04-20\n\n- Change to `yaml.safe_load`\n- Change `error` to `exception`\n\n### 0.1.2 - 2019-04-05\n\n- Add `basicConfig` version\n\n### 0.1.1 - 2019-04-01\n\n- Fix empty logging in conf","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexxit%2Fyamlconf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexxit%2Fyamlconf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexxit%2Fyamlconf/lists"}