issues
search
pyapp-kit
/
psygnal
Python observer pattern (callback/event system). Modeled after Qt Signals & Slots (but independent of Qt)
https://psygnal.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
86
stars
15
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
ci(dependabot): bump pypa/cibuildwheel from 2.21.3 to 2.22.0
#342
dependabot[bot]
opened
4 days ago
1
build: drop python 3.8
#341
tlambert03
closed
1 week ago
2
feat: support arbitrary field dependents
#340
tlambert03
opened
1 week ago
3
feat: add description to signalinstance
#339
tlambert03
closed
2 weeks ago
2
Adding `description` field to `SignalInstance`
#338
jacopoabramo
closed
2 weeks ago
1
Adding additional signals (e.g. for computed_field)
#337
tlambert03
opened
3 weeks ago
2
fix: fix use of computed_field setter with field_dependencies
#336
tlambert03
closed
3 weeks ago
4
Update EventedModel docs and errors to refer `field_dependencies`
#335
sjdemartini
closed
3 weeks ago
2
Adding Pydantic v2 `@computed_field` decorator prevents class creation with dependencies
#334
sjdemartini
closed
3 weeks ago
6
bug: change stack level on warning for _check_nargs
#333
tlambert03
closed
3 weeks ago
2
ci(pre-commit.ci): autoupdate
#332
pre-commit-ci[bot]
closed
3 weeks ago
2
fast: add `emit_fast` method for 10x faster emission (without safety checks)
#331
tlambert03
closed
3 weeks ago
9
Platform-specific Subclassing Issue with psygnal Integration in ImSwitch
#330
beniroquai
opened
1 month ago
14
ci(dependabot): bump pypa/cibuildwheel from 2.21.0 to 2.21.3
#329
dependabot[bot]
closed
3 weeks ago
2
Dynamically adding attributes to dataclass instance
#328
jacopoabramo
closed
1 month ago
3
ci(dependabot): bump pypa/cibuildwheel from 2.21.0 to 2.21.2
#327
dependabot[bot]
closed
1 month ago
2
[Best Practice]: decorate Signal with websocket
#326
beniroquai
closed
1 month ago
11
ci(dependabot): bump pypa/cibuildwheel from 2.21.0 to 2.21.1
#325
dependabot[bot]
closed
1 month ago
2
ci(dependabot): bump pypa/cibuildwheel from 2.20.0 to 2.21.0
#324
dependabot[bot]
closed
2 months ago
1
CI: Update host OS version, add Python 3.13
#323
EwoutH
closed
2 months ago
4
ci(dependabot): bump pypa/cibuildwheel from 2.19.2 to 2.20.0
#322
dependabot[bot]
closed
2 months ago
5
ci(dependabot): bump CodSpeedHQ/action from 2 to 3
#321
dependabot[bot]
closed
2 months ago
2
Using SignalInstance to bypass descriptor protocol
#320
jacopoabramo
closed
4 months ago
3
Testing psygnal with pytest-qt
#319
jacopoabramo
closed
4 months ago
7
ci(dependabot): bump pypa/cibuildwheel from 2.18.1 to 2.19.2
#318
dependabot[bot]
closed
4 months ago
1
ci(pre-commit.ci): autoupdate
#317
pre-commit-ci[bot]
closed
2 months ago
2
feat: Add simple validator metadata for use in annotated
#316
tlambert03
opened
5 months ago
1
ci(dependabot): bump pypa/cibuildwheel from 2.18.1 to 2.19.1
#315
dependabot[bot]
closed
4 months ago
2
ci: fixing-tests for pyside6
#314
tlambert03
closed
5 months ago
2
ci(pre-commit.ci): autoupdate
#313
pre-commit-ci[bot]
closed
5 months ago
2
ci(dependabot): bump pypa/cibuildwheel from 2.18.0 to 2.18.1
#312
dependabot[bot]
closed
5 months ago
1
Tests failing in CI
#311
github-actions[bot]
opened
6 months ago
0
ci(dependabot): bump softprops/action-gh-release from 1 to 2
#310
dependabot[bot]
closed
6 months ago
2
ci(dependabot): bump pypa/cibuildwheel from 2.17.0 to 2.18.0
#309
dependabot[bot]
closed
6 months ago
2
ci(pre-commit.ci): autoupdate
#308
pre-commit-ci[bot]
closed
6 months ago
2
perf: let EventedSet use clear() method of underlying set
#307
DanGonite57
closed
6 months ago
4
Tests failing in CI
#306
github-actions[bot]
closed
7 months ago
0
ci(pre-commit.ci): autoupdate
#305
pre-commit-ci[bot]
closed
7 months ago
3
feat: make Signal and SignalInstance Generic, support static type validation of signal connections
#304
tlambert03
opened
8 months ago
2
ci(dependabot): bump pypa/cibuildwheel from 2.16.5 to 2.17.0
#303
dependabot[bot]
closed
8 months ago
2
refactor: change EmitLoopError message, and mechanism of info gathering
#302
tlambert03
closed
8 months ago
10
fix: fix hard reference to objects in emitted arguments
#301
tlambert03
closed
8 months ago
2
Psygnal prevents deletion of emitted object
#300
aeisenbarth
closed
8 months ago
4
feat: add signal aliases on SignalGroup
#299
getzze
closed
8 months ago
11
feat: Support bubbling up of events from evented children on dataclasses
#298
tlambert03
opened
8 months ago
16
feat: make SignalGroupDescriptor generic
#297
tlambert03
opened
8 months ago
2
feat!: Rename `recursion_mode` to `reemission`. Rename `deferred` to `queued`. Add `latest-only` mode. (technically breaking)
#296
tlambert03
closed
8 months ago
5
ci(dependabot): bump softprops/action-gh-release from 1 to 2
#295
dependabot[bot]
closed
8 months ago
2
chore: patch asv config to work locally with arm64 macos on hatchling
#294
tlambert03
closed
8 months ago
2
feat: Add recursion_mode ('immediate' or 'deferred') to Signal and SignalInstance
#293
tlambert03
closed
8 months ago
3
Next