-
I have faced a problem with my code that is not related to `punq`, but can be solved by it in a very interesting way.
I had a service that had a dependency on `redis`. I used `punq` to inject `redi…
-
Hello.
I'm using and enjoying your lib in couple of projects.
I've found method [`resolve_all`](https://github.com/bobthemighty/punq/blob/master/punq/__init__.py#L345).
It's not clear, when…
-
When I use string annotations `punq` raises `NameError`.
## Example
```python
import attr
import punq
@attr.s(auto_attribs=True)
class Test(object):
dep: 'Dependency'
@attr.s(aut…
-
# Bug report
## Problem
Let's say I have a class like this:
```python
class RunSomeQuery(object):
def __init__(self, db):
self._db = db
def __call__(self, arg):
…
-
I am trying to enable `doctests` with `pytest --doctest-modules`, since there are a lot of examples in the `doctest` format. And continuously testing them will ensure that these examples work and are …
-
Hi, @bobthemighty!
I have really enjoyed both [your article](https://io.made.com/dependency-injection-with-type-signatures-in-python/) and the `punq` itself. Thanks for it!
I am searching for D…
-
> unique(punq[,.(lab,contVaccDelay, tcal, power, caseSpent, clusSize)])
lab contVaccDelay tcal power caseSpent clusSize
1: RCT-gs-rp NA 51.89363 0.8541374 120…