{"id":15009944,"url":"https://github.com/koviubi56/mylog","last_synced_at":"2025-08-18T10:12:32.428Z","repository":{"id":37810291,"uuid":"474709448","full_name":"koviubi56/mylog","owner":"koviubi56","description":"A simple logging library for Python.","archived":false,"fork":false,"pushed_at":"2024-02-06T18:17:46.000Z","size":452,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-09-29T17:03:33.777Z","etag":null,"topics":["library","log","logger","logging","logs","python","python-3","python-library","python3"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/python-mylog/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/koviubi56.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2022-03-27T17:27:02.000Z","updated_at":"2023-12-22T04:25:00.000Z","dependencies_parsed_at":"2023-12-28T10:26:34.711Z","dependency_job_id":"9371e8b6-2f12-4937-a2a1-b6d44b8ecd40","html_url":"https://github.com/koviubi56/mylog","commit_stats":{"total_commits":213,"total_committers":8,"mean_commits":26.625,"dds":0.5164319248826291,"last_synced_commit":"51c646a60bcff069f625fddee92528a3fa9822c9"},"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koviubi56%2Fmylog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koviubi56%2Fmylog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koviubi56%2Fmylog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koviubi56%2Fmylog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/koviubi56","download_url":"https://codeload.github.com/koviubi56/mylog/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219856090,"owners_count":16556087,"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":["library","log","logger","logging","logs","python","python-3","python-library","python3"],"created_at":"2024-09-24T19:29:12.850Z","updated_at":"2024-10-12T09:41:29.312Z","avatar_url":"https://github.com/koviubi56.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mylog\n\n[![Hits-of-Code](https://hitsofcode.com/github/koviubi56/mylog?branch=main)](https://hitsofcode.com/github/koviubi56/mylog/view?branch=main)\n![Codecov](https://img.shields.io/codecov/c/github/koviubi56/mylog)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n![semantic-release](https://img.shields.io/badge/%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)\n![PyPI - License](https://img.shields.io/pypi/l/python-mylog)\n![PyPI](https://img.shields.io/pypi/v/python-mylog)\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/python-mylog)\n![PyPI - Format](https://img.shields.io/pypi/format/python-mylog)\n![PyPI - Implementation](https://img.shields.io/pypi/implementation/python-mylog)\n![GitHub Workflow Status Tests](https://img.shields.io/github/actions/workflow/status/koviubi56/mylog/tests.yml?label=tests)\n\nA simple logging library for Python.\n\n## Example/Getting started\n\nFirst, install it with `pip install python-mylog`. [_Need more help?_](https://packaging.python.org/en/latest/tutorials/installing-packages/)\n\n```py\nimport mylog\n\nmylog.root.info(\"Hello, world!\")\n# Output: \u003cnothing\u003e\n# Why? Because the threshold is set to WARNING.\n\n# Try this:\nmylog.root.warning(\"Hello, world!\")\n# Output: [root WARNING 2023-12-23 13:39:16.127495+00:00 line: 00001] Hello, world!\n\n# Or\nmylog.root.threshold = mylog.Level.DEBUG\nmylog.root.info(\"Hello, world!\")\n# Output: [root INFO 2023-12-23 13:39:34.231029+00:00 line: 00001] Hello, world!\n```\n\n## API reference\n\nFor the API reference see the docstrings.\n\n## Contributing\n\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\nPlease make sure to update tests as appropriate.\n\n## License\n\n[GNU GPLv3.0+](LICENSE)\n\n**Please note, that by contributing to mylog, you accept the DCO. [More info](CONTRIBUTING.md#dco)**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoviubi56%2Fmylog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkoviubi56%2Fmylog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoviubi56%2Fmylog/lists"}