{"id":15449327,"url":"https://github.com/kierdavis/structlog-overtime","last_synced_at":"2025-04-19T22:13:14.802Z","repository":{"id":57471949,"uuid":"339767785","full_name":"kierdavis/structlog-overtime","owner":"kierdavis","description":null,"archived":false,"fork":false,"pushed_at":"2021-03-03T10:16:10.000Z","size":26,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-10-18T16:22:06.133Z","etag":null,"topics":["logging","python","structlog"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kierdavis.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}},"created_at":"2021-02-17T15:29:02.000Z","updated_at":"2024-09-18T13:45:02.000Z","dependencies_parsed_at":"2022-08-30T13:52:10.175Z","dependency_job_id":null,"html_url":"https://github.com/kierdavis/structlog-overtime","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kierdavis%2Fstructlog-overtime","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kierdavis%2Fstructlog-overtime/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kierdavis%2Fstructlog-overtime/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kierdavis%2Fstructlog-overtime/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kierdavis","download_url":"https://codeload.github.com/kierdavis/structlog-overtime/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249819981,"owners_count":21329887,"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":["logging","python","structlog"],"created_at":"2024-10-01T20:44:40.398Z","updated_at":"2025-04-19T22:13:14.781Z","avatar_url":"https://github.com/kierdavis.png","language":"Python","readme":"# structlog-overtime\n\nUtilities for structlog with the goal of enabling complex use cases without\nhaving to defer to standard library logging.\n\n## Features\n\n* [TeeLoggerFactory](./structlog_overtime/tee.py): copy events to multiple destinations (e.g. console and file)\n* [MockLoggerFactory](./structlog_overtime/mock.py): accumulates events in a list (useful for tests)\n* [FilterMethods](./structlog_overtime/filter.py): filter events based on the method that was called (i.e. filter by log level)\n* [FilterKeys](./structlog_overtime/filter.py): adjust which fields are included in your event dicts\n* [TimezoneAwareTimeStamper](./structlog_overtime/timestamper.py): make your timestamps explicitly include a timezone\n* [bind](./structlog_overtime/bind.py): type-preserving wrapper around BoundLogger.bind\n* [noop](./structlog_overtime/noop.py): a processor that gloriously does nothing\n\n## The name?\n\nhttps://www.youtube.com/watch?v=GnEmD17kYsE\n\n## Development\n\n### Running the tests\n\n```sh\ngit clone git@github.com:kierdavis/structlog-overtime.git\ncd structlog-overtime\npython3 -m venv .venv\nsource .venv/bin/activate\npip install -e '.[dev]'\npytest\n```\n\n### Making a release\n\n1.  Bump the version number in `setup.py`\n2.  Commit the version nummber change: `git commit`\n3.  Publish to PyPI and create git tag: `carthorse --config carthorse.yaml`\n\n## License\n\n[public domain](./UNLICENSE)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkierdavis%2Fstructlog-overtime","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkierdavis%2Fstructlog-overtime","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkierdavis%2Fstructlog-overtime/lists"}