{"id":40418926,"url":"https://github.com/ofersadan85/env_color_logger","last_synced_at":"2026-01-20T15:05:09.296Z","repository":{"id":152908465,"uuid":"627419199","full_name":"ofersadan85/env_color_logger","owner":"ofersadan85","description":"Colurful Python logger configurable through environment variables","archived":false,"fork":false,"pushed_at":"2024-06-17T23:59:37.000Z","size":27,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-23T14:58:31.877Z","etag":null,"topics":["environment-variables","logging","python"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/env-color-logger/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ofersadan85.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","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},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":"ofersadan","issuehunt":null,"otechie":null,"custom":["https://paypal.me/ofersadan"]}},"created_at":"2023-04-13T12:33:41.000Z","updated_at":"2023-04-13T18:33:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"6aa44b9a-2e62-4743-9b25-9e7c28cda61c","html_url":"https://github.com/ofersadan85/env_color_logger","commit_stats":{"total_commits":22,"total_committers":2,"mean_commits":11.0,"dds":"0.31818181818181823","last_synced_commit":"9a3222633cf49d00c9d96ea985665863883bfb72"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/ofersadan85/env_color_logger","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ofersadan85%2Fenv_color_logger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ofersadan85%2Fenv_color_logger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ofersadan85%2Fenv_color_logger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ofersadan85%2Fenv_color_logger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ofersadan85","download_url":"https://codeload.github.com/ofersadan85/env_color_logger/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ofersadan85%2Fenv_color_logger/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28606084,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T14:45:23.139Z","status":"ssl_error","status_checked_at":"2026-01-20T14:44:16.929Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["environment-variables","logging","python"],"created_at":"2026-01-20T15:05:09.191Z","updated_at":"2026-01-20T15:05:09.285Z","avatar_url":"https://github.com/ofersadan85.png","language":"Python","funding_links":["https://liberapay.com/ofersadan","https://paypal.me/ofersadan"],"categories":[],"sub_categories":[],"readme":"# env_color_logger\n\n[![Latest Release](https://img.shields.io/github/v/release/ofersadan85/env_color_logger)](https://github.com/ofersadan85/env_color_logger/releases/latest)\n[![env_color_logger on pypi](https://img.shields.io/pypi/v/env_color_logger)](https://pypi.org/project/env_color_logger/)\n[![MIT License](https://img.shields.io/github/license/ofersadan85/env_color_logger)](LICENSE)\n[![Python package tests](https://github.com/ofersadan85/env_color_logger/actions/workflows/tests.yml/badge.svg)](https://github.com/ofersadan85/env_color_logger/actions/workflows/tests.yml)\n\nA simple logger that prints colored messages to the console and uses environment variables to control the basic setup.\n\nSee [example.env](example.env) for a list of environment variables that can be used to control the logger.\n\n## Install\n\n[![env_color_logger on pypi](https://img.shields.io/pypi/v/env_color_logger)](https://pypi.org/project/env_color_logger/)\n![wheel](https://img.shields.io/pypi/wheel/env_color_logger)\n\n```bash\npip install --upgrade env_color_logger\n```\n\n## Usage\n\nThe usage in Python is very basic. Just import the logger and use it as you would use the standard `logging` module. The logger will automatically use the environment variables to configure itself. This is done to aid in development of apps that are run in isolated environments, such as Docker containers.\n\n```python\nfrom env_color_logger import EnvLogger\n\nlogger = EnvLogger(__name__)\nlogger.info(\"Hello World!\")\n```\n\n## Requirements\n\n![Python Versions](https://img.shields.io/pypi/pyversions/env_color_logger)\n\nTested with \u0026 designed for python 3.10, see [requirements.txt](requirements.txt) for additional dependencies\n\n## Contributing\n\nFor bugs / feature requests please submit [issues](https://github.com/ofersadan85/env_color_logger/issues)\n\n[![Open Issues](https://img.shields.io/github/issues-raw/ofersadan85/env_color_logger)](https://github.com/ofersadan85/env_color_logger/issues)\n[![Closed Issues](https://img.shields.io/github/issues-closed-raw/ofersadan85/env_color_logger)](https://github.com/ofersadan85/env_color_logger/issues)\n\nIf you would like to contribute to this project, you are welcome\nto [submit a pull request](https://github.com/ofersadan85/env_color_logger/pulls)\n\n[![Open Pull Requests](https://img.shields.io/github/issues-pr-raw/ofersadan85/env_color_logger)](https://github.com/ofersadan85/env_color_logger/pulls)\n[![Closed Pull Requests](https://img.shields.io/github/issues-pr-closed-raw/ofersadan85/env_color_logger)](https://github.com/ofersadan85/env_color_logger/pulls)\n\n## Warranty / Liability / Official support\n\nThis project is being developed independently, we provide the\npackage \"as-is\" without any implied warranty or liability, usage is your own responsibility\n\n## Additional info\n\nJust because I like badges\n\n![Code Size](https://img.shields.io/github/languages/code-size/ofersadan85/env_color_logger)\n![Pypi downloads per month](https://img.shields.io/pypi/dm/env_color_logger?label=pypi%20downloads)\n![Pypi downloads per week](https://img.shields.io/pypi/dw/env_color_logger?label=pypi%20downloads)\n![Pypi downloads per day](https://img.shields.io/pypi/dd/env_color_logger?label=pypi%20downloads)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fofersadan85%2Fenv_color_logger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fofersadan85%2Fenv_color_logger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fofersadan85%2Fenv_color_logger/lists"}