{"id":45940373,"url":"https://github.com/agdiiura/quirtylog","last_synced_at":"2026-02-28T10:36:47.926Z","repository":{"id":213086686,"uuid":"732988071","full_name":"agdiiura/quirtylog","owner":"agdiiura","description":"Quick \u0026 Dirty logging in python","archived":false,"fork":false,"pushed_at":"2026-01-30T13:22:06.000Z","size":212,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-31T06:46:11.285Z","etag":null,"topics":["logging"],"latest_commit_sha":null,"homepage":"https://quirtylog.readthedocs.io","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/agdiiura.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.rst","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-12-18T10:08:04.000Z","updated_at":"2026-01-30T13:21:21.000Z","dependencies_parsed_at":"2023-12-22T09:58:47.473Z","dependency_job_id":"340f114a-0608-46f8-a36d-eb44bd43d832","html_url":"https://github.com/agdiiura/quirtylog","commit_stats":null,"previous_names":["agdiiura/quirtylog"],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/agdiiura/quirtylog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agdiiura%2Fquirtylog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agdiiura%2Fquirtylog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agdiiura%2Fquirtylog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agdiiura%2Fquirtylog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/agdiiura","download_url":"https://codeload.github.com/agdiiura/quirtylog/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agdiiura%2Fquirtylog/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29930344,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-28T09:58:13.507Z","status":"ssl_error","status_checked_at":"2026-02-28T09:57:57.047Z","response_time":90,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["logging"],"created_at":"2026-02-28T10:36:47.287Z","updated_at":"2026-02-28T10:36:47.918Z","avatar_url":"https://github.com/agdiiura.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Alt text](logo.png?raw=true \"Title\")\n\n# ⚡ quirtylog ⚡\n\n\n[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit\u0026logoColor=white)](https://github.com/pre-commit/pre-commit)\n[![Documentation Status](https://readthedocs.org/projects/quirtylog/badge/?version=latest)](https://quirtylog.readthedocs.io/en/latest/?badge=latest)\n\n\nQuick \u0026 dirty logging in python.\n\n\n### Installation\nTo install the package the simplest procedure is:\n```bash\npip install quirtylog\n```\nNow you can test the installation... In a python shell:\n\n```python\nimport quirtylog\n\nquirtylog.__version__\n```\n\n#### Installation from source\nOnce you have cloned the repository\n```bash\npip install .\n```\nTo use the develop mode just write `pip install -e .`.\n\nThe file `pyproject.toml` contains the packages needed for the installation.\nThe code requires `python3.11+`.\n\n\n### Examples\nThe package creates custom loggers object.\n\n```python\nimport quirtylog\n\nlog_path = \"/path/to/logs\"\nlogger = quirtylog.create_logger(log_path=log_path)\n```\nIt is also possible to create decorators to be\nused in a user-defined function.\n\n```python\nimport quirtylog\n\n\n@quirtylog.measure_time(logger)\ndef f(x):\n    \"\"\"A function that do nothing\"\"\"\n    return x\n\n\n@quirtylog.measure_time(logger)\ndef g(x):\n    \"\"\"A function that raise an exception\"\"\"\n    return x / 0.\n```\nIt can also be used as a wrapper for\nexternal scripts\n\n```bash\npython -m quirtylog main.py\n```\nFor further examples see the folder [`examples`](examples).\n\n### Contributing\nIf you want to contribute to this project, please follow the guidelines in the [CONTRIBUTING.md](CONTRIBUTING.md).\n\n### Official soundtrack\n[Jhonny Cash - The Frozen Logger](https://www.youtube.com/watch?v=KUfzDIKGkQI)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagdiiura%2Fquirtylog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagdiiura%2Fquirtylog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagdiiura%2Fquirtylog/lists"}