genwatch


Namegenwatch JSON
Version 0.1.1 PyPI version JSON
download
home_pageNone
SummaryDecorator for tracing Python generator internals
upload_time2025-08-08 20:53:31
maintainerNone
docs_urlNone
authorAzema Shaik
requires_python>=3.10
licenseApache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
keywords generator tracing decorator
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # genwatch

Tiny, surgical **observability for classic Python generators**.

`genwatch` wraps a generator function and emits **structured JSON logs** for the core lifecycle only. By design:

- In `_ProxyReporter.__iter__` **every event logs at `INFO`**.
- **Only** when an unexpected exception escapes the generator do we log at `ERROR` (and re-raise).
- No `DEBUG`, no `WARNING`, no `CRITICAL` inside `__iter__`.

This keeps the noise floor flat and makes logs deterministic and cheap.

---

## Install

```bash
pip install genwatch
```

Python 3.10+.

---

## Why this exists

- You want the **return value** from a generator (`StopIteration.value`) visible in logs.
- You need to **trace delegation** (`yield from`) without global tracing hooks.
- You prefer **stable, assertion-friendly logs** over verbose, level-juggling traces.
- You want a one-line decorator that works on **functions and methods**.

---

## Quick start

```python
import logging
from genwatch import GeneratorReporter
from genwatch._logger import JSONFormatter  # optional

# Minimal JSON logger
logger = logging.getLogger("genwatch.demo")
logger.setLevel(logging.INFO)
h = logging.StreamHandler()
h.setFormatter(JSONFormatter())
logger.addHandler(h)

@GeneratorReporter(logger=logger)
def demo(n):
    for i in range(n):
        received = (yield i)  # you can .send(...) into this if you want
    return "done"

g = demo(2)
next(g)            # -> 0
g.send(None)       # -> 1
try:
    next(g)        # StopIteration with value "done"
except StopIteration as e:
    assert e.value == "done"
```

Sample output (with `JSONFormatter`):

```json
{"timestamp":"2025-08-09T19:00:00.123456","level":"INFO","filename":"example.py","lineno":12,"msg":"[genwatch] start demo"}
{"timestamp":"2025-08-09T19:00:00.124000","level":"INFO","filename":"example.py","lineno":12,"msg":"[genwatch] done demo → return 'done'"}
{"timestamp":"2025-08-09T19:00:00.124100","level":"INFO","filename":"example.py","lineno":12,"msg":"[genwatch] closed demo"}
```

If an unexpected exception escapes, you’ll additionally see one `ERROR` log before it’s re-raised.

---

## Practical examples

### 1) Function — streaming CSV parser

Parses a CSV stream row-by-row (nice for big files). Returns the total rows parsed.

```python
import io
import csv
import logging

from genwatch import GeneratorReporter
from genwatch._logger import JSONFormatter  # optional

logger = logging.getLogger("genwatch.demo.func")
logger.setLevel(logging.INFO)
h = logging.StreamHandler()
h.setFormatter(JSONFormatter())
logger.addHandler(h)

@GeneratorReporter(logger=logger)
def parse_csv(stream):
    reader = csv.DictReader(stream)
    count = 0
    for row in reader:
        _ = (yield row)  # consume or react to .send(...) if needed
        count += 1
    return count

# usage
sample = io.StringIO("id,name\n1,Ana\n2,Bao\n3,Chirag\n")
g = parse_csv(sample)

for row in g:
    pass

try:
    next(g)
except StopIteration as e:
    assert e.value == 3
```

Expected logs:

```json
{"timestamp": "2025-08-09T01:57:52.100597", "level": "INFO", "filename": "example.py", "msg": "parse_csv"}
{"timestamp": "2025-08-09T01:57:52.101668", "level": "INFO", "filename": "example.py", "msg": {"gi_code": "<code object parse_csv at 0x000001735A6828B0, file \"example.py\", line 4>", "gi_frame": "<frame at 0x000001735A743AC0, file 'example.py', line 9, code parse_csv>", "gi_running": "False", "gi_suspended": "True", "gi_yieldfrom": null}, "lineno": 9}
{"timestamp": "2025-08-09T01:57:52.102694", "level": "INFO", "filename": "example.py", "msg": {"yielded_value": {"id": "1", "name": "Ana"}}, "lineno": 9}
{"timestamp": "2025-08-09T01:57:52.103717", "level": "INFO", "filename": "example.py", "msg": {"value_sent_gen": "No value sent to,  the generator"}, "lineno": 9}
{"timestamp": "2025-08-09T01:57:52.103717", "level": "INFO", "filename": "example.py", "msg": {"gi_code": "<code object parse_csv at 0x000001735A6828B0, file \"example.py\", line 4>", "gi_frame": "<frame at 0x000001735A743AC0, file 'example.py', line 9, code parse_csv>", "gi_running": "False", "gi_suspended": "True", "gi_yieldfrom": null}, "lineno": 9}
{"timestamp": "2025-08-09T01:57:52.104733", "level": "INFO", "filename": "example.py", "msg": {"yielded_value": {"id": "2", "name": "Bao"}}, "lineno": 9}
```

---

### 2) Method — batching records in a service

Yields fixed-size batches; accepts live size changes via `.send(...)`. Returns a small summary dict.

```python
import logging
from itertools import islice
from genwatch import GeneratorReporter
from genwatch._logger import JSONFormatter  # optional

logger = logging.getLogger("genwatch.demo.method")
logger.setLevel(logging.INFO)
h = logging.StreamHandler()
h.setFormatter(JSONFormatter())
logger.addHandler(h)

class BatchService:
    def __init__(self, name: str, *, logger: logging.Logger | None = None):
        self.name = name
        self.logger = logger or logging.getLogger("genwatch.demo.method")

    @GeneratorReporter(logger=logger)  # descriptor binding makes this work on methods
    def batches(self, items, size: int):
        total = 0
        emitted = 0
        it = iter(items)
        while True:
            chunk = list(islice(it, size))
            if not chunk:
                break
            total += len(chunk)
            emitted += 1
            control = (yield chunk)   # .send(int) to change the batch size
            if isinstance(control, int) and control > 0:
                size = control
        return {"batches": emitted, "items": total, "service": self.name}

# usage
svc = BatchService("orders", logger=logger)
g = svc.batches(range(7), size=3)

first = next(g)             # -> [0,1,2]
second = g.send(2)          # -> [3,4]
third = next(g)             # -> [5,6]

try:
    next(g)
except StopIteration as e:
    assert e.value == {"batches": 3, "items": 7, "service": "orders"}
```

Expected logs:

```json
{"timestamp": "2025-08-09T01:46:30.250727", "level": "INFO", "filename": "example.py", "msg": "batches"}
{"timestamp": "2025-08-09T01:46:30.253206", "level": "INFO", "filename": "example.py", "msg": {"gi_code": "<code object batches at 0x0000026597279550, file \"example.py\", line 18>", "gi_frame": "<frame at 0x0000026597272D40, file 'example.py', line 29, code batches>", "gi_running": "False", "gi_suspended": "True", "gi_yieldfrom": null}, "lineno": 29}
{"timestamp": "2025-08-09T01:46:30.254881", "level": "INFO", "filename": "example.py", "msg": {"yielded_value": [0, 1, 2]}, "lineno": 29}
{"timestamp": "2025-08-09T01:46:30.255919", "level": "INFO", "filename": "example.py", "msg": {"value_sent_gen": "Value sent to generator: 2"}, "lineno": 29}
{"timestamp": "2025-08-09T01:46:30.256940", "level": "INFO", "filename": "example.py", "msg": {"gi_code": "<code object batches at 0x0000026597279550, file \"example.py\", line 18>", "gi_frame": "<frame at 0x0000026597272D40, file 'example.py', line 29, code batches>", "gi_running": "False", "gi_suspended": "True", "gi_yieldfrom": null}, "lineno": 29}
```

---

## Logging policy (tailored)

Inside `_ProxyReporter.__iter__` we log only:

- **INFO**
  - Start of iteration (source filename, and line if available).
  - Normal completion with the **returned value** (`StopIteration.value`).

- **ERROR**
  - Only when a non-`StopIteration` exception bubbles out of the generator.
  - The exception is re-raised; behavior is unchanged.


This yields **stable, low-variance logs** that are easy to diff, assert on, and parse in CI.

---

## API

```python
GeneratorReporter(func: Optional[GeneratorFunction] = None, *, logger: Optional[logging.Logger] = None)
```

- Use as a **decorator** on generator functions.
- Accepts an optional `logging.Logger` instance. If omitted, a default logger with a JSON stream handler is used.
- Works on free functions, instance methods, and class methods (via descriptor binding).

### Validation & misuse

- Decorating a non-generator function → `TypeError`.
- Attempting to decorate an existing reporter instance → `TypeError`.

---

## JSON logs

`_logger.JSONFormatter` formats dict-style messages into JSON lines:

```python
# record.msg structure
{
  "filename": "/path/to/file.py",
  "lineno": 42,            # may be omitted if unknown
  "msg": "[genwatch] start <name>"
}
```

Use your own formatter if you prefer; `JSONFormatter` is provided for convenience.

---

## Design notes

- **Decorator** wraps generator functions without modifying bodies.
- **Descriptor** support ensures bound/unbound methods work.
- **Proxy** forwards `__iter__/send/throw/close`, injecting lifecycle logs.
- Light **introspection** (`gi_frame`, `gi_code`) to annotate source info without global traces.

---

## Performance

- INFO-only lifecycle logs are cheap.
- No heavy introspection unless available (`gi_frame`/`gi_code`), and even then minimal fields.
- Works well in hot loops and test harnesses.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "genwatch",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "generator, tracing, decorator",
    "author": "Azema Shaik",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/a0/c2/0c5d0c61d392efe50c48c725ba8a26a651e4b5be82e13a000fa235693f59/genwatch-0.1.1.tar.gz",
    "platform": null,
    "description": "# genwatch\r\n\r\nTiny, surgical **observability for classic Python generators**.\r\n\r\n`genwatch` wraps a generator function and emits **structured JSON logs** for the core lifecycle only. By design:\r\n\r\n- In `_ProxyReporter.__iter__` **every event logs at `INFO`**.\r\n- **Only** when an unexpected exception escapes the generator do we log at `ERROR` (and re-raise).\r\n- No `DEBUG`, no `WARNING`, no `CRITICAL` inside `__iter__`.\r\n\r\nThis keeps the noise floor flat and makes logs deterministic and cheap.\r\n\r\n---\r\n\r\n## Install\r\n\r\n```bash\r\npip install genwatch\r\n```\r\n\r\nPython 3.10+.\r\n\r\n---\r\n\r\n## Why this exists\r\n\r\n- You want the **return value** from a generator (`StopIteration.value`) visible in logs.\r\n- You need to **trace delegation** (`yield from`) without global tracing hooks.\r\n- You prefer **stable, assertion-friendly logs** over verbose, level-juggling traces.\r\n- You want a one-line decorator that works on **functions and methods**.\r\n\r\n---\r\n\r\n## Quick start\r\n\r\n```python\r\nimport logging\r\nfrom genwatch import GeneratorReporter\r\nfrom genwatch._logger import JSONFormatter  # optional\r\n\r\n# Minimal JSON logger\r\nlogger = logging.getLogger(\"genwatch.demo\")\r\nlogger.setLevel(logging.INFO)\r\nh = logging.StreamHandler()\r\nh.setFormatter(JSONFormatter())\r\nlogger.addHandler(h)\r\n\r\n@GeneratorReporter(logger=logger)\r\ndef demo(n):\r\n    for i in range(n):\r\n        received = (yield i)  # you can .send(...) into this if you want\r\n    return \"done\"\r\n\r\ng = demo(2)\r\nnext(g)            # -> 0\r\ng.send(None)       # -> 1\r\ntry:\r\n    next(g)        # StopIteration with value \"done\"\r\nexcept StopIteration as e:\r\n    assert e.value == \"done\"\r\n```\r\n\r\nSample output (with `JSONFormatter`):\r\n\r\n```json\r\n{\"timestamp\":\"2025-08-09T19:00:00.123456\",\"level\":\"INFO\",\"filename\":\"example.py\",\"lineno\":12,\"msg\":\"[genwatch] start demo\"}\r\n{\"timestamp\":\"2025-08-09T19:00:00.124000\",\"level\":\"INFO\",\"filename\":\"example.py\",\"lineno\":12,\"msg\":\"[genwatch] done demo \u2192 return 'done'\"}\r\n{\"timestamp\":\"2025-08-09T19:00:00.124100\",\"level\":\"INFO\",\"filename\":\"example.py\",\"lineno\":12,\"msg\":\"[genwatch] closed demo\"}\r\n```\r\n\r\nIf an unexpected exception escapes, you\u2019ll additionally see one `ERROR` log before it\u2019s re-raised.\r\n\r\n---\r\n\r\n## Practical examples\r\n\r\n### 1) Function \u2014 streaming CSV parser\r\n\r\nParses a CSV stream row-by-row (nice for big files). Returns the total rows parsed.\r\n\r\n```python\r\nimport io\r\nimport csv\r\nimport logging\r\n\r\nfrom genwatch import GeneratorReporter\r\nfrom genwatch._logger import JSONFormatter  # optional\r\n\r\nlogger = logging.getLogger(\"genwatch.demo.func\")\r\nlogger.setLevel(logging.INFO)\r\nh = logging.StreamHandler()\r\nh.setFormatter(JSONFormatter())\r\nlogger.addHandler(h)\r\n\r\n@GeneratorReporter(logger=logger)\r\ndef parse_csv(stream):\r\n    reader = csv.DictReader(stream)\r\n    count = 0\r\n    for row in reader:\r\n        _ = (yield row)  # consume or react to .send(...) if needed\r\n        count += 1\r\n    return count\r\n\r\n# usage\r\nsample = io.StringIO(\"id,name\\n1,Ana\\n2,Bao\\n3,Chirag\\n\")\r\ng = parse_csv(sample)\r\n\r\nfor row in g:\r\n    pass\r\n\r\ntry:\r\n    next(g)\r\nexcept StopIteration as e:\r\n    assert e.value == 3\r\n```\r\n\r\nExpected logs:\r\n\r\n```json\r\n{\"timestamp\": \"2025-08-09T01:57:52.100597\", \"level\": \"INFO\", \"filename\": \"example.py\", \"msg\": \"parse_csv\"}\r\n{\"timestamp\": \"2025-08-09T01:57:52.101668\", \"level\": \"INFO\", \"filename\": \"example.py\", \"msg\": {\"gi_code\": \"<code object parse_csv at 0x000001735A6828B0, file \\\"example.py\\\", line 4>\", \"gi_frame\": \"<frame at 0x000001735A743AC0, file 'example.py', line 9, code parse_csv>\", \"gi_running\": \"False\", \"gi_suspended\": \"True\", \"gi_yieldfrom\": null}, \"lineno\": 9}\r\n{\"timestamp\": \"2025-08-09T01:57:52.102694\", \"level\": \"INFO\", \"filename\": \"example.py\", \"msg\": {\"yielded_value\": {\"id\": \"1\", \"name\": \"Ana\"}}, \"lineno\": 9}\r\n{\"timestamp\": \"2025-08-09T01:57:52.103717\", \"level\": \"INFO\", \"filename\": \"example.py\", \"msg\": {\"value_sent_gen\": \"No value sent to,  the generator\"}, \"lineno\": 9}\r\n{\"timestamp\": \"2025-08-09T01:57:52.103717\", \"level\": \"INFO\", \"filename\": \"example.py\", \"msg\": {\"gi_code\": \"<code object parse_csv at 0x000001735A6828B0, file \\\"example.py\\\", line 4>\", \"gi_frame\": \"<frame at 0x000001735A743AC0, file 'example.py', line 9, code parse_csv>\", \"gi_running\": \"False\", \"gi_suspended\": \"True\", \"gi_yieldfrom\": null}, \"lineno\": 9}\r\n{\"timestamp\": \"2025-08-09T01:57:52.104733\", \"level\": \"INFO\", \"filename\": \"example.py\", \"msg\": {\"yielded_value\": {\"id\": \"2\", \"name\": \"Bao\"}}, \"lineno\": 9}\r\n```\r\n\r\n---\r\n\r\n### 2) Method \u2014 batching records in a service\r\n\r\nYields fixed-size batches; accepts live size changes via `.send(...)`. Returns a small summary dict.\r\n\r\n```python\r\nimport logging\r\nfrom itertools import islice\r\nfrom genwatch import GeneratorReporter\r\nfrom genwatch._logger import JSONFormatter  # optional\r\n\r\nlogger = logging.getLogger(\"genwatch.demo.method\")\r\nlogger.setLevel(logging.INFO)\r\nh = logging.StreamHandler()\r\nh.setFormatter(JSONFormatter())\r\nlogger.addHandler(h)\r\n\r\nclass BatchService:\r\n    def __init__(self, name: str, *, logger: logging.Logger | None = None):\r\n        self.name = name\r\n        self.logger = logger or logging.getLogger(\"genwatch.demo.method\")\r\n\r\n    @GeneratorReporter(logger=logger)  # descriptor binding makes this work on methods\r\n    def batches(self, items, size: int):\r\n        total = 0\r\n        emitted = 0\r\n        it = iter(items)\r\n        while True:\r\n            chunk = list(islice(it, size))\r\n            if not chunk:\r\n                break\r\n            total += len(chunk)\r\n            emitted += 1\r\n            control = (yield chunk)   # .send(int) to change the batch size\r\n            if isinstance(control, int) and control > 0:\r\n                size = control\r\n        return {\"batches\": emitted, \"items\": total, \"service\": self.name}\r\n\r\n# usage\r\nsvc = BatchService(\"orders\", logger=logger)\r\ng = svc.batches(range(7), size=3)\r\n\r\nfirst = next(g)             # -> [0,1,2]\r\nsecond = g.send(2)          # -> [3,4]\r\nthird = next(g)             # -> [5,6]\r\n\r\ntry:\r\n    next(g)\r\nexcept StopIteration as e:\r\n    assert e.value == {\"batches\": 3, \"items\": 7, \"service\": \"orders\"}\r\n```\r\n\r\nExpected logs:\r\n\r\n```json\r\n{\"timestamp\": \"2025-08-09T01:46:30.250727\", \"level\": \"INFO\", \"filename\": \"example.py\", \"msg\": \"batches\"}\r\n{\"timestamp\": \"2025-08-09T01:46:30.253206\", \"level\": \"INFO\", \"filename\": \"example.py\", \"msg\": {\"gi_code\": \"<code object batches at 0x0000026597279550, file \\\"example.py\\\", line 18>\", \"gi_frame\": \"<frame at 0x0000026597272D40, file 'example.py', line 29, code batches>\", \"gi_running\": \"False\", \"gi_suspended\": \"True\", \"gi_yieldfrom\": null}, \"lineno\": 29}\r\n{\"timestamp\": \"2025-08-09T01:46:30.254881\", \"level\": \"INFO\", \"filename\": \"example.py\", \"msg\": {\"yielded_value\": [0, 1, 2]}, \"lineno\": 29}\r\n{\"timestamp\": \"2025-08-09T01:46:30.255919\", \"level\": \"INFO\", \"filename\": \"example.py\", \"msg\": {\"value_sent_gen\": \"Value sent to generator: 2\"}, \"lineno\": 29}\r\n{\"timestamp\": \"2025-08-09T01:46:30.256940\", \"level\": \"INFO\", \"filename\": \"example.py\", \"msg\": {\"gi_code\": \"<code object batches at 0x0000026597279550, file \\\"example.py\\\", line 18>\", \"gi_frame\": \"<frame at 0x0000026597272D40, file 'example.py', line 29, code batches>\", \"gi_running\": \"False\", \"gi_suspended\": \"True\", \"gi_yieldfrom\": null}, \"lineno\": 29}\r\n```\r\n\r\n---\r\n\r\n## Logging policy (tailored)\r\n\r\nInside `_ProxyReporter.__iter__` we log only:\r\n\r\n- **INFO**\r\n  - Start of iteration (source filename, and line if available).\r\n  - Normal completion with the **returned value** (`StopIteration.value`).\r\n\r\n- **ERROR**\r\n  - Only when a non-`StopIteration` exception bubbles out of the generator.\r\n  - The exception is re-raised; behavior is unchanged.\r\n\r\n\r\nThis yields **stable, low-variance logs** that are easy to diff, assert on, and parse in CI.\r\n\r\n---\r\n\r\n## API\r\n\r\n```python\r\nGeneratorReporter(func: Optional[GeneratorFunction] = None, *, logger: Optional[logging.Logger] = None)\r\n```\r\n\r\n- Use as a **decorator** on generator functions.\r\n- Accepts an optional `logging.Logger` instance. If omitted, a default logger with a JSON stream handler is used.\r\n- Works on free functions, instance methods, and class methods (via descriptor binding).\r\n\r\n### Validation & misuse\r\n\r\n- Decorating a non-generator function \u2192 `TypeError`.\r\n- Attempting to decorate an existing reporter instance \u2192 `TypeError`.\r\n\r\n---\r\n\r\n## JSON logs\r\n\r\n`_logger.JSONFormatter` formats dict-style messages into JSON lines:\r\n\r\n```python\r\n# record.msg structure\r\n{\r\n  \"filename\": \"/path/to/file.py\",\r\n  \"lineno\": 42,            # may be omitted if unknown\r\n  \"msg\": \"[genwatch] start <name>\"\r\n}\r\n```\r\n\r\nUse your own formatter if you prefer; `JSONFormatter` is provided for convenience.\r\n\r\n---\r\n\r\n## Design notes\r\n\r\n- **Decorator** wraps generator functions without modifying bodies.\r\n- **Descriptor** support ensures bound/unbound methods work.\r\n- **Proxy** forwards `__iter__/send/throw/close`, injecting lifecycle logs.\r\n- Light **introspection** (`gi_frame`, `gi_code`) to annotate source info without global traces.\r\n\r\n---\r\n\r\n## Performance\r\n\r\n- INFO-only lifecycle logs are cheap.\r\n- No heavy introspection unless available (`gi_frame`/`gi_code`), and even then minimal fields.\r\n- Works well in hot loops and test harnesses.\r\n",
    "bugtrack_url": null,
    "license": "Apache License Version 2.0, January 2004 http://www.apache.org/licenses/  TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION  1. Definitions.  \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.  \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.  \"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.  \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License.  \"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.  \"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.  \"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).  \"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.  \"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\"  \"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.  2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.  3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.  4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:  (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and  (b) You must cause any modified files to carry prominent notices stating that You changed the files; and  (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and  (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.  You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.  5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.  6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.  7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.  8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.  9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.  END OF TERMS AND CONDITIONS  APPENDIX: How to apply the Apache License to your work.  To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets \"[]\" replaced with your own identifying information. (Don't include the brackets!)  The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same \"printed page\" as the copyright notice for easier identification within third-party archives.  Copyright [yyyy] [name of copyright owner]  Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at  http://www.apache.org/licenses/LICENSE-2.0  Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ",
    "summary": "Decorator for tracing Python generator internals",
    "version": "0.1.1",
    "project_urls": {
        "Homepage": "https://github.com/azema-shaik/genwatch"
    },
    "split_keywords": [
        "generator",
        " tracing",
        " decorator"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1fd4d63a78809b9b7949fa10670423d684a483149b24f397199a635773fab2b0",
                "md5": "7d55af9ad781ee1802dc5d86465e5bc4",
                "sha256": "312423165bb6209530d93c6fb5651ba1369479441dfa8ae1b345701e7d8626f1"
            },
            "downloads": -1,
            "filename": "genwatch-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7d55af9ad781ee1802dc5d86465e5bc4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 16111,
            "upload_time": "2025-08-08T20:53:30",
            "upload_time_iso_8601": "2025-08-08T20:53:30.168347Z",
            "url": "https://files.pythonhosted.org/packages/1f/d4/d63a78809b9b7949fa10670423d684a483149b24f397199a635773fab2b0/genwatch-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a0c20c5d0c61d392efe50c48c725ba8a26a651e4b5be82e13a000fa235693f59",
                "md5": "b4e5b3a5264f200d7b44cc722270681d",
                "sha256": "9047f690d63ac8e553560edf2f9d5c33acaa020f82e85431f89347718fd81b79"
            },
            "downloads": -1,
            "filename": "genwatch-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "b4e5b3a5264f200d7b44cc722270681d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 20811,
            "upload_time": "2025-08-08T20:53:31",
            "upload_time_iso_8601": "2025-08-08T20:53:31.548827Z",
            "url": "https://files.pythonhosted.org/packages/a0/c2/0c5d0c61d392efe50c48c725ba8a26a651e4b5be82e13a000fa235693f59/genwatch-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-08 20:53:31",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "azema-shaik",
    "github_project": "genwatch",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "genwatch"
}
        
Elapsed time: 2.11359s